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;
}

#home { 
	width: 800px;
	border: 0px dashed blue;
	margin: auto;/*in diesem Fall,richtet mittig aus*/
}

#home div {
	margin: 0px;
	padding: 0px;
}

/*TOP*/
/*SLIDESHOW*/  
#slideshow {
  	height:150px;
	width: 300px;
	position: relative;
	top: -12px;
	left: 250px;
	border: 0px solid #909090;
	background-color:#FFCC99;
	z-index:5;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid #713800;
	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: #713800;/*farbe*/
	background-image:url(../bilder/pfote_beige.gif);
	border: 3px solid #993333;
	/*border-bottom: 3px solid #ECC47E;*/
	position: relative;
	top: -22px;
}

*html #nav_pic {
	background-color:/*#024000;farbe*/;
	border-color: #993333/*#713800*/;
	position: relative;
	top: -29px;
}



#divNav {
	position: relative;
	top: 75px;
	left: 5px;
	background-color: /*#eedfb4*/#ECC47E;
	border: 0px solid #663333;
	width: 605px;
	height: 90px;
	float:left;
}
*html #divNav {
	position: relative;
	top: 60px;
	left: 10px;
	background-color:/*#eedfb4*/#ECC47E;
	border: 0px solid #663333;
	width: 600px;
	height: /*80*/100px;
	float:left;
}

#pic {
	float: right;
	position: relative;
	top: 0px;
	width: 180px;
	border: 0px solid #ECC47E;
	margin: 0px;
}
*html #pic {
	position: relative;
	top: 0px;
	width: 180px;
	/*float: right;*/
	
	
}
#pic p {
	border: 2px solid #ECC47E;
	color: #ECC47E;
	text-align: center;
	margin:10px;
	padding: 5px;
	font-size:11px;
}


#pic img {
	margin: 0px;
	padding: 5px  31px 0px;/*werte nicht verändern IE*/
	border: 0px solid #eedfb4;
}
/* EOF NAV with PIC*/

/* CONTENT */
#content {
	background-color: #713800;
	position: relative;
	top: -22px;
	border: 3px solid #993333;
	border-top-style: none;
}
*html #content {
	border: 3px solid #993333;	
	border-top-style: none;
	position: relative;
	top: -29px;
}
#film_1 {
	background-image:url(../bilder/film.gif);
	background-repeat:repeat-x;
	border: 1px solid #ECC47E;
	width:790px;
	height: /*80px*/auto;
}
#film_2 {	
	background-image:url(../bilder/film.gif);
	background-repeat:repeat-x;
	border: 1px solid #ECC47E;
	width:790px;
	height: /*80px*/auto;
	position: relative;
	top: 20px;
}
#film_1 img,
#film_2 img {
	border: 0px;
	margin: 15px 9px;
	padding: 0px;
}
#last {
	position: absolute;
	top:300px;
	left:40px;
}
#next {
	position: absolute;
	top:300px;
	right:40px;
}
#last img,
#next img {
	border: 0px;
	margin: 10px;
	padding: 0px;
}
#bilder {
	background-color: #ECC47E;
	color : #713800;/*farbe*/
	border: 0px solid #713800;
	position: relative;
	top: 10px;
	left: 135px;
	width:/*400650*/510px;
	height: 400px;
}
#text {
	background-color: #ECC47E;
	color : #713800;/*farbe*/
	border: 0px solid #713800;
	position: absolute;
	top: 120px;
	left: 150px;
	width:/*400650*/470px;
	height: 300px;
}
#text p {
	margin:5px;
	padding: 10px 20px;
}

/* EOF CONTENT */

/* FOOT */
#foot {
	/*position: relative;
	top: 10px;
	clear:both;*/
}
#foot p{
	text-align:center;
	color: #ECC47E;
	background-color: #713800;
	margin: 5px;
	padding: 10px;
}
#foot a {
	text-decoration: none;
	color: #ECC47E;
	padding: 5px;
}
#foot a:hover {
	text-decoration: underline;
	color: #ECC47E;
}

/* EOF FOOT */

.new_line {
	clear: both;
	line-height: 15px;
}
/**html.new_line {
	clear: both;
	line-height: 15px;
}*/
.end_line {
	clear: both;
	line-height: 10px;
}

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


