/* ------- CSS RESET --------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}
table 
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img 
{ 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var 
{
	font-style:normal;
	font-weight:normal;
}
ol,ul 
{
	list-style:none;
}
caption,th 
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after 
{
	content:'';
}
abbr,acronym { border:0;
}
a
{
	text-decoration:none;
}

/* ------ END CSS RESET ----------------------------- */


html, body
{	height:100%;
}

body 
{	background-color: #5271A7;
	background-image:url(images/body_bg.jpg);
	background-repeat: repeat;	
	text-align:center; 
}

#container
{	width:916px;
	margin: 0px auto;
}

#footer
{	height:91px;
	clear:both;
}

/* ----------------- Header --------------------------------------------------------- */
#header
{	width:916px;
	height:270px;
	
}

#header h1 
{	display:block;
    float:left;
    width:916px;
    height:270px;
    background: url(images/header.jpg) no-repeat top;
    text-indent:-10000px;
}

#header h1 a
{	display:block;
    float:left;
    width:500px;
    height:120px;
	margin-top:100px;
}
/* --------------------- Content general -------------------------------------------- */

#top
{	width:916px;
	height:60px;
	background:url(images/site_top.jpg) no-repeat top;
}

#content
{	width:916px;
	background: url(images/content_bg.jpg) repeat;
	height:auto;
}

.content_dn
{	width:916px;
	height:17px;
	background: url(images/content_dn.jpg) no-repeat;
}

.content_top
{	width:916px;
	height: 16px;
	background: url(images/content_top.jpg) no-repeat bottom;
}

.footer_content
{	width:916px;
	height:75px;
	background: url(images/content_bg.jpg) repeat;
	margin:0px auto;
}

.more
{	height: 30px;
	line-height:30px;
	margin-top:265px;
}

.more a
{	font-family: Arial,Helvetica,sans-serif;
	font-size:90%;
	color:#ffffff;
	float:right;
	margin-right:15px;
}

.more a:hover
{	text-decoration: underline;
}

#col1, #col2, #col3
{	width:290px; /*448px;*/
	height:300px;

}

#col1
{	background: url(images/80jahre.jpg) no-repeat;
}

#col2
{	background: url(images/slideshow.jpg) no-repeat;
	margin-left:22px;
}

#col3
{	background: url(images/termin.jpg) no-repeat;
}

/*-------------------- Start jQuery ImageSlider Tutorial by http://www.sohtanaka.com --------------------------------*/
.main_view 
{	float: left;
	position: relative;
	padding-left: 5px;
}

.window {
	height:156px;	
	width: 175px;
	margin: 38px 0px 0px 50px;
	overflow: hidden; 
	position: relative;
	
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; 
	right: 0px;
	width: 120px; 
	height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	background: none;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
.paging a.active {
	color:#ffffff;
	font-weight: bold;
	background: #993300;
}
.paging a:hover {font-weight: bold;}


/* ------------ Typo ----------------------------------------------------------------*/
h1, h2, h3, h4, p
{	font-family: Arial, Helvetica,sans-serif;
	color: #000000;
	
}

h1, h2, h3
{	font-weight: bold;
	font-size: 120%;
	color: #993300;

}

h2
{	height:70px;
	line-height:70px;
}


h4
{	font-weight: normal;
	font-size: 100%;
	color: #993300;
}

p
{	font-size: 90%;
	line-height:150%;
}

.wrap
{	white-space: normal;
}

.textlink
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:150%;
	color: #333333;
}

.f
{	font-weight:bold;
}

.small
{	font-size: 70%;
}
.orange
{	color:#993300;
}
.white
{	color:#ffffff;
}

ul.download
{	width: 800px;
	list-style:none;
	margin:0px auto;
}

ul.download li
{	height: 24px;
	line-height:24px;
	display:block;
	list-style:none;
	margin-top:5px;
}

ul.download a
{	font-size:90%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	
}

ul.download a:hover
{	text-decoration: underline;
}

/* -------------------floats, clears and margins ----------------------------------------------- */

.mt
{	margin-top:20px;
}

.mb
{	margin-bottom:20px;
}

.mr
{	margin-right: 20px;
}

.text
{	width:876px;
	height:auto;
	margin: 0px auto;
}

.top
{	padding-top: 10px;
	margin:0px auto;
}

.fr
{	float:right;
}

.fl
{	float:left;
}

cl
{	clear:both;
}

.center
{	margin: 0px auto;
}

/* --------- Start Navigation --------------------------------- */  
  
#navigation ul
{	width:916px;
	height:32px;
	background:url(images/navi.png) no-repeat;
	list-style:none;
}

#navigation ul li	/* text-image replace */		
{	height:32px;
	display:block;
	float:left;
	text-indent:-9999px;
}

#navigation ul li a 
{	display:block;
    width:100%;
    height:100%;
}

#home
{	width: 90px;
}
#home a:hover 
{	background: url(images/navi.png) no-repeat 0 -32px;
}
#anlage
{	width: 115px;
}
#anlage a:hover 
{	background: url(images/navi.png) no-repeat -90px -32px;
}
#frei
{	width: 110px;
}
#frei a:hover 
{	background: url(images/navi.png) no-repeat -205px -32px;
}
#kosten
{	width: 70px;
}
#kosten a:hover 
{	background: url(images/navi.png) no-repeat -315px -32px;
}
#down
{	width: 95px;
}
#down a:hover 
{	background: url(images/navi.png) no-repeat -385px -32px;
}
#termine
{	width: 75px;
}
#termine a:hover 
{	background: url(images/navi.png) no-repeat -480px -32px;
}
#rueckblick
{	width: 85px;
}
#rueckblick a:hover 
{	background: url(images/navi.png) no-repeat -555px -32px;
}
#gartenheim
{	width: 100px;
}
#gartenheim a:hover 
{	background: url(images/navi.png) no-repeat -640px -32px;
}
#kontakt
{	width: 75px;
}
#kontakt a:hover 
{	background: url(images/navi.png) no-repeat -740px -32px;
}
#impressum
{	width: 101px;
}
#impressum a:hover 
{	background: url(images/navi.png) no-repeat -815px -32px;
}

/* -------------------- footernavigation -----------------------------------------------------*/

ul.footernavi
{	width: 876px;
	height: 20px;
	list-style:none;
	margin: 0px auto;
	line-height:20px;
}

ul.footernavi li
{	padding-right: 10px;
	float:left;
}

ul.footernavi a
{	font-size: 80%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	display:block;
}

ul.footernavi a:hover
{	color:#993300;
}

ul.footernavi li#copy, ul.footernavi li#copy2
{	float:right;
	padding:3px;
}



.bildnachweis
{	width:876px;
	height:15px;
	margin-top:3px;
	line-height:15px;
	font-size:10px;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	float:right;
}

.bildnachweis a
{	font-size:10px;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
}
	
/* ---------- lines ------------------------------------------------------------------------ */

.line
{	width:700px;
	height:36px;
	background:url(images/line.jpg) no-repeat;
	
}

.line_blue
{	height:2px;
	background:url(images/line_blue.jpg) repeat-x;
	margin-top:10px;
}

.picborder
{	border: 3px solid #993300;
}

/* ------------ kostenübersicht ------------------------------- */
.beitrag
{	font-size:90%;
	font-family:Arial,Helvetica,sans-serif;
	margin-top:40px;
	margin-bottom:40px;
}

ul.termin
{	list-style:none;
	margin-top:40px;
	margin-bottom:40px;
	width:650px;
	margin-left:190px;
	text-align:left
}

ul.termin li
{	height: 30px;
	line-height: 30px;
	font-size:90%;
	font-family:Arial,Helvetica,sans-serif;
	text-indent: 40px;
	
}

.item
{	background:url(images/list.png) no-repeat left;
}

.jubi
{	text-indent:-9999px;
	background:url(images/80.png) no-repeat;
	width:673px;
	height:97px;
	margin:0px auto;
}