/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E9E9E9;
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#header {
background-color: #FFFFFF;
height: 66px;
}
#main_table {
width: 900px;
margin-left: auto;
margin-right: auto;
}
#menue {
background-color: #CCCCCC;
height: 31px;
}
#content {
padding: 10px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
background-color: #FFFFFF;
}
#content_start {
padding: 10px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
background-color: #e9e9e9;
}
#seitenheadline {
padding: 10px;
height: 50px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
background-color: #333333;
}
#footer {
height: 28px;
padding: 5px;
color: #999999;
font-size: 9px;
text-align: center;
}
.seitenheadline {
font-size: 20px;
color: #FFFFFF;
text-align: left;
font-style: italic;
font-weight: bold;
margin-top: 10px;
}
.seitensubline {
font-size: 14px;
color: #FFFFFF;
text-align: left;
font-style: italic;
}
#content_big {
width: 600px;
}
#content_tenner {
width: 10px;
}
/* hide from ie on mac \*/	
#flashcontent {
width: 480px;
height: 680px;
margin-left: 10px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
/* end hide */
.quelle {
font-size: 9px;
font-style: italic;
}
.headline_absatz {
font-size: 14px;
color: #666666;
font-style: oblique;
}
.quote {
font-size: 9px;
font-style: italic;
color: #999999;
border-left: 1px solid #999999;
margin-bottom: 10px;
padding-left: 5px;
}