/* --------------------------------------------
CSS Stile-Sheet
developed by Online Media, P. Hoetzl
All rights reserved, Oktober 2007 ff.
-------------------------------------------- */

/* Layout Darstellung */


#rahmen {
position: relative;
margin-top: 20px;
margin-left: auto;
margin-right: auto;

width: 801px;
height: 600px;

border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;

padding: 0px 0px 0px 0px;

background-color = #FFFFFF;

}


#metabalken {

position: absolute;
width: 800px;


background-color = #FFFFFF;

border-bottom: 1px solid #004684;



}



#links {

position: absolute;
width: 220px;
height: 498px;
top: 102px;

padding: 0px 0px 0px 0px;

background-color: #F9FAE3;


}





#mitte {

position: absolute;
width: 380px;
height: 498px;
top: 102px;
left: 220px;
padding: 0px 0px 0px 0px;


border-left: 1px solid #004684;


background-color: #F9FAE3;

}



#rechts {

position: absolute;
width: 200px;
height: 498px;
top: 102px;
left: 600px;
padding: 0px 0px 0px 0px;

border-left: 1px solid #004684;

background-color: #FFFFFF;

}


#navi{

position: relative;

padding: 10px 10px 10px 10px;



}


#content{

position: relative;

padding: 10px 10px 10px 10px;



}




#news {

position: relative;

padding: 10px 10px 10px 10px;

border-top: 1px solid #004684;
border-bottom: 1px solid #004684;

background-color: #D5DB45;

}


#newsstart {

position: relative;

padding: 10px 10px 10px 10px;


}



#bildtxt {

position: relative;

padding: 10px 10px 10px 10px;

}




/* Definition der Textdarstellung */


.main,h1,p,ul,ol,table {


font-family: Verdana, Geneva, sans-serif;



}


h1 {


font-size: 14px;
color: #000000;




}







.main,td,th,li {

text-align: left;
font-weight: normal;
font-style: normal;
font-size: 11px;
line-height: 16px;
color: #000000;


}


ul {
list-style-type: square;
padding-left: 10px;
margin-left: 10px;


}





a:link {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
}

