@charset "utf-8";
@import url("multibox.css");

/* CSS Document */

body {
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:15px;
	color:#ffffff;
	text-align:center;
}

#container {
	margin:auto;
	padding:0;
	width:900px;
	border:3px solid #9a9a9a;
	background-color:#000000;
}

#containerInnen {
	padding:0;
	text-align:left;
}

#header {
	height:220px;
	margin:0;
	position:relative;
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
}

#headerInnen {
	position:absolute;
	left:17px;
	top:195px;
	font-size:16pt;
	font-weight:bold;
}
#headerInnen span {
	background:#aa2b35;
}

#header_logos {
	position:absolute;
	left:720px;
	top:100px;
}

#main {
	background-color:#000000;
}

#linkeSpalte {
	width:160px;
	float:left;
}

#linkeSpalteInnen {
	padding:0;
}

#content {
	float:left;
	margin:0pt 5px;
	padding:0;
	width:550px;
	border-right:2px solid #b5b5b5;
}

#contentInnen {
	text-align:justify;
}

#rechteSpalte {
	width:160px;
	float:left;
}

#rechteSpalteInnen {
	padding:0 5px;
}

.gewinnspiel {
	background-color:#aa2b35;
	width:155px;
	border:1px solid #FFFFFF;
	padding:2px;
	font-size:8pt;
}

#footer {
	background-color:#434343;
	height:20px;
	font-size:7pt;
	border-top:2px solid #5c5c5c;
	margin-top:25px;
}

#footerInnen {
	text-align:right;
	padding:0 5px;
	line-height:25px;
}



/* -------MENU------- */

#navigation {
	margin:0;
	padding:0;
}

.menuLevel1Container {
	list-style-type:none;
	margin:0;
	padding:0;
}

.menuLevel1Container a {
	display:block;
	line-height:23px;
	background:#434343;
	padding-left:15px;
	font-weight:normal;
}

.menuLevel1Container a:hover, .menuLevel1Container a.active {
	background-image:url(images/bg_menuLevel1_hover.gif);
	background-repeat:repeat-y;
	text-decoration:none;
}

.menuLevel1 {
	margin:2px 0;
	padding:0px 3px 0px 0px;
}

.menuLevel2Container {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:8pt;
}

.menuLevel2Container a {
	display:block;
	line-height:20px;
	background:#6e6e6e;
	padding-left:35px;
	font-weight:normal;
}

.menuLevel2Container a:hover, .menuLevel2Container a.active {
	text-decoration:none;
	background-color:#aa2b35;
	background-image:none;
}

.menuLevel2 {
	margin:2px 0;
	padding:0px 0px 0px 0px;
}

/* --------ELEMENTE-------- */

h1 {
	font-size:14pt;
	font-weight:normal;
	margin-top:0;
	line-height:20px;
	clear:both;
}

h2 {
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	color:#DDDDDD;
	background-image:url(images/bg_h2.jpg);
	background-repeat:repeat-y;
	line-height:26px;
	border:1px solid #6e6e6e;
	width:531px;
	padding-left:8px;
	clear:both;
}

h3 {
	margin-top:0;
	margin-bottom:5px;
}



a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a.word {
	background-image:url(images/word_icon.gif);
	background-repeat:no-repeat;
	padding:4px 0 5px 25px;
	line-height:22px;
}

a.pdf {
	background-image:url(images/pdf_icon.gif);
	background-repeat:no-repeat;
	padding:4px 0 5px 25px;
	line-height:22px;
}

#rechteSpalte a {
	font-size:0.8em;
}

p {
	clear:both;
	padding-right:8px;
}

table.orga {
	width:550px;
	border:0;
}

table.orga td {
	vertical-align:top;
	padding:2px;
}

table.zweiSpalten {
	width:550px;
	border:0;
	line-height:22px;
}

table.zweiSpalten td {
	vertical-align:top;
	padding:2px;
}

table.zweiSpalten img, img.rahmen, .bild_klein {
	border:2px solid #959595;
}

.bild_klein {
	float:left;
	margin:0 8px 6px 0;
}

.bildunterschrift {
	font-size:7pt;
	font-style:italic;
	line-height:normal;
	margin-top:4px;
}

th {
	text-align:left;
	font-size:10pt;
	font-weight:bold;
}

img {
	border:0;
}

table.liste {
	width:538px;
}

table.liste, table.liste th, table.liste td {
	border:1px solid #FFFFFF;
	border-collapse:collapse;
	padding:2px;
	vertical-align:top;
}

table.liste th {
	background-color:#7d7c7d;
}

.liste tr:hover, .liste tr:hover a {
	background-color:#aa2b35;
	color:#FFFFFF;
	cursor:default;
}

tr.dunkel {
	background-color:#aca8a8;
	color:#000000;
}

tr.hell {
	background-color:#e0ddde;
	color:#000000;
}

tr.hell a, tr.dunkel a {
	color:#000000;
}

tr.hell a:hover, tr.dunkel a:hover {
	color:#FFFFFF;
}

.liste_ohne {
	list-style:none;
	padding: 0 0 0 10px;
	font-size:8pt;
}

