body { background-color:#ECC47E /*#eedfb4*/;
	background-image: url(../bilder/banner_120_2008.jpg);
	background-repeat:repeat-x;
	background-position: 0px 30px;
	background-attachment:fixed;
	font-family : Verdana, Arial, Sans Serif;
	font-size : 0.8em;
}
table {
	width:100%;
	text-align: center;
	padding: 0px;
	margin-bottom: 5px;
}

#home { 
	width: 650px;
	border: 0px dashed blue;
	/*margin: auto;in diesem Fall,richtet mittig aus*/
	position: absolute;
	left: 310px;
}
#home div {
	margin: 0px;
	padding: 0px;
}
/*TOP*/
/*SLIDESHOW*/  
#slideshow {
  	height:150px;
	width: 300px;
	position: relative;
	top: -19px;
	left: 175px;
	border: 0px solid #909090;
	background-color:#FFCC99;
	z-index:5;
}
/*Vor IE-mac verstecken\*/
*html #slideshow {
  	height:150px;
	width: 300px;
	position: relative;
	top: -26px;
	left: 175px;
	border: 0px solid #909090;
	background-color:#FFCC99;
	z-index:5;
}
/*Verstecken beenden*/

#slideshow img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid #663333;
	border-right:3px solid #ECC47E;
	border-bottom: 3px solid #ECC47E;
	width: 300px;
	height: 150px;
}
#slideshow img.start {
	display:block;
}

/* EOF SLIDESHOW */ /* EOF TOP */


/* NAV with PIC */

#nav_pic {
	background-color: /*#663333*/;
	border: 3px solid #993333;
	border-bottom: 3px solid #ECC47E;
	position: relative;
	top: -23px;
	height: 130px;
}
/*Vor dem IE-mac verstecken \*/
*html #nav_pic {
	position: relative;
	top: -30px;
}
/*Verstecken beenden*/



#divNav {
	position: relative;
	top: 20px;
	left: 20px;
	background-color: /*#eedfb4*/#ECC47E;
	border: 0px solid #663333;
	width: 605px;
	height: 90px;
}
/*Vor dem IE-mac verstecken \*/
*html #divNav {
	position: relative;
	top: 10px;
	left: 25px;
	background-color:/*#eedfb4*/#ECC47E;
	border: 0px solid #663333;
	width: 600px;
	height: /*80*/100px;
}
/*Verstecken beenden*/

#pic {
	float: right;
	position: relative;
	top: 0px;
	width: 180px;
	border: 0px solid #ECC47E;
	margin: 0px;
}
/*Vor dem IE-mac verstecken \*/
*html #pic {
	position: relative;
	top: 0px;
	width: 180px;
	float: right;
}
/*Verstecken beenden*/

#pic p {
	border: 2px solid #ECC47E;
	color: #ECC47E;
	text-align: center;
	margin:10px;
	padding: 5px;
	font-size:11px;
}


#pic img {
	float: right;
	margin: /*1*/0px;
	padding: 5px 25px 0px;
	border: 0px solid #eedfb4;
}

/* EOF NAV with PIC*/

/* CONTENT */

#content {
	background-color: /*#663333*/;
	position: relative;
	top: -33px;
	border: 3px solid #663333;
	border-top-style: none;
}
/*Vor dem IE-mac verstecken \*/
*html #content {
	position: relative;
	top: -30px;
}
/*Verstecken beenden*/
#add { 
	position: absolute;
	width: 230px;
	top: 222px;
	left: 50px;
	border: 0px solid #663333;
	display: block;
	background-color: #663333;
}
/*Vor dem IE-mac verstecken \*/
*html #add { 
	position: absolute;
	width: 230px;
	top: 232px;
	left: 50px;
	border: 0px solid #663333;
	display: block;
	background-color: #663333;
}
/*Verstecken beenden*/

#add img {
	margin:10px;
	padding: 0px;
	border: 0px solid #eedfb4;
}


#add p {
	border: 2px solid #ECC47E;
	color: #ECC47E;
	text-align: center;
	margin:5px;
	padding: 5px;
	/*font-size: 0.8em;*/
}

#add a {
	margin:0px;
	padding-left: 20px;
}
	

#text { 
	background-color: /*#eedfb4*/#ECC47E;
	position: relative;
	top: 10px;
	left:70px;
	width:510px;
	color : /*#330099*/#663333;
}
/*Vor dem IE-mac verstecken \*/
* html #text {
	position: relative;
	top: 10px;
	background-color: /*#eedfb4*/#ECC47E;
}
/*Verstecken beenden*/

#text p {
	margin:5px;
	padding: 10px 20px;
}

#text h1{
	text-align: center;
	font-size:large;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}
#text p.center {
	text-align: center;
}


#foot {
	clear:both;
}
#foot p{
	text-align:center;
	color: #ECC47E;
}
#foot a {
	text-decoration: none;
	color: #ECC47E;
	padding: 5px;
}
#foot a:hover {
	text-decoration: underline;
	color: #ECC47E;
}

#act {
	text-decoration: none;
	font-weight: bold;
}
.new_line {
	clear: both;
	line-height: /*30*/15px;
}
/*Vor dem IE-mac verstecken \*/
*html.new_line {
	clear: both;
	line-height: /*30*/15px;
}
/*Verstecken beenden*/

.end_line {
	clear: both;
	line-height: /*30*/10px;
}

.anibild {
	-moz-opacity: 0.4;
	filter: alpha (opacity=40);
}
.anibild:hover {
	-moz-opacity: 1;
}