@charset "utf-8";
@import url("navigation.css");
@import url("content_elements.css");
@import url("sitemap.css");
@import url("indexed_search.css");


/**
  * general elements
  *
  */
 
* {
	margin: 0;
	padding: 0;
} 
 
html, body {
	height: 100.1%;
}

body {
	background: #ADD3E8 url(../img/body_bg.gif) repeat-x;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
 
a {
	text-decoration: none;
}

img {
	border: none;
}
 
#wrapper {
	margin: 0 auto; 
	width: 795px;	
}



/**
  * meta classes 
  *
  */
.float_left {
	float: left;
}

.clear_both {
	clear: both;
}


/**
  *	head 
  *
  */
#printhead {
	display: none;
}  
  
  
#head {
	background: #FFF;
	float: left;
	font-size: 10px;
	height: 105px;
	/* old
	height: 135px;
	*/
	width: 795px;
	position:relative;
}

	#head a {
		color: #19A0E0;
		text-decoration: none;
	}

	#logo {
		color: #19A0E0;
		height: 10px;
		/* old
		height: 50px;		
		*/
		padding: 30px 0 0 0;
		/* old
		padding: 20px 0 0 0;		
		*/
		width: 575px;
	}
	
	
	#metanavigation {
		height: 22px;
		/* old
		height: 32px;		
		*/
		padding: 48px 0 0 0;
		/* old
		padding: 38px 0 0 0;
		*/
		text-align: right;
		width: 220px; 
	}
	
		#metanavigation a {
			margin: 0 0 0 15px;
		}
		
		#metanavigation a:hover {
			text-decoration: underline;
		}
	
	#languagenavigation {
		position:absolute;
		top:18px;
		right:0;
		height: 22px;
		text-align: right;
		width: 220px; 
	}
	
		#languagenavigation a {
			margin: 0 0 0 10px;
		}
		
		#languagenavigation a:hover {
			text-decoration: underline;
		}
		
		#languagenavigation a.active {font-weight:bold; }
	
	
	#topnavigation {
		background: url(../img/topnavigation_bg.gif) repeat-x;
		height: 35px;
		padding: 0 0 0 5px;
		width: 790px;
	}

 
/**
  * main
  *
  */
#main {
	border-top: 1px solid #FFF;	
	/* height depending on page */
	width: 795px;
}  
  

	
/**
  * footer 
  *
  */
 
#footer {
	color: #29789E;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin: 30px 0 0 0;
	text-align: center;
	width: 795px;
}

	#footer .footerdivider {
		margin:0 8px;
	}
	
	#footer a {
		color: #29789E;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	
#printfooter {
	display: none;
}
