/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #ffffff url(../img/bg.gif) top left repeat-x;
color: #807F84;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 980px;	
}

#content ul{
	list-style-type:disc;padding-left: 1em;
}

	#locale{
		position: relative;
		height: 24px;
		background: #E9ECF5;
		font-size: .9em;
		color: #A1A4AD;	
		border-bottom: 1px solid #D7DBE7;
	}
	
		#locale span{
			position: relative;
			float: left;
			padding: 5px 12px 0 18px;
		}
		
		#locale a{
			position: relative;
			float: left;
			padding: 5px 0 0 22px;
			margin-right: 20px;
			height: 19px;
			color: #70737A;
		}
		
		#locale a:hover, #locale a.selected{
			text-decoration: none;
			color: #222;	
		}
		
		#n1{
			background: url(../img/f1.jpg) left center no-repeat;
		}
		#n2{
			background: url(../img/f2.jpg) left center no-repeat;
		}
		#n3{
			background: url(../img/f3.jpg) left center no-repeat;
		}
		#n4{
			background: url(../img/f4.jpg) left center no-repeat;
		}
		#n5{
			background: url(../img/f5.jpg) left center no-repeat;
		}
		
		#n1:hover, #n1.selected{
			background: url(../img/f1b.jpg) left center no-repeat;
		}
		#n2:hover, #n2.selected{
			background: url(../img/f2b.jpg) left center no-repeat;
		}
		#n3:hover, #n3.selected{
			background: url(../img/f3b.jpg) left center no-repeat;
		}
		#n4:hover, #n4.selected{
			background: url(../img/f4b.jpg) left center no-repeat;
		}
		#n5:hover, #n5.selected{
			background: url(../img/f5b.jpg) left center no-repeat;
		}
		#locale a.langswitch{
			float: right;
			font-weight: bold;
			color:#000000;
		}
	
	#nav{
		position: relative;
		height: 57px;	
	}
	
		#nav li{
			position: relative;
			float: left;
			height: 57px;
			color: red;
		}
		
		#nav li a{
			position: relative;
			float: left;
			padding: 18px 15px 0 10px;
			height: 39px;
			color: #6887D7;
			font-size: 1.15em;
			font-weight: bold;
			text-decoration: none;	
			background: url(../img/nbg.gif) top right no-repeat;
		}
		
		#nav li#last a{
			background: url(../img/cap.gif) top right no-repeat;			
		}
		
		#nav li a:hover, #nav li a.selected{
			color: #222;
		}
		
	#splash{
		position: relative;
		padding: 20px 0 15px 0;	
	}
	
		#splash img{
			display: block;
		}
	
	
	#page{
		position: relative;
		overflow: hidden;
		padding-bottom: 55px;
	}
	
		
		
		#content{
			position: relative;
			float: right;
			width: 575px;
			padding-right: 20px;
			text-align: left;
			font-size: 1.2em;	
		}
		
			#content h1{
				position: relative;
				font-size: 1.2em;
				color: #6887D7;
				font-weight: bold;
				padding-bottom: 1em;	
			}
			
			#content p{
				position: relative;
				line-height: 1.2em;
				padding-bottom: 1em;
			}
			
			#content form p{
				position: relative;
				padding-bottom: 2px;
				overflow: hidden;	
			}
			
			#content form p label{
				position: relative;
				float: left;
				width: 145px;
			}
			
			#content form p input.text{
				position: relative;
				float: left;
				width: 420px;
				padding: 3px 4px 3px 4px;
				font-size: 12px;
				border: 1px solid #a3b2db;
			}
			
			#content form p input.submit{
				position: relative;
				float: right;
				font-weight: bold;
				color: #a3b2db;
				padding: 3px;
				background: #f3f3f3;
				border: 1px solid #a3b2db;
			}
			
			#content form p label span{
				display: block;
				text-indent: -9999em;
			}
	
	
	
		#sidebar{
			position: relative;
			float: left;
			width: 327px;
			text-align: left;
		}
		
			.title1{
				position: relative;
				height: 22px;
				text-indent: -9999em;
				background: url(../img/sb-title.jpg) top left no-repeat;
			}
			.title1_nl{
				position: relative;
				height: 22px;
				text-indent: -9999em;
				background: url(../img/sb-title_nl.jpg) top left no-repeat;
			}
			
			#sb-logo{
				margin-top: 38px;
				margin-left: 30px;
			}
			a {
				color:#FF8C00;
				text-decoration:none;
			}
			a:hover {
				text-decoration:underline;
			}
