
/* Body und der aeussere Kontainer */

* {
	margin:0;
	padding:0;
	}

body {
	background:#ffeb89;
	padding:0 0 20px 0;
	}

#container {
	position:relative;
	width:634px;
	left:50%;
	margin-left:-340px;
	background:#fff url(../images/bg.gif) repeat-y center;
	overflow:auto;
	z-index:100;
	}

#inner {
	position:relative;
	padding-bottom:14px;
	height:auto !important;
	height:1%;
	}


	
#header {
	width:634px;
	height:196px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat;
	z-index: 20;
	}
	
	
.clear{
	clear:both;
	}


/* unteres Ende des aeusseren Kontainers */


#bottom {
	position:relative;
	left:50%;
	margin-left:-340px;
	background:url(../images/bottom.jpg);
	width:634px;
	height:332px;
	}




/* oberer horizontaler Verlauf /*

/* links und rechts 

#balken1 {
	width:49%;
	position:absolute;
	top:0;
	left:0;
	height:338px;
	background:url(../images/balken1.gif) repeat-x;
	z-index:10;
	}

#balken2 {
	width:49%;
	position:absolute;
	top:0;
	right:0;
	height:338px;
	background:url(../images/balken1.gif) repeat-x;
	z-index:10;
	}
	
	*/
	
	




	#Menu1 {
				position: absolute;
				top: 150px;
				left: 230px;
				border: 0;
				z-index: 5;
				padding: 0 1px 1px;
				margin-left: 0;
				font: 25px Georgia, Serif;
		}
			#Menu1 li {
				list-style: none;
				margin: 0;
				display: inline;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					color: #cc6666;
				}
				#Menu1 li a {
					color: #cc3333;
					padding: 0.25em 0.6em 0.25em 0.6em;
					text-decoration: none;
				}
					#Menu1 li a:hover {
						color: #cc6666;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						color: #cc6666;
					}



/* mittlerer Kontainer mit dem Inhalt */
	
#main {
 position: relative;
 top:0;
 left:  0;
 width: 	92%;
 margin: 0 5px 0px 10px; 
 padding: 5px 0 0 0;
}


#inhalt {

 margin: 0 5px 0 20px;
 background-color: white;
 color: black;

}


#inhalt .mitte {
 margin: 2px 10px 0px 20px;
 color:#555555;
 
}


