/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}

a:link
{
	color:#bbbbbb;
	text-decoration:none;
}
a:visited
{
	color:#bbbbbb;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
}
.active
{
	color:#000000;
}


a.link_rs:link
{
	color:#666666;
	text-decoration:none;
}
a.link_rs:visited
{
	color:#666666;
	text-decoration:none;
}
a.link_rs:hover
{
	color:#666666;
	text-decoration:underline;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	background:#e9e7e2;
	color:#000000;
}

h2.titelbild
{
	margin:0px;
	padding:0px;
}

#alles
{
	width:800px;
	margin:0 auto;
	background:#FFFFFF;
}

#top
{
	width:800px;
	height:20px;
	background:#ffffff;
	text-align:right;
}

#top #impressum
{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	margin-left:15px;
	float:left;
}

#top #datum
{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	margin-right:15px;
}

#titel
{
	width:800px;
	height:173px;
	background:#FFFFFF url(bilder/titel.jpg); 
}

#table-content {
	
}

#table-content .haupt {
	background:#ffffff;
	border-left:#000000 1px solid;
	border-top:#FC7600 2px solid;
	padding-bottom:10px;
}

#table-content .rechts {
	background:#ededed;
	border-right:#000000 1px solid;
	padding-bottom:10px;
}



#linkleiste
{	
	width:511px;
	height:38px;
	background: #FFFFFF;
	/*
	border-top:#FC7600 solid 2px;
	border-left:#000000 solid 1px;
	*/
}

#link
{
	width:84px;
	height:38px;
	line-height:38px;
	text-align:center;
	border-right:#333333 solid 1px;
	float:left;
	background-color:#eeeeee;
}

#link-active
{
	width:84px;
	height:38px;
	line-height:38px;
	text-align:center;
	border-right:#333333 solid 1px;
	float:left;
	background-color:#ffffff;
}
	
#content
{
	width:511px;
	background-color:#FFFFFF;
}

#rechteSpalte
{
	width:287px;
	background:#ededed url(bilder/rs_titel.gif) no-repeat;
}

#rs_titel
{
	width:150px;
	height:38px;
	margin-left:82px;
	text-align:center;
	line-height:38px;
	border-top:#FC7600 2px solid;
	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
}

#rs_content
{
	margin-top:42px;
}

#footer
{
	width:798px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	background:#ededed;
	height: 85px;
}

	


	

