/*YUI 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;}

td, th {text-align:left;vertical-align:top;}
strong, b, th {font-weight:700;}
em, i {font-style:italic;}
u {text-decoration:underline;}

* {outline:0;background-repeat:no-repeat;}
a *, input[type=submit], button {cursor:pointer;}
a {
	text-decoration:none;
	color:#009ee0;
}

p {padding-bottom:22px;}

h1{
	font-size:15px;
	line-height:15px;
	color:#009ee0;
	padding-bottom:21px;
	font-weight:bold;
}

h1.galerie_titel{
	padding-left:13px;
}

h2{
	font-size:7px;
	line-height:15px;
	color:#FFF;
	padding-bottom:14px;
}

h3{
}

ul, ol {
list-style:disc;
list-style-position:inside;
margin-left:10px;
}

/* Typo */
body, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.clear {clear:both;}

.error {color:#FF0000;}

.success {color:#006633;}

html{
	background-color:#a1aaac;
	overflow-y:scroll;
	background-image:url(../img/hintergrund.png);
	background-position:top right;
}

body{
}

body.home #content{
	min-height:0;
}

#wrapper{
	width:953px;
	margin:0 auto;
}

#header{
	width:953px;
	height:111px;
}

#top{
	width:793px;
	height:17px;
	padding-right:160px;
	padding-bottom:4px;
	text-align:right;
}

#top a{
	color:#FFF;
}

#site{
	width:953px;
}

#left_panel{
	width:161px;
	float:left;
	margin-right:13px;
}

#navigation{
	width:161px;
}

#navigation a{
  	width:154px;
	height:25px;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:5px;
	background-color:#ececed;
	padding-left:7px;
	color:#58585a;
	float:left;
	text-transform:uppercase;
}

#navigation a:hover,
#navigation a.on{
	color:#009ee0;
}

#countdown{
	width:86px;
	height:98px;
	float:right;
	margin-top:11px;
	background-image:url(../img/countdown_background.gif);
}

#countdown .inhalt{
	margin-top:18px;
}

#countdown p{
	font-size:9px;
	line-height:18px;
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;
}

#countdown p.zahl{
	color:#009ee0;
	font-size:30px;
	padding-bottom:8px;
}

#countdown p.tage{
	color:#009ee0;
	font-size:12px;
}

#main{
	width:619px;
	float:left;
	margin-right:13px;
}

#content{
	min-height:450px;
	height:auto !important;
	height:250px;
}

#content,
#anmeldung,
#newsletter{
	width:579px;
	float:left;
	padding:20px;
	margin-bottom:5px;
	background-color:#FFF;
}

#content td.abstand{
	padding:10px 0 15px 0;
}

#content td.abstand_bottom{
	padding-bottom:15px;
}

#content .bild{
	width:174px;
	height:160px;
	margin:0 19px 19px 0;
	float:left;
}

#content .bild a.img{
	display:block;
	width:174px;
	height:130px;
	float:left;
	background-position:center;
}

#content .bild p{
	padding-bottom:5px;
	width:174px;
}

#content .galerie{
	padding:0 14px 0 14px;
}

#content .galerie a{
	display:block;
	width:171px;
	height:121px;
	margin-bottom:19px;
	margin-right:19px;
	float:left;
	background-position:center;
}

#content .footer{
	padding:0 14px 0 14px;
	height:30px;
	font-size:10px;
	line-height:15px;
	float:left;
}

#content .footer a{
	text-decoration:none;
	color:#000;
	padding-right:3px;
	padding-left:3px;
	margin-right:2px;
	margin-left:2px;
	float:left;
}

#content .footer a.pfeil:hover{
	text-decoration:none;
}

#content .footer a:hover,
#content .footer a.on{
	text-decoration:underline;
}

#anmeldung p{
	padding-bottom:12px;
}

#newsletter form{
	line-height:23px;
}

#newsletter .text{
	width:145px;
	height:14px;
	line-height:14px;
	border:1px solid #656565;
	padding:4px 5px 5px 5px;
	margin-left:10px;
	margin-right:6px;
	float:left;
}

#newsletter .submit{
	border:0;
	background-color:#FFF;
	color:#009ee0;
}

#right_panel{
	width:111px;
	float:right;
	min-height:420px;
	padding:20px 18px;
	background-image:url(../img/transparent.png) !important;
	background-image:none;
	background-repeat:repeat;
	background-color:transparent !important;
	background-color:#c2c8c9;
}

#right_panel a {
display:block;
text-align:center;
margin-bottom:10px;
}

/*anmelung*/
#content .form .spacer td {line-height:8px;}

#content .form td,
#content .form th {
    padding:1px 0;
}

#content select {
    width:356px;
}

#content input.text,
#content textarea {
    width:350px;
    height:16px;
    padding:3px 2px 2px 2px;
    border:1px solid #9fcbda;
}
#content textarea {height:90px;resize:vertical;max-height:500px;}
#content input.text:focus,
#content textarea:focus {
	background-color:#fbfafa;
}

#content input.submit {
    background-color:#9fcbda;
    border:0;
    padding:1px 15px;
    color:#FFF;
    font-weight:700;
    text-shadow:0 0 2px rgba(106,175,198,0.9);
}


/*form*/
#content form ul.form{
	list-style:none;
	width:579px;
	margin:0;
}

#content form ul.form div.label {
	width:100px;
	float:left;
	text-align:left;
}

#content form ul.form li {
	padding:2px 0;
}
#content form ul.form li input.text {
	width:400px;
	height:16px;
	padding:2px 0 1px 2px;
}
#content form ul.form li textarea {
	width:400px;
	height:96px;
}
#content form ul.form li input.submit {
	padding:2px 10px;
	float:right;
}
#content form ul.form li.right{
	float:right;
	padding-right:73px;
}

/*Lightbox*/

#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;}#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0;}#jquery-lightbox a img{border:none;}#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}#lightbox-container-image{padding:10px;}#lightbox-loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}#lightbox-container-image-box > #lightbox-nav{left:0;}#lightbox-nav a{outline:none;}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block;}#lightbox-nav-btnPrev{left:0;float:left;}#lightbox-nav-btnNext{right:0;float:right;}#lightbox-container-image-data-box{font:10px Verdana, Helvetica, sans-serif;background-color:#fff;line-height:1.4em;overflow:auto;width:100%;margin:0 auto;padding:0 10px;}#lightbox-container-image-data{color:#666;padding:0 10px;}#lightbox-container-image-data #lightbox-image-details{width:69%;float:left;text-align:left;}#lightbox-image-details-caption{font-weight:700;}#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em;}#lightbox-secNav-btnClose{float:right;padding-bottom:.7em;}
