/*
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: 130%;
	font-family: sans-serif, Arial, Helvetica,Verdana;

	padding:0;
	margin:0px;
	background-color: #fffff0; 
	//url(../gfx/bckg.jpg) repeat-x top left;
}
 
/* Container, der alles umschliesst */
div#haupt_container {
	width: 880px;
	
	
	border-width: 0 0 40px 0;
	border-style: solid;
	border-color: #fffff0;	
	height: auto;
	min-height: 200px;
	padding:0 0 10px 0;
	margin: auto;

	position: relative;

	background-color: #EFE2CF;
}

/* container für den oberen bereich */
div#top {
	width:880px;
	height: 100px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	left: 0;
	background: #EFE2CF url(../gfx/touch.gif) top left;

	border-width: 0 0 0px 0;
	border-style: solid;
	border-color: #D66260;
}

div#top2 {
	width:880px;
	height: 214px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	left: 0;
	background: #EFE2CF url(../gfx/logo_top.jpg) top left;

}









div.clearer {
	clear: both;
	width: 100%;
}



/* Aussen - und Innencontainer fuer den Inhaltsbereich */


div#inhalt_innen_container {
	
	border-width: 5px 0 5px 0;
	border-style: solid;
	border-color: #ffffff;	
	top: 40px;
	margin: 0 0 0 110px;
	
	width: 580px;
	height: auto;
	
	//background-color: #fffff0;
	background: #fffff0 url(../gfx/bckgtxt.jpg) top left repeat-y;

	


	padding: 7px 40px 25px 44px;
	z-index: 0;
	position: relative; 
	
}


 /* Spalte Links */ 
div#linke_spalte {
	width:113px; 
	margin: 161px 0 0 0;
	position: absolute;

	z-index: 25;
}

 /* Spalte Rechts */ 
div#rechte_spalte {
	 width:195px; 
	 float:right; 
	 margin-right: -195px;
	 position: relative;
}

/* Hauptspalte fuer den Inhalt */ 
div#mittelspalte{ 
	width: 600px;

}


/*  Fusszeile */ 
div#fusszeile {
	height: 20px;
	width: 850px;
	background-color: #EFE2CF;
	text-align: right;
	margin: right;
	padding: 0;
	position: relative;
	margin: 100px 0 0 0;
	z-index: 25;
} 
/* Copyrightvermerk in Fusszeile */
div#copy {

	width:880px;
	height: 59px;
	position: relative;
	//margin: 520px 0 0 -2px;
	z-index: 25;
	background-color: #FFC312;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #8E2C34;
	
}
div#copy p {
	padding:0;
	color: #897F6B;
	font-size: 85%;
	
}
div#copy a {
	text-decoration: none;
	
}
