/*  
Theme Name: DNLS-NL
Theme URI: http://www.dnls.nl/
Description: De Nationale Locatie Site
Version: 1.0
Author: Ing. C. Stürmer
Author URI: http://www.apolair.nl/
*/

/*  
General page layout
*/

body {
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: auto; 
	
}

table.pageBackground {
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	
	/* background-repeat: repeat-x; */
	border: 0px solid #E5ECF2;
}

table.contentBackground {
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	background: white;
	background-image: url('../images/contentbackground.jpg');
	background-repeat: repeat-x;
	border: 0px solid #E5ECF2;
}

#maintable .formBackground, td, tr  {
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	border: 0px solid white;
}

#paginaheader {
	width: 770px;
	height: 100px;
	border: 0px solid #00FF00;
	text-align: left;

}

#background {
	width: 530px;
	height: 100%;
	background: #F5F5F5;
	text-align: left;
	border: 0px solid #E5ECF2;
	overflow: auto;
	overflow-x: auto;

   scrollbar-base-color: #BD8318;
   scrollbar-shadow-color: #ffffff;
   scrollbar-highlight-color: #ffffff; 
   scrollbar-3dlight-color: #ffffff; 
   scrollbar-darkshadow-color: #333333;
   scrollbar-track-color: #ffffff; 
   scrollbar-arrow-color: #000000;
}

#paginacontent {
	width: 100%;
	height: 100px;
	background: purple;
	border: 0px solid #E5ECF2;
	text-align: left;
	display: block;

}

#functies {
	background-color: #F5F5F5;
	width: 235px;
	height: 50px;
	text-align: left;
	display: block;
}

#afsluiter {
	display: block;
	background-color: #C6A80C;
	width: 100%;
	height: 30px;
	border: 0px solid #E5ECF2;
	text-align: left;
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #999999;
	link-color: white;
}

#content {
	width: 100%;
	text-align: left;
	padding: 4px;


}

#autocontent {
	width: 96%;
	text-align: left;
	padding: 4px;
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: white;
}

#advertisersmall {
	width: 100%;
	height: 200px;
	background: red;
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #999999;
}

#favoritecounta, #favoritecountb {
	display: inline;
	width: 11px;
	height: 5px;
	color: white;
	font-size: 18px;
}
#favoritecountb {
	display: inline;
	width: 11px;
	height: 5px;
	background: #FFFFFF;
	color: purple;
	font-size: 10px;
}

#zoeken {
	display: block;
	width: 100%;
	height: 40px;
	background: #37A1C7;
	color: white;
	font-size: 10px;
}

/*  
Text and fonts layout
*/



font.blockHeader {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

font.contentHeader {
	font-size: 10px;
	font-weight: bold;
}

H1, H4 {
	font-size: 16px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;

	font-weight: bold;
	display: inline;
}
font.rightContenthead {
	font-size: 16px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #5F071F;
	font-weight: bold;
}

font.default {
	font-size: 10px; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #999999;
}

/*  
Links layout
*/

#afsluiter {
	color: #A7A7A6;
}

a.goovesgrijs {
	display: inline;
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	text-decoration: underline;
}
a.goovesgrijs:Hover {
	color: red;
	text-decoration: underline;
}
a.goovesblauw {
	display: inline;
	font-size: 16px;
	color: #187A93;
	font-weight: bold;
	text-decoration: underline;
}
a.goovesblauw:Hover {
	color: red;
	text-decoration: underline;
}


a.home {
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.home:Hover {
	color: #5F071F;
	text-decoration: underline;
}

a.def {
	display: inline;
	font-size: 10px;
	color: #CEA344;
	font-weight: normal;
	text-decoration: underline;
}
a.def:Hover {
	color: #AE904C;
	text-decoration: underline;
}

a.adef {
	display: inline;
	font-size: 10px;
	color: red;
	font-weight: normal;
	text-decoration: underline;
}
a.adef:Hover {
	color: #37A1C7;
	text-decoration: underline;
}

a.mdef {
	display: inline;
	font-size: 10px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a.mdef:Hover {
	color: red;
	text-decoration: line-through;
}



a.mainmenu {
	display: inline;
	font-size: 10px;
	color: #F11D8C;
	font-weight: bold;
	text-decoration: none;
}
a.mainmenu:Hover {
	text-decoration: underline;
}

a.submenu {
	display: inline;
	font-size: 10px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
a.submenu:Hover {
	text-decoration: underline;
}



/*  
Form elements layout
*/

input {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border: 1px solid lightgrey; 
    
}

select {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border: 1px solid lightgrey;  
}

radio {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #ffffff; 
   border: 1px solid lightgrey; 
}

textarea {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border: 1px solid lightgrey; 
}



