
/*** übliche Elemente ***/

body {
	background: #CCC url(../img/test.jpg) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.7em sans-serif,Arial;
}

a {
	color: #000;
	text-decoration: none;
}

table, tr, td {
	border: none;
}

.top  {
	background: #F5F5F5 url(../img/bg778x282regen.jpg) no-repeat; display: block; height: 282px;
}

.top #logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 55px;
	border: none;
}

.top #logo_link {
	margin-top: 10px;
	margin-left: 10px;
	

}

/*** Header ***/
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/*** Main ***/
.main {
	background: #FFF; 
	border: 3px double #EEE;
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 780px;
}

.container {
	margin: 10px;
}

/*** Menü ***/
.menu a {
	background: #EEEEEF;
	border-right: 1px solid #CECECE; 
	border-top: 1px solid #E5E5E5;
	color: #888;
	text-align: center;
	font-size: 13px;
	float: left;
	padding-top: 4px;
	width: 152px; height: 30px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEEEEF url(../img/backgroundmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 148px;
	border-right: none;
}

/*** Inhalt ***/
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}

.trenner {
	background: #FCFCFC url(../img/backgroundtrenner.gif) repeat-x;
	padding: 9px;
}

.content h1 {
	margin: 0;
	font: bold 1.4em sans-serif,Arial;
	color: #666;
}

.content h2 {
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #666;
	text-decoration: underline;
}

.content h3 {
	margin: 0;
	font: bold 1em sans-serif,Arial;
	color: #666;
	text-decoration: none;
}

.content p {
	margin: 3px 0 6px; color: #666;
}
.content p #impressum {
	text-align: justify;
}


.linker_content {
	
	width: 400px;
}

.rechter_content{
	float: right;
	
	width: 250px;
}
.fotos {
	position: relative;
	width: 200px;
	height: 200px;
	
}

.fotos_rechteckig_v {
	position: relative;
	width: 150px;
	height: 200px;	
}

.fotos_rechteckig_h {
	position: relative;
	width: 200px;
	height: 150px;	
}

.thumbs {
	width: 100px;
	height: 75px;
}

.content #logo_content {
	position: relative;
	width: 290px;
	height: 40px;
	border: none;
}

.content ul{
	list-style-image: url(../img/aufzaehlung_klein.gif);
}


.imgborder{
	border: none;
	}

/*** Footer ***/
.footer {
	padding: 4px;
	background: #EEEEEF;
	color: #666;
}

.footer .left, .footer .right {padding: 0 12px;}

/*** Ausrichtung ***/
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

#a1 { position:relative; float: left; top:10px; left:0px; width:520px; height:180px; }
#a2 { position:relative; float: right; top:10px; left:522; width:165px; height:340px; }
#a3 { position:relative; float: left; top:30px; left:0px; width:auto; height:auto;
      z-index:3; }
#a4 { position:relative; float: left; top:30px; left:0px; width:auto; height:auto;
      z-index:4; }
#a5 { position:relative; float: left; top:30px; left:0px; width:auto; height:auto;
      z-index:5;}



