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

html, body {
	background-color:#ffffff;
	height:100%;
}

td, th {text-align:left;vertical-align:top;}

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

.clear {clear:both;}

.error {color:#ff0000;}

.success {color:#579c53;}

html {
	overflow-y:scroll;
}

p,h1,ul,ol {padding-bottom:18px;}

ul {
	list-style:disc;
	margin-left:25px;
}

h1 {
	font-size:20px;
	color:#63aed3;
	line-height:23px;
}

h1.txtimg, h2.txtimg{
	background-repeat:no-repeat;
	text-indent:-2000px;
}

h2{
	font-size:18px;
	color:#63aed3;
	line-height:21px;
	margin-bottom:16px;
}

h3{
	font-size:18px;
	color:#63aed3;
	line-height:21px;	
}

a {
	outline:0;
}
a * {cursor:pointer;}

#wrapper{
	width:961px;
	margin:0 auto;
	padding:0 14px;
	background:url(../img/background.png);
	background-repeat:repeat-x;
}

#header{
	width:961px;
	height:130px;
}

#header img{
	display:block;
	float:left;
}

#site{
	width:961px;
}

#left_panel{
	width:180px;
	float:left;
}

#left_panel a{
	font-weight:bold;
}

#main{
	width:582px;
	float:left;
}

#right_panel{
	width:199px;
	float:right;
}

#left_panel div.box{
	position:relative;
	margin-bottom:1px;
	color:#435321;
	padding:5px 10px;
	float:left;
	width:160px;
}
	
#left_panel div.box .top, #left_panel div.box .bottom{
	position:absolute;
	height:3px;
	left:0;
	background-image:url(../img/ecken_links.gif);
	width:180px;
	line-heigth:0;
	font-size:0;
	display:block !important;
        display:none;

}

#left_panel div.box .top{
	top:0;
}	

#left_panel div.box .bottom{
	bottom:0;	
}	

	
#left_panel div.green_1{
	background-color:#d6e2a8;
}

#left_panel div.green_1 .bottom{
	background-position:0 -3px;
}

#left_panel div.green_2{
	background-color:#e4efb9;
}

#left_panel div.green_2 .top{
	background-position:0 -6px;
}

#left_panel div.green_2 .bottom{
	background-position:0 -9px;
}

#left_panel div.green_3{
	background-color:#f0f8cd;
	line-height:15px;
}

#search .text{
	width:138px;
	height:14px;
	background-image:url(../img/search-textfeld.gif);
	border:0;
	padding:4px 4px;
	line-height:14px;
}

#search .submit{
	display:none;
}

#left_panel div.green_3 .top{
	background-position:0 -12px;
}

#left_panel div.green_3 .bottom{
	background-position:0 -15px;
}

#left_panel div.green_4{
	background-color:#f3f8dd;
}

#left_panel div.green_4 .top{
	background-position:0 -18px;
}

#left_panel div.green_4 .bottom{
	background-position:0 -21px;
}

#left_panel div.box a{
	color:#435321;
	outline:0;
	height:22px;
	line-height:17px;
}

#left_panel #navigation a {
	color:#435321;
	outline:0;
	text-decoration:none;
	display:block;
	height:22px;
	line-height:22px;
	font-weight:bold;
}

#left_panel #navigation .sub {
	padding-left:15px;
}


#left_panel #navigation .sub a {
	font-weight:normal;
}

#left_panel #navigation a:hover, #left_panel #navigation a.on{
	text-decoration:underline;
}

#content {
	background-color:#FFF;
	min-height:400px;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	padding:28px 29px 26px 30px;
	height:auto !important;
        height:400px;
}

#content a{
	color:#586e79;
	text-decoration:underline;
	outline:0;
}

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

#content .image_box{
	position:relative;
	padding:3px;
	background-color:#e4e4e4;
	width:239px;
}

#content .image_box.left {
	float:left;
	margin-right:15px;
	margin-bottom:18px;
}
#content .image_box.right {
	float:right;
	margin-left:30px;
	margin-bottom:18px;
}

#content .image_box .top_left,
#content .image_box .top_right,
#content .image_box .bottom_left,
#content .image_box .bottom_right{
	position:absolute;
	background-image:url(../img/image_box_ecken.gif);
	height:6px;
	width:6px;
	line-height:0;
	font-size:0;
}

#content .image_box .top_left{
	top:0;
	left:0;
}

#content .image_box .top_right{
	top:0;
	right:0;
	background-position:-6px 0;
}

#content .image_box .bottom_left{
	bottom:0;
	left:0;
	background-position:0 -6px;
}

#content .image_box .bottom_right{
	bottom:0;
	right:0;
	background-position:-6px -6px;
}

#content .image_box img{
	float:right;
	border:1px solid #FFF;
}

#content .news_box .top{
	background-image:url(../img/ecken_slide.gif);
	height:17px;
	cursor:pointer;
}

#content .news_box .content{
	height:105px;
	width:521px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF; 
	overflow:hidden;
	position:relative;
}

#content .news_box .content .container{
	position:absolute;
	height:105px;
}

#content .news_box .content .container table{
	border-collapse:collapse;
	width:521px;
}

#content .news_box .content .container table a{
	text-decoration:none;
}

#content .news_box .content .container table a:hover{
	text-decoration:underline;
}

#content .news_box .content .container td{
	border:1px solid #FFF;
}

#content .news_box .content .container td.head{
	width:99px;
	vertical-align:middle;
	padding-left:9px;
}

#content .news_box .content .container td.body{
	padding-left:6px;
	vertical-align:middle;
	height:21px;
	border-right:0;
}

#content .news_box .content .container table.odd td{
	background-color:#deecf3;
	color:#557888;
}


#content .news_box .content .container table.even td{
	background-color:#e5edc5;
	color:#768855;
}

#content .news_box .bottom{
	background-image:url(../img/ecken_slide.gif);
	height:15px;
	background-position:0 -17px;
	cursor:pointer;
}

#content-bottom{
	background-image:url(../img/ecken_content_bottom.gif);
	padding-top:5px;
	background-repeat:no-repeat;
	padding-left:31px;
}

#right_panel div.box{
	position:relative;
	margin-bottom:1px;
	color:#2c373c;
	padding:5px 9px;
	float:left;
	width:181px;
}

#right_panel div.box .top, #right_panel div.box .bottom{
	position:absolute;
	height:3px;
	left:0;
	background-image:url(../img/ecken_rechts.gif);
	width:199px;
	line-heigth:0;
	font-size:0;
	display:block !important;
        display:none;

}

#right_panel div.box .top{
	top:0;
}	

#right_panel div.box .bottom{
	bottom:0;
}	

#right_panel div.box.blue_1{
	background-color:#b7cfd9;
}

#right_panel div.box.blue_1 .bottom{
}

#right_panel div.box.blue_2{
	background-color:#cde1ea;
}

#right_panel div.box.blue_2 .top{
	background-position:0 -3px;
}

#right_panel div.box.blue_2 .bottom{
	background-position:0 -6px;
}
	
#right_panel div.box a{
	color:#2c373c;
	outline:0;
	line-height:22px;
	height:22px;
}

#right_panel ul{
	padding-bottom:0;
	list-style:none;
	margin-left:0;
}

#right_panel ul li{
	padding-left:13px;
	background-image:url(../img/li_blue.gif);
	background-repeat:no-repeat;
	background-position:5px 9px;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

form ul.form{
	list-style:none;
}

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

form ul.form li {
	padding:2px 0;
}
form ul.form li input.text {
	width:385px;
	height:16px;
	padding:1px 0;
}
form ul.form li textarea {
	width:385px;
	height:96px;
}
form ul.form li input.submit {
	padding:2px 10px;
}

form ul.form li.right{
	float:right;
	padding-right:10px;
}

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


/*#galerie a{
	border:1px solid #cacaca;
	margin-right:18px;
	margin-bottom:18px;
	height:100px;
	width:150px;
	float:left;
	display:block;
	overflow:hidden;
}*/

#galerie a {
	height:100px;
	overflow:hidden;
	display:block;
	margin-bottom:1px;
}

