/* CSS Document */

body{
	background-color:#fbd383;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:8pt;
}

td{
	color:#202020;
	font-size:8pt;
	vertical-align:top;
}


a{
	color:#505050;
	text-decoration:none;
	font-weight:700;
}
a:hover{
	color:#202020;
	text-decoration:none;
}

h1{
	color:#4f2778;
	text-decoration:none;
	font-weight:700;
	font-size:11pt;
	margin-bottom:15px;
	margin-top:1px;
}

h2{
	color:#AAAAAA;
	text-decoration:none;
	font-weight:700;
	font-size:8pt;
	margin-bottom:1px;
}

b, strong{
	text-decoration:none;
	font-weight:700;
}

input, select, textarea{
	font-size:8pt;
	background-color:#FFFFFF;
}


/* KLASSEN ############################################# */

.headline{
	color:#888888;
	text-decoration:none;
	font-weight:700;
	font-size:11pt;
	margin-bottom:1px;
	margin-top:1px;
}

.green{ color:#0FA42C; }

.pic{
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:0px;
	float:right;
	clear:both;
}

.klein{ font-size:7pt; }

/* IDs ############################################# */

#header{
	background-image:url(img/design/header.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 800px;
	height:128px;
}

#container{
	width:800px; 
	float:left; 
	clear:both;
	padding:0px; 
	background-image:url(img/design/content.jpg); 
	background-repeat:repeat-y; 
	background-position:center;
}
#bottom{
	width:800px;
	height:48px;
	float:left;
	clear:both;
	padding:0; 
	background-image:url(img/design/bottom.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
}

#navi{
	width:200px;
	margin-left:25px;
	margin-top: 20px;
	float:left;
	clear:both;
	padding:0px;
}
*html #navi{ margin-left:22px; }

#content{
	width:480px;
	float:right;
	clear:right;
	padding-right:40px;
	font-size:10pt;
	line-height:14pt;
}

#navi ul{ list-style:none; width:200px; padding:0px; margin:0px; }
#navi li { margin-bottom:1px; padding:0px; background-color:#693b2c; color: #ffffff;}
#navi a{ display:block; padding:5px; padding-left:15px; background-image:url(img/design/naviback.jpg); background-repeat:repeat-y; background-position:left; margin-left:10px; }
#navi a:hover.navimain{ background-color:#DDDDDD; }
#navi a:hover.navisub{ background-color:#CCCCCC; }
#navi .mainmenu { font-size:10pt; background-color:#89c086; }
