@charset "utf-8";
/* CSS Document */

/*
Farben:
dunkles Orange: #E6CB18*
helles Orange: #F2DC75
Grün: #009F2E
*/

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

#container {
	margin:auto;
	padding:0;
	width:900px;
	background-image:url(images/bg_container.gif);
	background-repeat:repeat-y;
}

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

#header {
	height:200px;
	margin:0;
	position:relative;
	background-image:url(images/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 {
	margin-top:10px;
}

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

#linkeSpalteInnen {
	padding:0;
}

#content {
	float:left;
	margin:0pt 5px 20px 5px;
	padding:0;
	width:550px;
	border-right:2px solid #009F2E;
	line-height:18px;
}

#contentInnen {
}

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

#rechteSpalteInnen {
	padding:0 5px;
	text-align:center;
	margin:auto;
	font-size:8pt;
}

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

#footer {
	background-color:#009F2E;
	height:20px;
	font-size:7pt;
	border-top:2px solid #000000;
	margin-top:25px;
}

#footer a {
	color:#FFFFFF;
}

#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;
	border-top:2px solid #000000;
}

.menuLevel1Container a {
	display:block;
	line-height:23px;
	background:#E6CB18;
	padding-left:27px;
	font-weight:normal;
	font-size:10pt;
	color:#000000;
	border-bottom:2px solid #000000;
}


.menuLevel1Container a:hover, .menuLevel1Container a.active {
	background-image:url(images/bg_naviLevel1.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	background-color:#F2DC75;
	text-decoration:none;
}

.menuLevel1 {
	margin:0;
	padding:0;
}

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

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

.menuLevel2Container a:hover, .menuLevel2Container a.active {
	text-decoration:none;
	background-image:url(images/bg_naviLevel2.gif);
	background-repeat:no-repeat;
	background-position:20px center;
	background-color:#009F2E;
}

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

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

h1 {
	font-size:15pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	background-image:url(images/bg_h1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0 0 35px;
	line-height:44px;
}

h2 {
	font-size:13pt;
	font-weight:bold;
	color:#FFFFFF;
	line-height:27px;
	height:27px;
	width:533px;
	background-image:url(images/bg_h2.jpg);
	background-repeat:repeat-y;
	border:1px solid #E6CB18;
	padding-left:5px;
}

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



a {
	color:#009F2E;
	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;
}

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

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

table.zweiSpalten, table.partner {
	width:550px;
	border:0;
}

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

table.zweiSpalten img, img.rahmen {
	border:2px solid #009F2E;
}

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

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

img, a img {
	border:0;
}

table.liste {
	width:538px;
}

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

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

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

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

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

/*Formular*/

label, input, textarea, select {
	display:block;
	width:400px;
	text-align:left;
  	margin:auto;
}

input.kurz { /* den Submit-Button */
  width: 100px;
  text-align:center;
}

input:focus {
	background-color:#1F922F;
	color:#FFFFFF;
}

textarea:focus {
	background-color:#1F922F;
	color:#FFFFFF;
}

label {
 text-align: left;
 font-weight:bold; 
}

form.normal {
  background: #F2DC75;
  color: #000000;
  border: 1px solid  #86826E;
  width:450px;
  padding: 20px;
  text-align:center;
  margin:auto;
}



