/*
CSS Formatierungen fuer das Grundlayout der Seite
*/

html, body {
	 height: 100%; 
}

body {
	font-family: verdana, sans-serif;
	background-color:#FCF5D6; 
	color: black;
	text-align:  justify;
	padding: 0px;
	margin: 0px;
}

div#wrapper {
}

/* Container, der alles umschliesst */
div#basic {
	background-color: #ffffff;
	border: 2px solid #888686; 
	/*border: 1px solid #888686; */
	position: absolute;
	top: 0px;
	left: 50%;
	width: 950px;
	
	margin-top: 10px;
	margin-left: -475px;
	

}

/* Kopfcontainer*/
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 951px;
	height: 75px;
}

/* dynamisches Pfadmenue*/
div#path {
	height: 18px;
	right: 100px;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	z-index:2;
}

div#land {
	height: 25px;
	right: 5px;
	top: 3px;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	z-index:2;
}

div#path p, div#path a, div#path a:visited {
	padding:2px 4px 4px 5px;
	text-align: right;
	color: black;
}

/* Container fuer das Logo */
div#logo {
	border-style:none;
	position: absolute;
	height: 82px;
	z-index:2;
}	

/* Container fuer das Bild im Header und der Seitentitel */
div#header_img {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 75px;
	width: 951px;		
	z-index:0;
	
}

div#easyLine {
	position: absolute;
	left: 10px;
	top: 75px;
	z-index: 3;
}
div#easyLine  a{	
	
}

div.clearer {
	clear: both;
	width: 100%;
}


div#con_container {
	width: 950px;
	margin: 0px;
	margin-top: 0px;
	min-height: 300px;
	
	
}

/* Spalte fuer die linkte Navigationsliste */
div#col_left{

} 

/* Spalte fuer den Inhalt Mitte */
div#col_center { 
	font-size: 12px;
}

/* Spalte fuer den Service-Inhalt */ 
div#col_border {

}

/*  Fusszeile */ 
div#footer , div#footer a{
	border-top: 2px solid #333333;
	background-color: #750909;
	color: white;
	text-color: white;
	text-align: center;
	padding: 8px 10px 8px 15px;
	margin-bottom:0px;
} 

/* Copyrightvermerk in Fusszeile 
div#copy {
	margin-left:0px;
}
div#copy p {
	padding: 8px 5px 8px 5px;
}
div#copy a {
	text-decoration: none;
}*/

