/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000000;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head {
 	font-family : Verdana;
	font-weight: bold;
	color: #33a300;
	font-size: 14px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: arial;
	font-size: 11px;
}

.Normal table
{
	font-family: arial;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.TitelGroen {
	font-family : Verdana;
	font-weight: bold;
	color: #33a300;
	font-size: 12px;
}

.NormalBold
{
	text-decoration : none;
	font-weight: bold;
}

A.NormalBold:link
{
	text-decoration : none;
}
A.NormalBold:visited
{
	text-decoration : none;
}
A.NormalBold:active
{
	text-decoration : none;
}
A.NormalBold:hover
{
	text-decoration : none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1 {
    color: #009900;
    font-size: 1em;
    margin-top: 0.8em;
    margin-bottom: 1em;
}

H2 {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: .8em;
}

H3 {
    font-size: 1em;
    margin-top: .8em;
    margin-bottom: .2em;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
	font-size: .7em;
}

A:link  {
	 text-decoration: none;
    color: #009900;
}

A:visited   {
	 text-decoration: none;
    color: #009900;
}

A:active    {
	 text-decoration: none;
    color: #009900;

}

A:hover {
	 text-decoration: underline;
}

p {
    xmargin: 0px;
    padding: 0px;
}

p.inleiding {
    color: #333333;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

p.relpad {
    margin-top: 1.1em;
    color: #009900;
    margin-bottom: 1.1em;
}


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

ul {
	margin: 0px;
	padding: 2px;
	list-style-position: outside;
	margin-left: 15px;
}
UL LI   {
	line-height: 15px;
	list-style-position: outside;
	list-style: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	color: white;
   background-color: #999999;
   height: 2px;
   border: 0;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Stylesheet gemeente utrechtseheuvelrug */

/* hoofd divs voor layout*/

#maindiv1 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    
    padding: 0px;
    margin: 0px;

    background-image: url("../images/back.gif");
    background-repeat: repeat-y;
    background-position: center top;
}

#maindiv2 { position: relative; width: 772px;
    /*height: 100%;*/
    padding: 0; text-align: left; background-color: #f8f8f8; background-image: url(../images/back_maindiv.gif); background-repeat: no-repeat; background-position: right bottom; margin: 0 auto; }

#topback {
    width: 100%;
    height: 387px;

    padding: 0px;

    margin-top: 0px;
    margin-bottom: -387px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../images/back_top.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

#botback {
    width: 100%;
    height: 5px;
    
    padding: 0px;
    
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../images/back_bot.gif");
    background-repeat: no-repeat;
    background-position: center top;
    
    overflow: hidden;
    
}

/* elementen in de kop */

#foto { position: absolute; left: 0; top: 0; width: 600px; height: 91px; z-index: 20; }

#logo { position: absolute; right: 0; top: 0; height: 91px; z-index: 22; background-image: url(../images/back_logo.gif); background-repeat: no-repeat; background-position: right top; }

#onderfoto { background-color: #fff; position: relative; width: 202px; height: 91px; z-index: 10; }

#ondernavbar {
    position: relative;
    width: 772px;
    height: 20px;
    background-color: #fff;
    z-index: 10;
}

#ondermenu1 { position: absolute; top: 0; left: 0; width: 202px; height: 388px; background-color: #999; margin: 0; text-align: right; z-index: 1; padding: 142px 0 0;
    /*background-image: url("../images/vorm_lijn.gif");
    background-repeat: no-repeat;
    background-position: left bottom;*/
}

#ondermenu2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 202px;
    height: 100%;
    background-color: #999;
/*    border-left: 2px #FFFFFF solid;*/
    z-index: 0;
}


/* navigatie balken */
#navbar1,#navbar2 {
    position: absolute;
    
    top: 87px;
    width: 285px;
    height: 23px;
    z-index: 25;
}
#navbar1 { left: 201px; }
#navbar2 { left: 487px; }

#navbar1 td {
    border-top: 6px solid #3c0;
    text-align: center;
}

#navbar2 td {
    border-top: 6px solid #9c9;
    text-align: center;
}

#navbar1 a,#navbar2 a {    
    font-size: .7em;
    text-decoration: none;
}
#navbar1 a { color: #000000; }
#navbar2 a { color: #090; }

#navbar1 a:hover,#navbar2 a:hover { text-decoration: underline; }

 

/* zoek formulier */

#zoekdiv {
    position: absolute;
    left: 0;
    top: 91px;
    width: 202px;
    height: 20px;
    background-color: #ccc;
    margin: 0;
    padding: 0;
    z-index: 15;
}

#zoekdiv form {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 18px;
}

#zoekdiv input {
    border: solid 0;
    background-color: #ccc;
    color: #000;
    font-size: 0.7em;
    font-style : oblique;
    width: 162px;
    height: 16px;
    z-index: 5;
}

 

/* extra navigatie */

#extranav {
    position: relative;
    float: left;
    left: 0px;
    margin-top: 200px;
    width: 202px;
    
    z-index: 10;
    text-align: right;     
}

#extranav .label {
    float: right;
    background-image: url("../images/hoek_rt.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 16px;
    padding-right: 4px;
}

#gerelateerd,#kinderen {
    width: 100%;
    float: left;
    text-align: left;
    font-size: .7em;

    
    background-image: url("../images/hoek_rb.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#gerelateerd a,#kinderen a { color: #FFFFFF; }

#kinderen ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("../images/li_kinderen.gif");
}

#gerelateerd ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("../images/li_gerelateerd.gif");
}

 

/* content */
#content {
    position: relative;
    width: 549px; /*560px; */
    font-size: .7em;
    
    float: right;

    margin-right: 6px;
}

#content td {
    font-size: .7em;
}

#content img {
    margin: 10px;
}


/* content tabel */
.contenttable {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-bottom: 2px solid #ccc;
}

.contenttable td {
    vertical-align: top;
    padding: 2px;
}

.contenttable th {
    font-size: 0.7em;
    font-weight: bold;
    text-align: left;
    background-color: #ccc;
    color: #ffffff;
    
    vertical-align: top;
    padding: 2px;
}

.contenttable a {       color: #000000; }
.contenttable .even {   background-color: #F2EDF3; }
.contenttable .odd {    background-color: #e7e7e7; }

.contenttable .last {
    background-image: url("../images/hoekw_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;    
    padding-top: 0px;
    padding-right: 0px;
}

.contenttable .lasttop {
    position: relative;
    background-image: url("../images/hoekw_rt.gif");
    background-repeat: no-repeat;
    background-position: right top;    
    padding: 0px;
    width: 100%;    
    height: 4px;
    overflow: hidden;
    margin-bottom: -2px;
    /*border: 2px #FF0000 solid;*/
}

.contenttable .label {
    font-weight: bold;
    color: #666;
    background-color: #e7e7e7;
}


