@charset "ISO-8859-1";


html {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
}


body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #b8bcaa;
	background-image: url(gfx/hg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#container { margin:0 auto; width:100%; height:750px; text-align:left;}




#kopf {
	width:100%;
	height: 80px;
	background-color:#FFFFFF;
	background-image: url(gfx/kopf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #3c7aaa;
	text-align:left;
	padding-top: 40px;
	padding-left: 540px;
	font-size: 12px;
}



#navi {
	height: auto;
	width: 180px;
	text-align:left;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#texte {
	height: auto;
	width: 500px;
	text-align:left;
	float:left;
	margin-top:30px;
	margin-left:20px;
	font-size: 12px;
	line-height: 20px;
}
h1{
	font-size: 18px;
	margin-top:0;
	margin-bottom:10px;
}
	

#plugin {
	height: auto;
	width: 500px;
	text-align:left;
	float:left;
	font-size: 12px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-top:30px;
}



a {
	color:#667168;
  	text-decoration: none;
}

ul a {
	color:#ffffff;
  	text-decoration: none;
}

a:hover {
	background-color:#ffffff;
	color:#667168;
  	text-decoration: none;
}

ul{
	margin:0;
	padding:0;
	margin-top:10px;
}
ul ul{
	padding:0;
	margin-top:5px;
}


li{
	list-style-type: none;
	margin-bottom:10px;
	font-size: 18px;
}
li li{
	list-style-type: none;
	margin-bottom:5px;
	font-size: 14px;
	padding-left:10px;
}
li li li{
	list-style-type: none;
	margin-bottom:1px;
	font-size: 10px;
}


li.act{
	color:#667168;
}
