html, body {
	height: 100%;
	background-color:#00051A;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color:#fff;
}

img {
	border:0;
}

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

a:hover {
	color:#0c88cd;
	text-decoration:none;
}

#content {
  position: absolute;
  width:820px;
  margin-left:-410px;
  margin-top: 0px;
  left:50%;
  padding-top:20px;
  z-index:2;
}

/* h1, p, etc. für index.php siehe innerhalb */
h1 {
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
	width:520px;
	margin-left:27px;
  /*letter-spacing:.2em;*/
}
	
p {
	font-size: 12px;
	line-height:15px;
	font-weight:normal;
	width:490px;
	margin-left:27px;
}

#navigation {
	margin-top:7px;
}

#chart {
	margin-top:12px;
}


#footer {
	margin-top:12px;
	height:68px;
}

#footer a { /*News-Ticker*/
	font-size: 12px;
	font-weight:bold;
	padding-left:18px;
	/*letter-spacing:.2em;*/
}


#flashcontent {
	border: solid 0px #000;
	width: 100%;
	height: 100%;
	float: middle;
	margin: 0px 0px;
	padding: 0px;
	position: absolute;
	top:0%;
	left:0%;
	margin-left: 0px;
	margin-top: 0px;
	z-index:1;
}



UL {
	 position: relative;
	padding-left:2px;
	margin-left:37px;
	list-style-type: square;
	line-height: 16px;
	font-size:12px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

LI {
	list-style-type: square;
}


.px11 {
	font-size:11px;
}

.px12 {
	font-size:12px;
}


/*-------------------------- bof FORM OBJECTS ---------------------------*/

.formtext {
	font-size: 12px;
  	line-height: 1.6em;
  	color:#424242;
}

.formtextSmallBottom {
	font-size: 10px;
	line-height: 1em;
	color:#424242;
	vertical-align: bottom;
}

.formtextSmall {
	font-size: 10px;
  	line-height: 1em;
  	color:#424242;
}

select {  
	font-family: Arial, Helvetica, sans-serif; 		/*---- PULLDOWN-MENU ----*/
	font-size: 0.8em; 
}	

.butt {
	height: 14px;								/*---- SUBMIT-BUTTON ----*/
	width: 214px;
	border: 0px solid #666666;
	background-color: #ffffff;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	cursor: hand;
	margin-top: 10px;
}

.cbx {
	height: 12px;								/*----CHECKBOX----*/
	width: 12px;
	border: 0px solid #666666;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	margin-left:0px;
}

.ldd {  
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----BIG LISTMENU----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #fff;	
	width: 304px;
	height: 66px;	}

.mdd {  
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----BIG LISTMENU----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #fff;	
	width: 204px;
	height: 66px;
}

.sdd {  
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----SMALL LISTMENU----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #fff;	
	width: 141px;
	height: 66px;
}

.ltxt {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----BIG TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
	width: 214px;
	height: 17px;
	border: 0px solid #666666;
	/*border: 1px solid #666666;*/
}

.mtxt {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----MIDDLE TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #A2A09E;
	background-color: #fff;
	width: 144px;
	height: 17px;
	border: 0px solid #666666;
	border-top: 1px solid #A2A09E;
	border-bottom: 1px solid #A2A09E;
	/*border-left: 2px solid #666666;
	border: 1px solid #666666;*/
	float:right;
}

.stxt {  
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----SMALL TXTFIELD----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #fff;	
	width: 67px;
	height: 17px;
	border: 0px solid #666666;
	border-top: 1px solid #A2A09E;
	border-bottom: 1px solid #A2A09E;
	/*border: 1px solid #666666;*/
	float:left;
}

.lbox {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 		/*----BIG TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
	width: 214px;
	height: 50px;
	border: 0px solid #666666;
	/*border: 1px solid #666666;*/
}
/*-------------------------- eof FORM OBJECTS ---------------------------*/	
