/* Allgemeine Grund-Formatierung */
html {
	height: 100%
	}
body {
	background-image: url(../ima/topback.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	/* Schriften mit Leerzeichen in Anfuehrungszeichen */
	font-size: 13px;														/* Kein Leezeichen vor Einheit */
	color: #555555;															
	background-color: #ffffff;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 43px;
	overflow: hidden;
	position: relative;				/* folgende 3 Werte wichtig für korrekte Positionierung von Slogan und Topnavi in IE6 und Firefox */
	}
h1	{
	font-size: 18px;
	}
h2	{
	font-size: 15px;
	}


/* Kopfbereich */
#kopf {
	height: 139px;
	}
.line {
	background-image: url(../ima/streifen.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 4px;
	width: 3000px;
	margin-left: -1000px;
	}
#logo {
	padding: 24px 1px 53px 17px;
	}	

/* Gesamte Topnavigation */
#komplettnav {
	position: absolute;
	top: 1px;
	right: 35%;
	margin-right: -305px;
	width: 80%;
	}
#topnavi {
	position: absolute;								/* wird relaitv zum Body positioniert! */
	top: 94px;
	right: -2px;									/* um folgendes ORUL-Padding right zu kompensieren */
	}
#topnavi li {
	display: inline;
	padding: 0px 13px 0px 13px;						/* ORUL */
	}
#topnavi a, #topzusnav a {text-decoration: none; color: #888888;}
#topnavi a {
	background-image: url(../ima/symb/buttop.gif);
	background-repeat: no-repeat;  
	background-position: 1px 2px;
	padding: 0px 1px 0px 21px;
	font-size: 14px;
	}
#topnavi a:hover, #topnavi a.topact {
	color: #777777;
	background-position: 1px -18px;
	outline: none;
	}
#topzusnav {
	font-family: arial;
	font-size: 11px;
	position: absolute;
	top: 23px;
	right: 13px;
	font-family: arial;
	color: #8CD7A5;
	}
#topzusnav a:hover {color: #BDD729;}
.symb01 {
	padding: 5px 6px 0px 14px;
	outline: none;
	}

/* navcont-Bereich */
#content, #leist {					/* Beide Werte notwendig für IE6, bestimmt Gesamthöhe navcont */
	height: 70%;
	}
#content {
	width: 660px;					/* Conten um 13px schmaler als möglich, dafür erzeugt padding-right Abstand zum Scrollbalken */
	padding-right: 15px;
	margin-top: 18px;				/* Bewirkt das Reinlaufen des Contents in den Farbverlauf des Kopfes  / Hängt von HEIGHT ab!!*/
	margin-left: 280px;				/* Bewirkt das Freihalten der Leist / gefloated */
	overflow-y: scroll;
	}
#leist {
	background-image: url(../ima/navback.gif);
	background-repeat: no-repeat;  
	width: 275px;
	margin-top: 20px;
	margin-left : 2px;
	float: left;					/* Bewirkt das Wegdrücken des Contentbereiches */
	}
#leist ul {
	list-style-type: none;
	margin-left: -5px;
	}
#leist a {
		background-image: url(../ima/symb/buttleist.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		padding: 8px 3px 8px 34px;		/* Bestimmt u.a. horizontale Schriftausrichtung im Vgl. zu Button */
		display: block;					/* a ist inline und kann in der Höhe nicht bestimmt werden, daher block */
		line-height: 2px;				/* Zeilen-Abstand */
		font-size: 12px;
		text-decoration: none;
	    color: #555555;
		border-style: dotted;
		border-color: #cccccc;
		border-width: 0px 0px 1px 0px;
		margin-right: 37px;
		}	
#leist a:hover, #leist a.leistact {
		background-position: left top;
		color: #ffffff;
		outline: none;
		}
	
/* Bottombereich */
#bot {
	position: absolute;
	bottom: 0px;
	left: -1000px;
	background-image: url(../ima/botback.gif);
	height : 37px;
	width: 3000px;
	padding-left: 1050px;				/* drückt linie von oben wieder nach rechts */
	}

/* Sämtliche externen Sites */
.extern01 {
	padding: 30px 110px 30px 110px;
	background-color: #F6F9E0;
	}
	
/* Counterlink */
#counter {
	position: absolute;
	left: 60px;
	bottom: 36px;
	}
	

