body
{
    margin: 0px; 
    padding: 0px; 
    border: none 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-style: none;
    border-width: 0px;

}

    
    a:link {
	    color: #333333;
        font-weight: bold;
	    text-decoration: none;
    }
    a:visited { 
        color: #333333;
	    font-weight: bold;
	    text-decoration: none; 
    }
    a:hover {
	    color: #3941b3;
	    text-decoration: none;
	    font-weight: bold;
    	
    }
    a:active {
	    color:#a8b8cf;
	    text-decoration: none;
	    font-weight: bold;
    }
h1 {
	font-size:14px;
	color: #333333;
	text-transform: uppercase;
	line-height: 140%;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color:  #333333;
}
p {
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}
/* ---------------------------------------------------------*/

.main {
	position: absolute;
	width: 880px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border-style: 0;
	border-color: 0;
	table-layout: fixed;
}
.kopf {
	position: absolute;
	height: 129px;
	top: 0px;
	left: 0px;
	width: 880px;
}

.logoline
    {
	height: 84px;
	padding-top: 0;
	padding-bottom: 3px;
	background-color: #e5e1e1;
	vertical-align: text-bottom;
	padding-left: 10px;
}

.hauptnavi {
    height:40px;
    padding-left: 10px;
    background-color: #a8b8cf;
}

.koerper {
	position: relative;
	width: 880px;
	top: 100px;
	left: 0px;
	table-layout: fixed;
}
.links 
{
	width: 160px;
    background-color: #e5e1e1;   
    border-right: 3px solid #d3cccc;
    vertical-align: top;
}
.rechts 
{
	width: 160px;
    background-color: #e5e1e1;
    border-left: 3px solid #d3cccc;
    vertical-align: top;
}
.fusszeile
{
    height:40px;
    background-color: #a8b8cf;
}
.brotkruemel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.brotkruemel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #999999;
	font-style: italic;
	font-weight:normal;
}


