@charset "ISO-8859-1";


body { background: #800000; text-align: center;}

div#container {
	width: 950px;
	margin: 5px auto 5px;
	background: url('sonstig/bg_content.gif') top left repeat-y #FFFF80;
	text-align: left;
}

div#header {
	width: 950px;
	height: 117px;
	background: url('sonstig/bg_header.gif') top left repeat-x transparent;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
}

div#content {
	width: 948px;
	max-width: 868px;
	min-height: 300px;
	background: url('sonstig/bg_header.gif') top left repeat-x transparent;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	
}

div#footer {
	width: 950px;
	height: 30px;
	background: url('sonstig/bg_header.gif') top left repeat-x transparent;
}




body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul { font-family: Arial,Helvetica; }

body,td,p,pre,ul { font-size: 14px; color: #0000FF; }



h1 { font-size: 26px; color: #FF0000;}
h2 { font-size: 16px; }
h3 { font-size: 13px; }

a { font-size: 15px; text-decoration: underline; font-weight: bold; border: none;}

a:link { color:#FF0000; }
a:visited { color:#b0181b; }
a:hover { color:#008000; font-size: 16px; font-weight: bolder; }
a:active { color:#008000; }
a:focus { color:#008000; }

img {border: none;}
