/* SEITENFORMATIERUNG  INDEX _______________________________________*/

* { margin: 0; }

html, body { height: 100%; }

body { 
	background-color: rgb(115,103,89);
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center; 
}

#indexBox {  
	position:absolute;
	height:520px; 
	width:830px;
 	top: 40px;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -415px;
}


/* HEADER    ____________________________________________________ */

#indexTop { 
	position: relative;
	float: left;
	background-image: url(images/shadow-header.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 830px;
	height: 18px;
	margin: 0;
	padding: 0; 
}

#indexHeader { 
	position: relative;
	float: left;		 	  
	width: 770px;
	height: 93px;
	margin: 0 0 24px 0;
	padding: 0; 
}

#indexLogo { 
	position: absolute;
	background-image: url(images/logo.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	bottom: -1px;
	right: 11px;
	width: 164px;
	height: 52px;
	padding: 0;
	margin: 0; 
}

#indexLogo h1 { display:none; }

#indexSlogan { 
	position: absolute;
	background-image: url(images/slogan.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 10px;
	width: 265px;
	height: 21px;
	padding: 0;
	margin: 0; 
}


/* CONTENT BEREICH  ____________________________ */	
	
#indexContent { 
	position: relative;
	float: left;
	background-color: rgb(115,103,89);
	background-image: url(images/shadow.gif);
	background-position: center center;
	background-repeat: repeat-y;
	width: 776px;
	min-height: 520px;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0 27px 0 27px;
}

#indexContent img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}


/* FOOTER /  INDEXNAVIGATION  ____________________________ */

#indexNavigation { 
	position: absolute;
	bottom: 3px;
	right: 27px;
	margin: 0;
	padding: 0; 
}

#indexNavigation ul { 
	font-size: 0.75em;
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

#indexNavigation li { 
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px; 
}

#indexNavigation li a,
#indexNavigation li a:link, 
#indexNavigation li a:visited { color: rgb(0,110,205); text-decoration: none; }

#indexNavigation li a:hover, 
#indexNavigation li a:active, 
#indexNavigation li a:focus  { color: rgb(0,0,0); }

#indexFooter { 
	position: relative;
	float:left;
	background-color: rgb(115,103,89);
	background-image: url(images/shadow-footer.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 830px;
	height: 26px;
	padding:0;
	margin: 0; 
}
