/* Kommentare */

* {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

#border_top{
	padding: 13px 0;
	background: url(../images/bg_top.gif) top no-repeat;
}



#container_main{
	width: 946px;
	margin: 0 auto;
	border-color: #000000;
	background:url(../images/bg.gif) center repeat-y;
}

img {
	border: 0;
}

.invisible {
	display: none;
}

/* ------------- Header ------------- */

#header {
	width: 920px; 
	height: 200px;
	margin: 0 auto;
}

#logo {
	width: 200px;
	height: 200px;
	float: left;
}

#sub_navigation {
	width: 718px;
	float: clear both;
	color: #af0917;
	background-color: #eee;
	opacity: 0.75;
	margin-left: 200px;
	padding: 2px 2px 2px 0;
	list-style-type: none;
	text-align: right;
}

#sub_navigation li {
	float: right;
	font-weight: normal;
	margin: 7px 7px 0 0;
}

#sub_navigation a, #sub_navigation a:visited, #sub_navigation a:active {
	text-decoration:none;
	color: #af0917;
}

#sprache{
	display:inline;
}

#sprache{
	
}

#bild {
	width: 720px;
	height: 200px;
	float: left;
	background:url(../images/bg.gif) center repeat-y;
	background-repeat: no-repeat;
	margin-top: -25px;
}


/* ------------- Footer ------------- */


#footer{
	float: left;
	text-align: right;
	width: 946px;
	height: 31px;
	background: url(../images/bg_bottom.gif) no-repeat bottom;
	padding: 0 0 13px 0;
}

#footer div{
	height: 20px;
	padding: 0 12px;
	background:url(../images/bg.gif) repeat-y;
}
#footer div a{
	padding: 0 13px;
	color: #333333;
}

#footer div p{
	margin-bottom: 0;
	height: 25px;
	padding-top: 5px;
	background-color:#E9E9E9;
	border: 1px solid white;
}



/* ------------- Content ------------- */

#content {
	margin: 0 auto auto;
	float:left;
	display: inline;
	background:url(../images/bg.gif);
	padding: 0 13px 13px ;
}



	/* ------------- Navigation ------------- */
	
	
	#dlmenu {
	height:10em;
	margin:20px 0 250px 10px;
	}
	
	#menu {
	background:none repeat scroll 0 0 #FFFFFF;
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	position:absolute;
	width:16.7em;
	z-index:100;
	border-bottom:1px solid #fff;
	}
	#menu li {
	display:block;
	margin:0;
	padding:0;
	position:relative;
	z-index:100;
	text-decoration:none;

	}
	
	#menu li dt {
	border-bottom: 1px solid #fff;
	}
	
	#menu li dt#gwort {
	border-bottom: none;
	}
	
	#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none;
	}
	#menu li dd {
	display:none;
	}
	#menu li dd.open {
	display:block;
	}
	#menu li:hover, #menu li a:hover {
	}
	#menu li:hover dt a, #menu li a:hover dt a {
	}
	#menu li:hover dd, #menu li a:hover dd {
	display:block;
	}
	#menu li:hover dl, #menu li a:hover dl {
	height: 119px;
	}
/*	#menu li .open, #menu li:hover .open{
	display:block;
	height: 96px;
	}*/
	#menu li:hover dl, #menu li a:hover dl {
	background-color: #e9e9e9;
	}
	#menu table {
	border-collapse:collapse;
	font-size:1em;
	margin:-4px;
	padding:0;
	}
	#menu dl {
	background-color: #e9e9e9;
	cursor:pointer;
	margin:0;
	height:23px;
		border-top:1px solid #fff;
	}
	
	#menu dl#open{
	height:119px;
	}
	
	#menu dt {
	font-size:1.1em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-decoration:none;
	}
	#menu dd {
	font-size:1em;
	border-bottom: 1px solid #fff;
	text-align:left;
	background-color: #af0917;
	padding:0 0 0 6px;
	}
	
	#menu dd.active {
	font-size:1em;
	margin:0;
	padding:0;
	text-align:left;
	}
	
	dt a, dt a:visited {
	background-color:#dfdfdf;
	display:block;
	padding:5px 5px 5px 10px;
	color: #af0917;
	}
	.gallery dd a, .gallery dd a:visited {
	background-color: #E9E9E9;;
	display:block;
	min-height:1em;
	padding:4px 5px 4px 20px;
	text-decoration:none;
	color: #333333;
}
	
	* html .gallery dd a, * html .gallery dd a:visited {
	height:1em;
	}
	.gallery dd a:hover, #menu dd .active{
	background-color: #af0917;
	color: #fff;
	}
	

	
	
	
	
#col_left {
	width: 200px;
	float: left;
	margin: 0;
}
	

#partner {
	background-color: #fff;
	width: 200px;
}

#main {
	float: left;
	width: 500px;
	padding: 20px 20px 20px 220px;
	font-family: Arial;
	line-height: 20px;
	color: #333;
	margin-bottom: 16px;
}

#col_right {
	width: 180px;
	float: left;
}

#box {
	float: left;
	margin-bottom: 20px;
}


/* ------------- Textformatierungen ------------- */

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #af0917;
	font-weight: normal;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 20px;
	color: #af0917;
	font-weight: normal;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin:12px 0;
}

h4 {
	background-color: #af0917;
	color: #fff;
	display: block;
	padding: 4px 0;
	text-align: center;
	font-weight: normal;
	width: 180px;
	margin-bottom: 1px;
}

h5 {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	margin:3px 0 10px;
}

h5 a {
	color: #666;
	font-size: 10px;
}

p {
	font-family: Arial;
	line-height: 20px;
	color: #333;
	margin-bottom: 16px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #af0917;
}

a:hover {
	text-decoration: none;
	color: #af0917;
}

a.content:link, a.content:visited, a.content:active {
	text-decoration: none;
	color: #af0917;
}

a.content:hover {
	text-decoration: none;
	color: #ccc;
}

#main ul {
	margin: 10px 0;
	padding-left: 15px;
}

#main ul li { 	
	list-style-type: circle; 
	font-family: Arial;
	margin-left: 12px;
	line-height: 20px;
	background-color: #fff;
}

.img_right {
	float:	right;
	margin:	0 0 70px 20px;
}

.zitat {
	font-style: italic;
	background-color: #fff;
}

.lead {
	font-weight: bold;
}

.special {
	font-family: Arial;
	line-height: 20px;
	color: #000;
	background-color: #DFDFDF !important;
	margin-bottom: 0px !important;
	padding: 10px;
}

/* --------- Formularformatierungen ---------- */

label {
	display: block;
	margin-top: 6px;
	color: #000;
	background-color: #fff;
}

.textfield {
	width: 300px;
	margin-top: 3px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #666666;
	padding: 2px;
}

textarea {
	width: 300px;
	margin-top: 3px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #666666;
}

.button {
	margin-top: 8px;
}

#sprache select {
	border:2px solid #fff;
	font-size:100%;
	width: 80px;
}

#newsdate {
	font-size:11px;
}

#newstext {
	line-height:normal;
	width:160px;
	display:block;
}
/*-------------presse---------------*/

#presse_top {
padding: 5px;
background-color: #CCCCCC;
border-bottom: 1px solid #fff;
}
#presse_main {
padding: 5px;
background-color: #f9f9f9;
border-bottom: 1px solid #ddd;
}

#seitenleiste {
background-color: #CCCCCC;
padding: 1px 5px;
text-align: right;
}

a#seitenzahl{
	margin: 0 3px 0 3px;
}
