/*
TYPO3 Leicht und verständlich
copyright: Birgit Rhring www.ruehring.de 
CSS Document 

CSS Formatierungen für das Grundlayout der Seite
Diese Teile werden statisch in TYPO3 eingeladen und unverändert ausgegeben
*/

html, body {
	height: 100%;
}
body {

	line-height: 180%;
	font-family: Verdana, Arial, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
	background: #6680E4 url(../gfx/pback.gif) repeat-x top left;
}
 
/* Container, der alles umschliesst */
div#haupt_container {
	width: 800px;
	height: auto;
	min-height: 400px;
	padding:0;
	margin: 50px 0px 0px 10px;
	position: relative;
	/*background: #ffffff;*/
}
/* Container fuer das Logo */
div#logo_container {
	width:160px;
	height: 160px;
	position:absolute;
	top: 0;
	left: 0;
}
div#logo_container img {
	
}  
div#logo_container h1 {
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}

/* Container fuer das Pfadmenue
Das Pfadmenue wird in TYPO3 dynamisch ersetzt. Die Formatangaben werden in das TypoScript SETUP Deines Templates uebernommen.*/
div#pfadmenue_container {
	width: 750px;
	height: 25px;
	background-color: #dddddd;
	position: absolute;
	top: 0;
	left: 200px;
	
}
div#pfadmenue_container p {
	padding:4px 4px 4px 20px;
	line-height: 130%
}
div#pfadmenue_container p, div#pfadmenue_container a, div#pfadmenue_container a:visited {
	color: #666666;
}

/* Container fuer das Bild im Header und der Seitentitel */
div#header_img_container {
	height: 100px;
	width: 750px;
	background-color: #cccccc;
	position: absolute;
	top:25px;
	left: 200px;
	overflow: hidden;
	}
div#header_titel_container {
	height: 100px;
	width: 750px;
	position: absolute;
	top:25px;
	left:200px;
}
div#header_titel_container h1{
	display: block;
	font-size: 32px;
	color: #ffffff;
	font-weight:normal;
	position:absolute;
	left: 20px;
	bottom: 8px;
	height: auto;
	width: 400px;
	letter-spacing: 1ems;
	line-height: 36px;
}
div.clearer {
	clear: both;
	width: 100%;
}
/* Container fuer die horizontale Navigationsliste > navi_oben.css */
div#navigation_oben_container
{
	width: 300px;
	height: auto;
	padding:0;
	background-color: #ffffff;
	position: relative;
	top: 0px;
	right: 30px;
	float: right;
}

#titel_top {
	background : url(../gfx/plogo.gif) no-repeat top left;
	width:800px;
	height:50px;
	position: absolute;
	top: 0px;
	left: 195px;
}

/* Aussen - und Innencontainer fuer den Inhaltsbereich */
/* wird nur benoetigt fuer Hintergrundfarbe der Spalten zum Erhalt gleicher Spaltenhoehen */
div#inhalt_aussen_container {
/*	border-left: solid 200px #ffffff; /* Hintergrundfarbe fuer linke Spalte  */ 
	border-right: solid 200px #ffffff; /* Hintergrundfarbe fuer rechte Spalte  */ 
	background-color: #ffffff; /* Hintergrundfarbe fuer Mittelspalte */
*/	float:left;
	margin: 50px 0px 0px 180px;
	width:550px;
} 

div#inhalt_innen_container {
	margin: 0px 0px 0px 170px;
	width: 100%;
/*	border-left: 1px solid #333333;*/
	height: auto;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	position: absolute;
	
}

#maintop {
	background : url(../gfx/pmt.gif) no-repeat top right;
	width:800px;
	height:10px;
	overflow: hidden;
	z-index: 11;
}

#mainbottom {
	background : url(../gfx/pmb.gif) no-repeat top right;
	width:800px;
	height:11px;
	overflow: hidden;
	margin-bottom: -10px;
	z-index: 11;
}

/* Spalte fuer die linkte Navigationsliste > navi_links.css */
div#linke_spalte{
	 width: auto; 
	 height:auto;
	 float:left; 
	 position:relative; 
	 margin: 0px -3px 0 0px; 
	 
 }
 
 
 #navtop {
 	background : url(../gfx/pnt.gif) no-repeat top right;
 	width:160px;
 	height:10px;
 	overflow: hidden;
 	border-bottom: 1px solid #aaaaaa;
 }
 
 #navbottom {
 	background : url(../gfx/pnb.gif) no-repeat top right;
 	width:160px;
 	height:11px;
 	overflow: hidden;
 	border-top: 1px solid #eeeeee;	
 	margin-bottom: 10px;
}
 /* Spalte fuer ergaenzenden Inhalt */ 
div#rechte_spalte {
	 width:220px; 
	 left: 550px;
	 top: 120px;
	 float:right; 
	 padding-right: 20px;
	 margin-right: 0px;
	 position: absolute;
	 background-color: #ffffff;
	 

}

/* Hauptspalte fuer den Inhalt */ 
div#mittelspalte{ 
	width: 500px;
	
	padding: 45px 25px 25px 35px;
	background-color: #ffffff;
}


/*  Fusszeile */ 
div#fusszeile {
	
	width: 800px;
/*	border-top: 1px solid #333333;
	background-color: #ffffff;
*/
	float: right;
	margin-bottom: -40px;
} 
/* Copyrightvermerk in Fusszeile */
div#copy {
	top: 5px;
	text-align: right;
	

}
div#copy p {
	padding: 8px 20px 8px 5px;
}
div#copy a {
	text-decoration: none;
}
