body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	background-image: url(/layout/bg-2.jpg);
	background-repeat: repeat;
	
	
}

h1 {
	/* Seitenueberschrift */
	font-family: 'Arial Black';
	font-size: 18pt;
	color: #130905;
	font-variant: small-caps;
	font-weight: 300;
	text-align: left;
	margin-left:20px;
}   
h2 {
	font-family: 'Arial black';
	font-size: 14pt;
	color: #130905;
	font-variant: small-caps;
	font-weight:100;
}

h3 {
	/* Absatz ueberschrift */
	font-family: 'Arial';
	font-size: 12pt;
	color: #606060;
	font-weight: 900;
}  
h4 {
	/* Datumsangabe bei den News */
	font-family: 'Arial';
	font-size: 10pt;
	color: #606060;
	font-variant: normal;
	font-weight:900;
}
h5 {
	/* Bemerkungen im Text z.B. Uebersetzungen */
	font-size: 8pt;
	color: #959595 ;
	font-weight: 100;
	margin-left: 100px;
	margin-right:200px;
}
h6 {
	font-family: 'Arial';
	font-size: 8pt;
	color: #959595;
	font-variant: normal;
	font-weight:100;
}

p {
	margin-left: 30px;
	margin-right: 20px;
}

img  {
	border: 0px;
}

a {
	color: #336633;
}

table {
	font-size: 9pt;
	color: #333333;
}

table.all {
	width: 980px;
	background-color: white;
	border: 1px solid Black;
}
table#list {
	border: 1px solid #999999;
	font-size:8pt;
}
#table_head {
	background-color: #339933;
	color: white;
}
div.content {
	margin-left:80px; 
	margin-right:10px;

}

div.main {
	float:left;
	width: 620px;
	margin-top:-50px;
}
div.ShortStats {
	width:173px;
	height:180px;
	
	margin-right: 0px;
	margin-left: 630px;
	font-size: 8pt;	
	margin-top: 50px;	
	padding: 3px;
	background-color: #f4ffea;	
	border-top:1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
div.side_image {
	margin-left:650px;
	margin-right:0px;
	margin-top:50px;
}

div.list_big {
	margin-left:10px;
	margin-right:10px;
	width: 790px;
	text-align:center;
}
div.clear {
	clear: left;
}

#small {
	font-size:8pt;
}
#hinweis {
	font-size: 7pt;
	color:#999999;
	text-align:left;
}


#menu {
	font-family: Verdana;
	color: #000033;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

#menu a {
	background-color: White;
	color: Black;
	text-decoration: none;
	border-bottom: 0px dotted Black;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
  background-color: #ffffff;
  color: Black;
  border-right: 5px solid Black;
}
#sub_menu {	
	border-bottom: 0px dotted Black;
	display: block;
}
#sub_menu a {
	border: 0px;
	padding-left:20px;
	font-size: 7pt;
	color: #4E4E4E;
	font-weight: 100;
		
}

#sub_menu a:hover {
	font-weight: 100;
}

#menu_foot {
	font-weight: 100;
	color: #000033;
	font-size: 8pt;
}

.status_line {
	background-color: #CCCCCC;
	font-size: 8pt;
	font-weight: 100;
	width: 100%;
	line-height: 20px;
	text-align: right;
}
.status_line a {
	color: Black;
	text-decoration: none;
	padding: 2px;
	margin-right: 10px;
}
div.status {
	border: 3px solid #336633;
	padding: 10px;
	width: 350px;
}
div.status_red {
	border: 3px solid #990000 ;
	padding: 10px;
	width: 350px;
}
div.graph_extension {
	margin-top:20px;
	margin-left: 120px;
	
}
div.filter {
	border:1px solid #999999;
	margin-left:30px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding:10px;
	width: 600px;
}
div.filter input, select  {
	font-size: 8pt;
	border: 1px solid #999999;
}
.filter #submit {
	text-align: right;
}
input {
	border: 1px solid #999999;
}

ul#faq {
	list-style-type: square;
	list-style-image: url(img/plus.jpg);
}
input#money {
	text-align:right;
}
td#sum {
	background-color: white;
	color: black;	
	background-color: #f4ffea;
}
tr#sum {
	border-top: 1px solid #999999;

}
tr#sum2, td#sum2 {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	white-space: nowrap;

}

#ok {
	font-weight: bold;
	color: green;
}
