﻿/* Style Sheet */
body {
background-color:white;
}

#top {
margin:0px auto;
width:1000px;
border-right:solid 1px #A8192B;
 }

#top1 {
float:left;
width:200px;
height:83px;
background-color:white;
border-top:solid 1px #A8192B;
border-left:solid 1px #A8192B;
 }
#top2 {
height:54px;
background-color:#A8192B;
padding-top:30px;
border-left:solid 1px #A8192B;
 }



#inhalt {
	margin: 0px auto;
	width: 999px;
	font-family: verdana, sans serif;
	font-size: 12px;
	border-right: solid 1px #A8192B;
	border-left: solid 1px #A8192B;
	height: auto;
}

#links {
float:left;
background-color:white;
width:199px;
border-top:solid 1px #A8192B;
border-right:solid 1px #A8192B;
margin-right:20px;
margin-bottom:20px;
}

#mitte
{
background-color:white;
color:black;
padding:20px;

 }
#rechts {
float:right;
width:70px;
background-color:white;
margin-left:50px;
margin-top:10px;
margin-bottom:20px;
}


h1 {
margin-top:0px;
font-size:13px;
font-weight:bold
}
h2 {
margin-top:0px;
font-size:12px;
font-weight:normal;
text-decoration:underline
}

.bu
{font-size:9px;
color:gray;
}


.menuleft_container
{
width:170px;
margin:15px 10px 20px 15px;
}

.menuleft_title {
padding:2px;
font-size:12px;
font-weight:bold;
text-align:left;
color:#A8192B;
background-color:white;
 border:solid 1px #A8192B;
 margin-bottom:5px;
}

a.menuleft:link, a.menuleft:visited
{
width:130px;
 display:block;
 padding:2px;
 color:white;
 background-color:#A8192B;
 text-decoration:none;
 text-align:right;
 font-weight:bold;
 font-size:12px;
 text-decoration:none;
 border:solid 1px white;
 margin-bottom:2px;
}
a.menuleft:active, a.menuleft:hover
{
width:130px;
 display:block;
 padding:2px;
 color:#A8192B;
 background-color:white;
 font-weight:bold;
 font-size:12px;
 text-decoration:none;
 border-bottom:solid 1px white;
 border-left:solid 1px white;
 border-right:solid 1px white;
 margin-bottom:2px;
}
a.textlink:link, a.textlink:visited
{
 color:#A8192B;
 text-decoration:none;
 font-weight:normal;
 font-size:12px;
}
a.textlink:active, a.textlink:hover
{
 color:#A8192B;
 font-weight:normal;
 font-size:12px;
 text-decoration:unterline;
}

a.bulink:link, a.bulink:visited
{
 color:#A8192B;
 text-decoration:none;
 font-weight:normal;
 font-size:9px;
}
a.bulink:active, a.bulink:hover
{
 color:#A8192B;
 font-weight:normal;
 font-size:9px;
 text-decoration:unterline;
}
#bottom
{
clear:both;
width:1000px;
margin:0px auto;
height:40px;
background-color:#A8192B;
}

.table_border_left {
border-right:solid 1px black;
border-bottom:solid 1px black;
 }
 .table_border_right {
border-left:solid 1px black;
border-top:solid 1px black;
 }
  .table_border_single {
border-right:solid 1px black;
 }