/* CSS Document */

*{	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; padding:0px; margin:0px;}
body{
	color:#990000;
	background-color:#ffffff;
	margin:20px auto;
	padding:0px;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;}
form{display:inline;}
a {	font-size: 14px;
	color: #990000;
	text-decoration:none;}
hr{ border:0px;
	border-bottom:1px solid #003256;
	background-color:#ffffff;
	color:#ffffff;
	margin:5px 0px !important;
	margin:-2px;}
img{border:0px;}
h1{	font-size:18px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #990000;
	margin-bottom:20px;}
h2{	font-size:16px;}
h3{
	font-weight:bold;}
table{
	border-collapse:collapse;
	border-spacing:0px;}
td{ vertical-align:top;}
input{
	width:339px;
	border:1px solid #990000;
	padding:2px;
	color:#990000;}
textarea{
	width:339px;
	height:100px;
	border:1px solid #990000;
	padding:2px;
	color:#990000;}
.clearing{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;}
#container{
	width:860px;
	margin:0px auto;
	text-align:left;}
	
/* ##### HEADER ##### */
/* ################## */
#head{
	width:860px;
	height:105px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;}
/* ##### NAVIGATION ##### */
/* ###################### */
#navi{
	width:860px;
	height:152px;
	background-image:url(images/navi.jpg);
	background-repeat:repeat-x;
	padding:9px 7px 0px 8px;}
#navi .navi{
	width:95px;
	height:125px;
	margin-left:30px;
	float:left;}	
#contentwrap{
	width:860px;
	line-height:20px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;}


/* ##### MITTLERE SPALTE, CONTENT-BEREICH ##### */
/* ############################################ */
#subnavi{
	float:left;
	width:170px;
	height:170px;
	background-image:url(images/subnavi.jpg);
	background-repeat:no-repeat;}
#subnavi a:link, #subnavi a:visited{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:75px;
	text-align:right;
	margin-top:39px;}
#subnavi a:hover{
	text-decoration:underline;}
#content{
	float:left;
	width:690px;
	padding-top:20px;
	overflow:hidden;
	line-height:30px;}
#content img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;}
#contentbig{
	width:860px;
	padding-top:20px;
	line-height:30px;}
#content a:link, #content a:visited, #contentbig a:link, #contentbig a:visited{
	text-decoration:underline;}
#footer{
	margin:20px 0px;
	padding-top:20px;
	border-top:1px solid #d1ceb1;
	text-align:center;}
