/* CSS Document */

body {
	background-color:#fff;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#333333;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}


a {
	text-decoration:none;
	color:#333333;
}


#header {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom:0px;
	text-align:center;
}

#background {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#mainMenu {
	width:900px; /*450px;  dynamisch erzeugen!!!! */
	/*margin-left:auto;
	margin-right:auto;*/
	height:auto;
	padding: 10px 0px 5px 0px;
	font-weight:bold;
	font-size:10pt;
	
}

#mainMenu table {
	width:900px;
}

#mainMenu td {
	padding:3px;
}

#mainMenu td a{
        color:#fff;
	background-color:#4ba700;
	border:1px solid #000;
	padding:3px;
}

#mainMenu td.active, #mainMenu td.active a {
        color:#000;
	background-color:#fff;
	border:1px solid #fff;
	
}

/*
#mainMenu ul {
	height:22px;
	margin:0px;
}

#mainMenu li {
	float:left;
	height:22px;
	width:auto;
	padding:0px;
	margin: 0px 10px 0px 10px;
}
*/


#middle {
	width:900px;
	height:auto;
}

#footer {
	clear:both;
	text-align:right;
	width:880px; /* mit padding 900px */
	height:30px;
	padding: 5px 10px 0px 10px;
}

#mainContent {
	background-color:#F9FFF4; 
	border:1px solid #000;
	padding: 20px 0px 20px 0px;
	width:900px;
	height:auto;
	float:left;
}

#logos a {
	background-image:url(images/pfeil-blau.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding: 0px 0px 0px 10px;
	color:#006F93;
}

/* --------------------------- MENU NOW ------------------------------ */
#menu {
	width:150px; /* mit padding 160px */
	height:auto;
	padding: 0px 10px 0px 0px;
	margin-left:10px;
	float:left;
	border-right: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
}

#menu li {
	text-transform:uppercase;
	line-height:13px;
	margin-bottom: 8px;
	font-weight:bold;
}

#menu li.active, #menu li.active a {
	font-weight:bold;
	color:#0A9B11;
}

#menu li a:hover  {
	font-weight:bold;
	color:#006F93;
}

#menu ul ul {
	margin-top:8px;
}

#menu li.active li{
	padding: 0px 0px 0px 14px;
}

#menu li.active li a{
	text-transform:none;
	font-size:7.5pt;
	color:#666666;
	font-weight:bold;
}

#menu li li.active {
	text-transform:none;
	font-size:7.5pt;
	font-weight:bold;
	color:#0A9B11;
}

#menu li li a {
	font-weight:bold;
	color:#666666;
}


#menu li li a:hover {
	font-weight:bold;
	color:#006F93;
}

#menu #claim {
	display:none;
}

#menu  ul#claim {
	padding-bottom:5px;
}

#menu #claim li {
	font-size:9.75pt;
	font-weight:bold;
	line-height:auto;
	color:#0A9B11;
	text-transform:none;
	margin-bottom:5px;
}

/*--------------------CONTENT NOW -----------------------------------*/

#content {
	width:680px; /* ???? mit padding 740px = 900 - 160*/
	height:auto;
	padding:0px 10px 0px 10px;
	float:left;
}

#content h1 {
	font-size:13pt;
	font-weight:bold;
	color:#0A9B11;
	padding:0px 0px 15px 0px;
	margin:0px;
}

#content h2 {
	font-size:9.75pt;
	font-weight:bold;
	color:#0A9B11;
	padding:0px 0px 15px 0px;
	margin:0px;
}

#content h3 {
	font-size:9.75pt;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px;
}

#content p {
	line-height:15px;
	margin:0px 0px 15px 0px;
}

#content p a, #content div.tx-felogin-pi1 a, #content h1 a,#content h2 a, #content h3 a{
	background-image:url(images/pfeil-blau.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding: 0px 0px 0px 10px;
	color:#006F93;
}


#content table.kandidatentable{
	width:500px;
	margin-bottom:15px;
}

#content table.kandidatentable td.td-0{
	width:40px;
}

#content table.kandidatentable td.td-1{
	width:200px;
}

#content table.kandidatentable td.td-2{
	width:260px;
}

#content div.csc-textpic-clear {
	height:20px;
}


#content ul li {
	list-style-type:square;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 15px;
}

#content ol li {
	list-style-type:decimal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
}

#content li a {
	background-image:url(images/pfeil-blau.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding: 0px 0px 0px 10px;
	color:#006F93;
}

#content div.csc-textpic {
	clear:both;
}
