/* - - - - */
body {
	display: inline;
	background: #ccc;
}

#container {
	margin: 0 auto;
	width: 960px;
}


.container_12 {
	background: #f4f4f4;
}

h1 {
	color: white;
	text-indent: 5000px;
}

h2 {
	color: #004b90;
	text-align: left;
	padding-top: 10px;
}

h3 {
	color: #3e90ac;
	text-align: left;
	padding-left: 10px;
}

h4 {
	color: #333;
	text-decoration: none;
	text-align: left;
	
}

#langselect {	
	margin: 0;
	background: #fff url(../images/langbar.png) no-repeat;	
	height: 35px;
	width: 960px;
	overflow: hidden;
}

#langselect li{	
	float:left;
	display: block;
	text-indent: 50000px;
}

li#nav_n a:link{
position: absolute; top: 0px; left: 890px; width: 25px; height: 35px;
}

li#nav_e a:link{
position: absolute; top: 0px; left: 925px;width: 25px; height: 35px;
}

li#nav_n a:visited{
position: absolute; top: 0px; left: 890px; width: 25px; height: 35px;
}

li#nav_e a:visited{
position: absolute; top: 0px; left: 925px;width: 25px; height: 35px;
}

li#nav_n a:active{
position: absolute; top: 0px; left: 890px; width: 25px; height: 35px;
}

li#nav_e a:active{
position: absolute; top: 0px; left: 925px;width: 25px; height: 35px;
}

li#nav_n a:hover{
position: absolute; top: 0px; left: 890px; width: 25px; height: 35px;
}

li#nav_e a:hover{
position: absolute; top: 0px; left: 925px;width: 25px; height: 35px;
}


#header {
	display: inline;
	margin: 0;
	background: white url(../images/header.jpg) no-repeat;	
	height: 215px;
	width: 960px;
	overflow: hidden;
}

#navbar {
	margin:0px;
	width: 960px;
}

#content {
	display: inline;		
}

.cols {
	padding-top: 10px;
}


.blocks {
	
}


.blocks h2{
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	background: #92abb5;
}


.blocks h3 {
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
	background: #c7e4ef; 

}


.blocks p{
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 25px 10px;
	background: #c7e4ef;
	
}

.cols a{
	color: #7f7f7f;
}


#footer {
	overflow: hidden;
	margin: 0;
	background:#fff url(../images/footer.png) no-repeat; ;
	color: white;
	height: 111px;
	width: 960px;
	overflow: hidden;
}
