/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

a:focus { outline: none; }
legend { display:none; }
 
div, p, li, a {background-repeat:no-repeat; } 

/* ### reset some basic style ################################################### */

dl		{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol		{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;} 
ol li ul	{margin: 0 0 0 0;}

p		{margin-bottom: 10px;}

ul		{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre		{font-size: 12px; }

a:hover { text-decoration:none; }

a:link {
	color: #7785ab;
	text-decoration:none;
	}
a:visited {
	color: #7785ab;
	text-decoration:none;
	}
a:focus {
	color: #002862;
	text-decoration:none;
	}
a:hover {
	color: #002862;
	text-decoration:none;
	}
a:active {
 	color: #002862;
	text-decoration:none;
}


/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
	
}

/*	body
*******************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
}

.clear {
	clear:both;
}

.flLeft 	{ float:left;}
.flRight 	{ float:right; }

.clboth {  
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}


.warning, 
.form_warning,
#main-block .warning { color:#f00; }

/*	Header
*******************************************************************************/

#header {
	height: 65px;
	background-image: url(back_website.jpg);
	background-repeat: repeat-x;
}

#headernavi {
	width: 735px;
	padding-top: 10px;
	text-align: right;
}

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

#headernavi a,
#headernavi a:link {
	font-size: 10px;
	padding: 6px;
	color: #7785ab;
	text-decoration:none;
	}
#headernavi a:visited {
	color: #7785ab;
	text-decoration:none;
	}
#headernavi a:focus {
	color: #7785ab;
	text-decoration:none;
	}
#headernavi a:hover {
	color: #224577;
	text-decoration:none;
	}
#headernavi  a:active {
 	color: #224577;
	text-decoration:none;
}


#logo {
	margin:0;
	padding:0;
	width: 250px;
}

#logo a {
	display:block;
	height: 180px;
	width:  250px;
	text-indent:-1700em;
	text-decoration: none;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	}

/* Content */

#linkespalte {
	position: absolute;
	top: 0;
	display: inline-block;
	background-color: #fff;
}

#linkespaltebottom {
	clear: both;
	position: relative;
	height: 62px;
	background-image:url(navcontainerbottom_back.gif);
	background-position: 3px bottom;
	background-repeat: no-repeat;	
}


#rechtespalte {
	position: absolute;
	margin-left: 240px;
	width: 511px;
	top: 50px !important;
	top: 20px;

}


*:first-child+html #rechtespalte{   /* CSS-Hack für IE7 */  
	width: 510px;
}

#rechtespalte {
	_width: 510px;	   /*CSS-Hack für IE 6 */
	}

#rechtespaltecontenttop {
	margin-top: 7px;
	background-image:url(content_top.gif);
	background-repeat: no-repeat;	
	height: 20px;
	background-position: top;
}


#rechtespaltecontenttop {
	_width: 510px;	   /*CSS-Hack für IE 6 */
	_margin-left: -15px;
	}
	
#rechtespaltecontentrahmen {
background-image:url(content_mitte.gif);
background-repeat: repeat-y;	
}

#rechtespaltecontent{
margin-left: 15px;
width: 480px;
}

#rechtespaltecontentbottom {
	background-image:url(content_bottom.gif);
	background-repeat: no-repeat;	
	background-position: bottom;
	height: 20px;
	margin-bottom: 50px;
}


#newscontainer {
	width: 510px;
	height: 100px;
	background-image: url(newscontainer_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff;
}

#newscontainercontent  {
	margin-left: 60px;
	padding-top: 22px;
	height: 100px;
	width: 430px;
}

#NewsVertical {
	display: block;
	margin-top: -22px;
	width: 428px;
	height: 95px;
	color: #000;
	font-size: 10px;
	overflow: hidden;
	position: relative;

}
#TickerVertical {
	display: block;
	width: 428px;
	height: 95px;	
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	width: 428px;
	height: 95px;	
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}



/*fonts*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002862;
	font-size: 12px;
}

h1 {
	color: #002862;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
 }


h2 {
	color: #002862;
	font-size: 12px;
	font-weight: bold;
}



h3 {
	color: #666;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
}

h4 {
	color: #c90d42;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}

#newscontainercontent h1 {
	margin-bottom: 0;
	font-size:10px;
	font-weight: bold;
	color: #002862;
	
}

#newscontainercontent p {
	font-size:10px;
	color: #7482b0;
	
}


/** download **/
.download {
	display: block;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
}

.list_content2 {
	float: left;
	width: 20px;
}

.list_content {
	width: 140px;
	float: left;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display: block;
	margin-left: 13px;
	_margin-left: 7px;
	margin-top: 7px;
	float:left;
}

#navtop {
	width: 211px;
	height: 27px;
	background-image:url(navtop_back.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#navbottom {
	width: 211px;
	height: 27px;
	background-image:url(navbottom_back.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}



#nav p {
	color:#fff;
	background: inherit;
	text-align: right;
}


ul.nav1st {
	width: 210px;

}

ul.nav1st li {
	color:#37444f;
	text-align: left;
	padding: 5px;
	padding-left: 8px;
	margin-left: 1px;
	border-top: 1px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-left: 2px solid #dfdfdf;	
}

ul.nav1st a, 
ul.nav1st a:link {
	font-size: 12px;
	display: block !important;
	display: inline;
	color:#37444f;
	text-decoration: none;
	border: 1px solid #fff;
}

ul.nav1st a:hover {
	color:#7482b0;
	text-decoration: none;	
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#7482b0;
	text-decoration: none;	
}

ul.nav1st li a.current:hover {
	color:#7482b0;
	text-decoration: none;	
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	font-weight:normal;
	font-size: 30px;
	margin-left: 1px;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;	
}

ul.nav2nd  {
	_border: 0; 	   /*CSS-Hack für IE 6 */
	}

*:first-child+html ul.nav2nd{   /* CSS-Hack für IE7 */  
		border: 0; 	   /*CSS-Hack für IE 6 */
}


ul.nav2nd li {
	padding: 3px 3px 3px 8px;
	margin:0;
	margin-left: 1px;
	font-weight:normal;
	text-align: left;
	border: 0px;

}

ul.nav2nd a, 
ul.nav2nd a:link {
	font-size: 10px;
	display:block;
	text-decoration: none;
}


ul.nav2nd a:hover {
	color:#7482b0;
	text-decoration: none;	
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color:#7482b0;
	text-decoration: none;	
}


/* ### Breadcrump Navigation #################################################### */

#breadcrumb {
	float:left;
	display: block;
	width: 510px;
	color:#8492ba;
	margin-top: 4px;
	margin-left: 15px;
}

#breadcrumb a, #breadcrumb a:link {
	font-size: 10px;
	color:#7785ab;
	background: inherit;
	text-decoration: none;
}

#breadcrumb a:hover {
	color:#224577;
}




/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:14x;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width: 440px;
	background-color:#e9e9e9;
	margin:0px;
    	line-height: 20px;
	}

.list_content3 {
        font-size:12px;
	text-decoration:none;
	color:#000000;
	padding-left: 40px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	background-color:#F4F4F4;
	margin:0px;
    	line-height: 18px;
	margin-bottom: 15px;
	}



	/*	Formulare *****************************************************************/
	div#form-module fieldset {
		padding: 15px 10px;
		margin-bottom: 30px;
		border: 1px solid #dce7f3;
	}

	div#form-module  legend {
	   	color: #000;
		font-size: 11px;
	  	font-weight: bold;
	  	border: 1px solid #bec6da;
	  	background-color: #dce7f3;
	  	padding: 3px 15px 3px 15px;
	}



	div#form-module p,
	.simpleshop_form p {
		clear: both;
		margin-bottom: 10px;
	}
	div#form-module p.formcheckbox, 
	div#form-module p.formmcheckbox {
		float: left;
		width: 100%;
	}
	div.com-usersearch p.ftxt, 
	div.com-usersearch p.fslct {
		float: left;
	}

	div#form-module p.formselect, 
	div#form-module p.formtextarea, 
	div#form-module p.formcheckbox, 
	div#form-module p.formmcheckbox {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		margin-bottom: 10px;
	}
	div#form-module p.formhtml, 
	div#form-module p.formcaptcha {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	div#form-module p.formhtml {
		font-weight: bold;
	}


	/******************************	Label */
	div#form-module p label {
		display: block;
		float: left;
		width: 150px;
		padding-top: 3px;	
	}
	div#form-module p.formtextarea label {
		float: none;
	}
	div#form-module p.formcheckbox label {
		padding-top: 0px;
	}
	div.com-answer div#form-module div.com-content p.formtext label {
		width: 150px;
	}
	div#form-module p.formtextarea label {
		display: block;
		float: left;
		width: 150px;
		padding-top: 3px;
	}

	/******************************	Captcha */
	div#form-module p.formcaptcha input {
		margin-top:4px;
	}
	div#form-module p.formcaptcha span {
		display:block;
	}

	/******************************	Input */
	div#form-module p.formtext input, 
	div#form-module p.formpassword input, 
	div#form-module p.formcaptcha input {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
		width: 200px;
	}
	div.com-answer div#form-module div.com-content p.formtext input {
		width: 200px;
	}
	div#form-module p.formcaptcha input {
		width: 80px;
	}
	div#form-module p.formtext input, 
	div#form-module p.formpassword input, 
	div#form-module p.formcaptcha input, 
	div#form-module p.formmediapool input {
		border: 1px solid #d9d9d9;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
	}

	/******************************	TEXTAREA */
	div#form-module p.formtextarea textarea {
		padding: 2px;
		width: 200px;
		height: 200px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #d9d9d9;
	}
	div.com-answer div#form-module div.com-content p.formtextarea textarea {
		width: 20px;
	}
	/******************************	Select */
	div#form-module p.formselect select {
		width: 200px;
	}

	/******************************	CHECKBOX */
	div#form-module p.formcheckbox input, 
	div#form-module p.formmcheckbox input {
		float: left;
		margin: 5px;
		margin-left: 150px;
	}
	div#form-module p.formmcheckbox input {
		margin-left: 0px;
	}
	div#form-module p.formcheckbox label, 
	div#form-module p.formmcheckbox label {
		float: left;
		margin-left: 10px;
		margin-top: 4px;
		width: 200px;
	}

	/******************************	LINE */
	div#form-module p.formline {
		overflow: hidden;
		height: 1px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}

	/******************************	SUBMIT */
	div#form-module p.formsubmit label {
		display: none;
	}
	div#form-module p.bt1, 
	div#form-module p.formsubmit input {
		margin-left: 150px !important;
		margin-left: 153px;
		width: 200px;
	}
	div#form-module p.formsubmit input {
		padding: 2px;
		background-color: #d9d9d9;
		border: 0;
		color: #000;
	}


.grusskarte {

}

.grusskarte p{
	font-size: 10px;
}

.grusskarte img {
	border: 1px solid #8492ba;
	margin-bottom: 50px;
}

.grusskarte .flLeft {
	margin-right: 10px;
}

.grusskarte .flRight {
	margin-left: 10px;
}

.simpleshop_form {
	color: #000;
}

.simpleshop_form .anzahl {
	color: #000;
	width: 30px;
}


.simpleshop_list img {
	display: inline;
	margin-right: 10px;
	float: left;
	border: 1px solid #8492ba;
}

.shoptext p{
	font-size: 10px;
}

.shoptext {
	width: 240px;

	float: right;
	display: block;
	font-size: 10px;
}

.artikel {
	width: 480px;
	display: inline-block;
	height: 200px;
}

.simpleshop_list  {
	color: #000;
	display: block;
}

.simpleshop_form {
	color: #000;
}

.simpleshop_form label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 8px;
} 

.simpleshop_form input {
	float: left;
	width: 200px;
	border: 1px solid #d9d9d9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;	
}

.simpleshop_form .submit  {
	margin: 5px;
	padding: 2px;
	background-color: #d9d9d9;
	border: 0;
	margin-left: 150px;
	color: #000;
}

.sum,
.data {
	color: #000;
	margin-bottom: 20px;
}

.simpleshop_form ul li {
list-style: none;
}

h3 {
padding-bottom: 5px;
margin-left: 0;
padding-left: 12px;
color: #000;
font-size: 12px;
background-image: url(pfeil.gif);
background-repeat: no-repeat;
background-position: left 5px;
} 

h3 a{
color: #002862;
font-size: 12px;

} 

.accordion {
margin-top: 5px;
margin-left: 15px;
}


#rechtespaltecontent  ul .sum		{list-style: none;}
#rechtespaltecontent .sum ul .sum li		{margin: 0 0 0 0; list-style: none;}
i ul	{margin: 0 0 0 0; list-style: none;}
#rechtespaltecontent .sum ul .sumli ol	{margin: 0 0 0 0;}

#rechtespaltecontent ul	{list-style: none; margin-bottom: 20px;}
#rechtespaltecontent ul li	{margin: 4px 0 0 15px; list-style: disc;font-family: verdana, arial, helvetica, sans-serif;font-size: 12px; color: #002862;}
#rechtespaltecontent ul li ul	{margin: 0 0 0 0;}
#rechtespaltecontent ul li ol	{margin: 0 0 0 0;}
