@charset "utf-8";

body, html
{
background-color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
margin: 0 0 0 0;
padding: 0;
text-align: center;
}
 
#inhalt 
{
margin:0px auto;
text-align:left;
width: 850px;
}

.headmitte
{
padding: 0;
background: #9499D8 url(images/header.jpg);
background-repeat:repeat-x;
}

.topmenue
{
padding: 0;
background: #B8BBE4;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}


.trenner
{
padding: 0;
background: #9499D8 url(images/trennerbg.gif);
background-repeat:repeat-x;
}

.content
{
padding: 5px;
background: #F0F0F0;
}


.bottom 
{
padding: 0;
}

.topleft
{
padding: 0;
background: #ffffff url(images/tab_left_o.gif);
}

.topmitte
{
padding: 0;
background: #ffffff url(images/tab_mitte_o.gif);
}

.topright
{
padding: 0;
background: #ffffff url(images/tab_right_o.gif);
}

.tabcontleft
{
padding: 0;
background: #ffffff url(images/tab_mitte_l.gif);
}

.tabcontmenue
{
padding: 5px;
background: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #000000;
width: 170px;
}


.tabcontmenue a
{
display: block;
color: #cc6600;
border-bottom: 1px dashed #cc6600;
padding: 3px 3px 3px 0px;
text-decoration: none;
width: 160px;
}


.tabcontmenue a:hover
{
color: #000000;
border-bottom: 1px dashed #000000;
padding: 3px 3px 3px 0px;
background: #f3f3f3
}

.tabcont
{
padding: 5px;
background: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #000000;
width: 100%;
}


.tabcontright
{
padding: 0;
background: #ffffff url(images/tab_mitte_r.gif);
}

.bottleft
{
padding: 0;
background: #ffffff url(images/tab_left_u.gif);
}


.bottmitte 
{
padding: 0;
background: #ffffff url(images/tab_unten_m.gif);
}


.bottright 
{
padding: 0;
background: #ffffff url(images/tab_right_u.gif);
}


a 
{
color: #cc6600;
text-decoration: underline;
width: 160px;
}

a:hover
{
color: #000000;
}


h1
{
font-size: 15px;
color: #993300;
border-bottom: 1px solid #dddddd;
padding: 3px 3px 3px 3px;
margin: 2px 0px 3px 0px;
background: #f0f0f0
}




