/*******************************************************************************
                       Standard rules
*******************************************************************************/
html {
margin: 0;
padding: 0;
width:100%;
height:100%;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
font-size:11px;
color: #000000;
height: 100%;
background-image: url(/_entwicklung/pics/header2.jpg);
background-repeat: no-repeat;
}
td
{
font-family: Verdana, Arial, sans-serif;
font-size:11px;
color: #000000;
}

#left{
position: absolute;
top: 155px;
left: 0px;
width: 185px;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
text-align: right;
padding-right: 10px;
padding-bottom: 20px;
}

#right
{
position: absolute;
top: 185px;
left: 790px;
width: 185px;
border-left: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
text-align: left;
padding-left: 10px;
padding-bottom: 20px;
}

#content
{
position: absolute;
top: 185px;
left:205px;
width: 555px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-top:40px;
border-left: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
}

#bottom
{
position: relative;
width: 985px;
border-top: 1px solid #DCDCDC;
text-align: right;
padding-top: 10px;
top: +70px;
}

#scroller{
height: 330px;
overflow: auto;
}

.titel
{
font-family: Verdana, Arial, sans-serif;
font-size:14px;
font-style: italic;
font-weight: bold;
}

.newstitel
{
font-weight: bold;
}

.formular
{
border: 1px solid #DCDCDC; font-size: 10px;
}




/*******************************************************************************
                       Links / Navi
*******************************************************************************/
a:link {text-decoration: none;color:#666666}
a:visited {text-decoration: none;color:#666666}
a:hover {text-decoration: none;color:orange}


a.navi{text-decoration: none; font-size:12px;}
a.navia{text-decoration: none;font-size:12px;}

a.navi:link {color: #B86726;}
a.navi:visited {color: #B86726;}
a.navi:hover {color: #666666; }

a.navia:link {color: #666666;}
a.navia:visited {color: #666666;}
a.navia:hover {color: #666666;}
