/*
CSS Formatierungen fuer das Grundlayout der Seite
*/

html, body {
	 height: 100%; 
}

body {
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	background-color: white; 

	color: black;
	text-align:  justify;
	padding: 0px;
	margin: 0px;
}

div#wrapper {
}

/* Container, der alles umschliesst */
div#basic {
	background-color: white;
/*	border: 2px solid #000000; 
 	border: 1px solid #f00000; */
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	margin-top: 10px;
	margin-left: -450px;
}

/* Kopfcontainer*/
div#header {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 900px;
	height: 80px;
}

/*
Das Pfadmenue wird in TYPO3 dynamisch ersetzt. 
Die Formatangaben werden in das TypoScript SETUP Deines Templates uebernommen.*/
div#path {
	font-family: Lucida Console;
	font-size: 36px;
	color:#303030;
 	height: 40px;
	left: 710px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0;
	
	color: red;
	text-transform: lowercase;
}

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 {
	font-family: Lucida Console;
	font-size: 36px;
	/*padding:2px 4px 4px 5px;*/
	text-align: left;
	color: #303030;
	text-transform: lowercase;
	
}

/* Container fuer das Logo z-index:1; */
div#logo {
	border-style:none;
	position: absolute;
	top: 0px;
	height: 35px;
	right: 190px;
	
}	

/* Container fuer das Bild im Header und der Seitentitel */
div#header_img {
	position: absolute;
	top: 45px;
	left: 2px;
	height: 25px;
	width: 900px;		
	z-index:0;
}

div#easyLine {
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 3;
}
div#easyLine  a{	
	
}

div.clearer {
	clear: both;
	width: 100%;
}


div#con_container {
	width: 900px;
	margin: 0px;
}

/* Spalte fuer die linkte Navigationsliste */
div#col_left{

} 

/* Spalte für den Inhalt Mitte */
div#col_center { 
padding-left:10px;
}

/* Spalte fuer den Service-Inhalt */ 
div#col_border {

}

/*  Fusszeile */ 
div#footer {
	border-top: 1px solid #333333;
	background-color: white;
	color: black;
	text-align: center;
	padding: 8px 50px 8px 15px;
} 

/* Copyrightvermerk in Fusszeile 
div#copy {
	margin-left:0px;
}
div#copy p {
	padding: 8px 5px 8px 5px;
}
div#copy a {
	text-decoration: none;
}*/


