body {
	background-color: #ae200d;
	font-size: 13px;
	line-height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
 	background-position:center;
 	background-position:top;
	color:#999999;
	padding:0;
	margin:0;
}
a {	
	color: #999999;
	text-decoration:underline;
}
a:visited {
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
a:active { 
	color:#999999;
	text-decoration:underline;
}


h1 {
	font-size: 16px;; 
	font-weight: bold;
}

h2 {
	font-size: 16px;; 
	font-weight: bold;
}


/* ----------container zentriert das layout-------------- */
#container {
 	margin:0 auto;
 	width:1013px;
 	height:512px;
 	background:#000000;
}

#header {
 	margin:0 auto;
	width:1013px;
	height:56px;
	text-align:right;
	margin-top:45px;
 	margin-bottom:20px;
	
}

#navigation {
}
#navigation a.first{
	margin-left:10px;
	text-decoration:none;
}
#navigation a.firstaktiv {
	margin-left:10px;
	color:#ffffff;
	text-decoration:none;
}
#navigation a{
	margin-right:15px;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
}
#navigation a:hover, #navigation a.aktiv {
	margin-right:15px;
	line-height:25px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#footer a.aktiv {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a {
	text-decoration:none;
}

#content {
}
#left {
	width:600px;
	float:left;
}
#right {
	width:360px;
	height:432px;
	float:left;
	overflow:auto;
	padding-left:20px;
	padding-right:20px;
	margin-top:50px;
}
#footer {
 	margin:0 auto;
 	width:998px;
 	line-height:20px;
 	height:25px;
 	background:#000000;
	padding-left:10px;
	padding-right:5px;
}

.select {
	width:200px;
}
.textarea {
	width:200px;
	height:50px;
}
.rot {
	color:#ae200d;
}

#rightinhalt {
	height:170px;
}
#rightleft {
	width:151px;
	padding-right:20px;
	float:left;
}
#rightright {
	width:151px;
	float:left;
}



#unternavigation ul {
	list-style-type: none ;
	margin: 0;
	padding: 0;
	padding-left:115px;
	height:25px;
}

#unternavigation ul li { 
	display: inline; 
}

#unternavigation ul li a
{
	text-decoration: none;
	padding-right:20px;
}

#unternavigation ul li a:hover, #unternavigation ul li a.aktiv
{
	color: #ffffff;
}
