html{background:#62b01a;}
body{
	margin:0;
	color:#999;
	font:14px "Trebuchet MS", Helvetica, sans-serif;
	line-height:1.5em;
	background:#fff url(../images/bg-body.gif) repeat-x;
	min-width:1000px;
}
img{border-style:none;}
a{
	color:#73b812;
	background-color:transparent;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
#wrapper{
	width:972px;
	margin:0 auto;
}
#header{
	padding:47px 17px 0 6px;
	position:relative;
	z-index:10;
	height:1%;
}
.logo{
	display:block;
	width:304px;
	height:40px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 auto;
}
.logo a{
	display:block;
	height:100%;
}
#nav{
	list-style:none;
	margin:33px 0 0;
	padding:0;
	width:100%;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	font-size:15px;
	text-transform:uppercase;
	position:relative;
	padding-right:3px;
}
#nav li a{
	color:#fff;
	float:left;
	padding:7px 13px 0;
	height:29px;
	text-decoration:none;
}
#nav li:hover a,
#nav li.hover a{
	background: url(../images/bg-nav-h.png) repeat-x;
	cursor:pointer;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:30px;
	left:0;
	width:156px;
	display:none;
	overflow:hidden;
}
#nav ul li{
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding:0;
}
#nav ul li:first-child{border-style:none;}

#nav li ul li {
	font-size:14px;
    }

#nav li ul li a,
#nav li:hover ul li a,
#nav li.hover ul li a{
	color:#439d28;
	background: url(../images/bg-drop.png);
	display:block;
	float:none;
	padding:6px 13px 7px;
	height:1%;
}
#nav li ul li a:hover{
	color:#fff;
	background: url(../images/bg-drop-h.png);
}
#nav li:hover ul,
#nav li.hover ul{display:block;width:240px;}
#main{
	position:relative;
	z-index:5;
	margin-top:-7px;
}
.main-inner{
	padding:19px 18px 0;
	background: url(../images/bg-main.png) no-repeat;
	height:1%;
	min-height:440px;
}
/** html .main-inner{height:440px;}*/
.image-holder {margin-bottom:20px;}
.image-holder img{display:block;}

    #stage { width:936px;height:240px;position:relative; }
    #stage img { display:none;position:absolute;top:0;left:0; }

#main h1{
	margin:0 0 10px 0;
	font-size:32px;
	color:#73b812;
	font-weight:normal;
	line-height:1.3em;
}
#main h2{
	margin:0 0 36px 0;
	font-size:20px;
	font-weight:normal;
	line-height:1.2em;
}
#main p{
	margin:0 0 15px;
	line-height:17px;
}
.columns{
	width:896;
	overflow:hidden;
	padding:6px 0 23px 0;
}
.columnlinks{
	float:left;
	width:411px;
	padding-right:37px;
}

.columnrechts{
	float:left;
	width:411px;
	margin:0 0 0 37px;
	}
#footer{
	background: url(../images/bg-footer.gif) repeat-x 0 100%;
	width:100%;
	margin-top:-106px;
}

    #footer a { 
        color:#FFF;
        background-color:transparent;
        text-decoration:underline;
        }

    #footer a:hover { 
        color:#FFF;
        background-color:transparent;
        text-decoration:none;
        }

.footer-w{background: url(../images/bg-footer-w.gif) no-repeat 50% 0;}
.footer-inner{
	height:70px;
	padding-top:133px;
	width:938px;
	margin:0 auto;
}
.footer-inner p{
	text-align:right;
	color:#fff;
	margin:0;
}


/* --- Artikel --- */

.artikel {
    margin:0 20px 20px 20px;
    }

.galerie {
    margin:0 0 15px 20px;
    }

    .bilder {
        width:288px;
        padding:0 15px 0 0;
        float:left;
        }
    
    .bilderlast {
        width:288px;
        float:left;
        }

/* --- Slideshow --- */

ul.crossfade {

	padding:0;

	margin:0;

	list-style:none;

	position:relative;

    width:400px;

	height:262px;

    }

    

#fade-example-1 li {

	position:absolute;

	top:0;

	left:0;

	visibility:hidden;

    }

    

li img {

	display:block;

	border:0;

	border:0;

    }




/* ------------------- SLIDER ------------------- */

#slider{
	width:936px;
	height:240px;
	overflow:hidden;
}

#controls{
	width:800px;
	height:25px;
    background-image:url(../images/trans_bg.png);
}

#knob{
	width:25px;
	height:25px;
	background-image:url(../images/scroller.png);
}

#playButton{
	width:25px;
	height:25px;
	background-image:url(../images/play_button.png);
	position:absolute;
	top:234px;
	left:61px;
}  

#changeslider {
    text-align:right;
    margin:5px;
    }