body {
	background-color: #000000;
	background-image:url('../img/main.jpg');
	color: #FFFFFF;
	font: normal 9pt/11pt arial;
	margin:0;
	padding:0;
}

div.haupt {
	border:1px solid #FFFFFF;
	width:800px;
	background-color:#1E455A;
	display:table;
	margin-top:5px;
}

div.header {
	width:800px;
	height:100px;
	background-image:url('../img/header.jpg');
}

div.alles {
	width:800px;
	padding:10px 0 0 0;
	margin:0px;
}

div.links {
	text-align:center;
	width:130px;
	float:left;
}

div.innen {
	float:right;
	width:670px;
}

div.innenlinks {
	float:left;
	width:475px;	
	text-align:left;
	padding:0 15px 0 15px;
}

div.innenrechts {
	float:right;
	width:160px;
	padding:0;	
	text-align:left;	
}

div.upload {
	width:474px;
	background:#1E455A;
	border:1px solid #C0C0C0;
	font-weight:bold;
}

div.ueber {
	background-color:#0080C0;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}

div.inhalt_innen {
	padding:3px;
	border-top:1px dashed #C0C0C0;
}

/*Tabellen*/
table.content {
	font: bold 8pt/11pt arial;
}

/*Menu*/
#underlinemenu{
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	text-align:left;
	width:800px;
	height:22px;
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	font-weight: bold;
	border-top: 1px solid #DFDFDF;
	border-width: 1px 0;
	padding: 2px 6px 4px 0px;	
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}

#underlinemenu ul li a{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: white url(../media/menudivide.gif) top right repeat-y;
	padding: 2px 6px 3px 6px;
}

#underlinemenu ul li a:hover{
	color: black;
	background-color: #1E455A;
	padding: 2px 6px 3px 6px;
	color:#FFFFFF;
}

/*Schriften*/
h2 {
	display:inline;
	color:#FFFFFF;
	font:bold 15pt/18pt arial;
}

h3 {
	display:inline;
	color:#FFFFFF;
	font:bold 11pt/14pt arial;
}

/*Links*/
a.white, a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
  font: bold 9pt/13pt arial;
  text-decoration:none;
}

a.white:hover {
	color: #FFFFFF;
  font: bold 9pt/13pt arial; 
  text-decoration:none;
}

a.white1, a.white1:link, a.white1:visited, a.white1:active {
	color: #FFFFFF;
  font: bold 8pt/15pt arial;
  text-decoration:none;
}

a.white1:hover {
	color: #FFFFFF;
  font: bold 8pt/15pt arial; 
  text-decoration:underline;
}

a.white2, a.white2:link, a.white2:visited, a.white2:active {
	color: #FFFFFF;
  font: bold 10pt/15pt arial;
  text-decoration:none;
}

a.white2:hover {
	color: #FFFFFF;
  font: bold 10pt/15pt arial; 
  text-decoration:underline;
}

a.white3, a.white3:link, a.white3:visited, a.white3:active {
	color: #FFFFFF;
  font: bold 7pt/10pt arial;
  text-decoration:none;
}

a.white3:hover {
	color: #FFFFFF;
  font: bold 7pt/10pt arial; 
  text-decoration:underline;
}

a.info { text-decoration: none;font: bold 8pt/11pt arial; }
a.info:hover { cursor: help; }
a.info span { visibility: hidden; position: absolute; left: 325px; margin-top: 1em; padding: 1em; text-decoration: none }
a.info:hover span { visibility: visible; border: 1px solid #1E455A; color: #000000; background: #E0E0E0;width:300px; }
a.info img { border:0; }

/*Listen*/

ul.pfeil {
	list-style-image: url(../img/haken.gif);
}

/*Formulare*/
input {
	border:1px solid #000000;
	font:bold 8pt/11pt arial;	
	color:#000000;
	margin:2px 0 2px 0;
}

select {
	border:1px solid #000000;
	font:bold 8pt/11pt arial;	
	color:#000000;
	margin:2px 0 2px 0;
}

textarea {
	border:1px solid #000000;
	font:bold 8pt/11pt arial;	
	color:#000000;
	margin:2px 0 2px 0;
}

input.submit {
	border:1px dashed #FFFFFF;
	font:bold 9pt/12pt arial;	
	color:#FFFFFF;
	margin:10px 0 2px 0;
	background-color:#1E455A;
}

input.check {
	font:bold 9pt/12pt arial;	
	color:#FFFFFF;
	margin:5px 0 2px 0;
	background-color:#1E455A;
}

.urllink  {
	background-color: #de5007;
	border: 1px solid #000000;
	font: bold 8pt/10pt arial;
	color: #FFFFFF;
}

/*Schriften*/
font.klein {
	font:bold 7pt/9pt arial;	
	color:#FFFFFF;	
}

font.red {
	color:#FF0000;
	font-weight:bold;
}

font.red1 {
	color:#FF0000;
	font-weight:bold;
	font:bold 8pt/9pt arial;
}

font.green {
	color:#00DD00;
	font-weight:bold;
}