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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color:#121010;
	padding:0px;
	margin:0px;
}

body#index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color:#262626;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

div#header a, div#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

div#header a:hover,div#footer a:hover{
	text-decoration:underline;
}

img	{
	border:0px;
}

div#header	{
	background-color:#262626;
	font-weight:700;
	padding:7px;
	margin-bottom:20px;
	padding-right:20px;
	background-image:url(../images/chaosmail.png);
	background-repeat:no-repeat;
}

div#header_index	{
	background-color:#121010;
	font-weight:700;
	padding:7px;
	height:90px;
	margin-bottom:20px;
	padding-right:20px;
	background-image:url(../images/chaosmail.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

div#header_index a{
	color:#00adee;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/border.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div#footer	{
	font-size:10px;
	background-color:#262626;
}

div#main	{
	margin-left:20px;
	margin-right:20px;
	color:#000000;
	background-color:#e3e3e3;
}

div#topmenu	{
	height:50px;
	margin-left:20px;
	margin-right:20px;
	font-weight:700;
	background-image:url(../images/bgmenu.png);
	background-repeat:repeat-x;
	padding-top:12px;
}

div#topmenu a	{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:25px;
	padding-right:25px;
	padding-top:12px;
	padding-bottom:14px;
}

div#topmenu a:hover	{
	background-image:url(../images/bgmenuhover.png);
	background-repeat:repeat-x;
	text-decoration:none;
}

td#navi {
	width:300px;
	vertical-align:text-top;
}

td#main_header  {
	background-color:#1c1c1c;
	border-bottom:2px solid #535353;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:2px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
}

div#main_header  {
	background-color:#1c1c1c;
	border-bottom:2px solid #535353;
	padding-top:35px;
	padding-bottom:10px;
	padding-left:30px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
}

td#main_inhalt {
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #999999;
}

#main_inhalt {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

td#main_inhalt2 {
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f3f3f3;
	border-bottom:1px solid #999999;
}

td#main_header a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
}

td#main_header a:hover {
	color:#999999;
	text-decoration:none;
}

div#title {
	color:#999999;
	font-size:12px;
	padding-top:35px;
	padding-bottom:10px;
	padding-left:20px;
	border-bottom:2px solid #999999;
}

div#sub {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	border-bottom:1px solid #999999;
}

div#sub:hover {
	background-color:#a9daf5;
}

div#sub_text {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	border-bottom:1px solid #999999;
}

div#active {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	border-bottom:1px solid #999999;
	background-color:#d4effc;
	font-weight:700;
}

div#active:hover {
	background-color:#a9daf5;
}

td#mitte {
	background-color:#FFFFFF;
	vertical-align:top;
	border-left:1px solid #000000;
}

input#radio {
	width:25px;
}
input#text {
	width:300px;
}
input#pflichtfeld {
	width:300px;
	border:1px solid #000000;
}
input#selection {
	width:75px;
}
select {
	width:300px;
}
select#selection {
	width:150px;
}
textarea {
	width:300px;
}

td#warnung_oben {
	background-color:#ffa640;
	padding:5px;
}

td#warnung_unten {
	background-color:#fe8b19;
	font-weight:700;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
