/* --------------------------------------------
CSS Stile-Sheet
developed by Online Media, P. Hoetzl
All rights reserved, Oktober 2007 ff.
-------------------------------------------- */

/* Layout Darstellung */

#topbalken {
position: absolute;
top: 10px;
left: 30px;



}




#content {

position: absolute;
width: 330px;
top: 60px;
left: 330px;
padding: 70px 10px 10px 10px;



}

#links {

position: absolute;
width: 270px;
top: 60px;
left: 20px;
padding: 70px 0px 0px 0px;


}



#rechts {

position: absolute;
width: 220px;
top: 60px;
left: 700px;
padding: 70px 10px 30px 10px;


}





/* Definition der Textdarstellung */


h1,p,ul,ol,table {


font-family: Verdana, Geneva, sans-serif;



}


h1 {


font-size: 14px;
color: #FFFFFF;




}






p,td,th,li {

text-align: left;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;


}






a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}

