/*
CSS Formatierungen fuer das Grundlayout der Seite
*/

html, body {
	 height: 100%; 
}

body {
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	background-color:#1C1C37; 

	color:#333333;
	text-align:  justify;
	padding: 0px;
	margin: 0px;
}

div#wrapper {
}

/* Container, der alles umschliesst */
div#basic {
	background-color: #1C1C37;
	border: 2px solid #1C1C37; 
/*	border: 1px solid #f00000; */
	position: absolute;
	top: 0px;
	left: 50%;
	width: 950px;
	margin-top: 10px;
	margin-left: -475px;
}

/* Kopfcontainer*/
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 115px;
}

/*
Das Pfadmenue wird in TYPO3 dynamisch ersetzt. 
Die Formatangaben werden in das TypoScript SETUP Deines Templates uebernommen.*/
div#path {
	height: 18px;
	left: 10px;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
}

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: left;
	color: white;
}

/* Container fuer das Logo */
div#logo {
	border-style:none;
	position: absolute;
	top: 20px;
	height: 65px;
	right: 10px;
	z-index:1;
}	

/* 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: 950px;
	margin: 0px;
}

/* Spalte fuer die linkte Navigationsliste */
div#col_left{

} 

/* Spalte für den Inhalt Mitte */
div#col_center { 

}

/* Spalte fuer den Service-Inhalt */ 
div#col_border {

}

/*  Fusszeile */ 
div#footer {
	border-top: 1px solid #333333;
	background-color: #1C1C37;
	color: white;
	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;
}*/

