body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9c9d9f;
	color: #888;
	font-size: 12px;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 885px;
	background-color: #fff;
	padding: 5px;
}

#header {
	background-image:url(img/header1.jpg);
	width: 885px;
	/*height: 260px;*/
	height: 140px;
	padding: 0;
	margin: 0;
	
	}
	
#navcontainer {
	margin: 0;
	/*padding: 246px 0 0 262px;*/
	padding: 126px 0 0 262px;
	z-index: 10;
	}

#navigation1 {	
	background-color: #fff;
	margin: 0;
	padding: 5px 2px 0 4px;
	font-weight: bold;
	display: inline;
	}
	
#navigation2 {
	margin: 0 0 0 30px;
	background-color: #fff;
	padding: 5px 3px 0 3px;
	display: inline;
	overflow:visible;
	}

#header ul  {
	display: inline;
	list-style-type: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#header ul li {
	display: inline;
	padding: 0px 3px;
	margin:0;
	}

#content {
	width: 540px;
	margin: 0;
	padding: 25px 0px 30px 261px;
	line-height: 22px;
}
	
#main { 
	width: 885px;
	background-color: #fff;
	/*border: 1px #666666 dotted;*/
}	

#content h1 {
	border-bottom: 1px #666 dotted;
	width: 410px;	
	padding: 10px 10px 10px 167px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	}

a {
	color: #7b7b7b;
	text-decoration: none;
	}

a:hover {
	background-color: #eee;
	}

a.aktiv {
	/*color: #F29600;
	color: #2b2b2b;
	*/
	border-bottom: 3px solid #F29600;
	
	}

#content a {
		color: inherit;
		}

.indent {
	text-indent: -30px;
	}
	
p.indent strong {
	color: #F29600;
	}
#content ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
	}

.alignleft {
	float: left;
	margin-right: 5px;
	}

.alignright {
	float:right;
	margin-left: 5px;
	}
	
a.lextern {
	padding-right: 20px;
	background-image: url(img/extern_icon.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
a.lintern {
	padding-right: 20px;
	background-image: url(img/intern_icon.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
.indent em {
	font-style:normal;
	font-weight: bold;
	}

#team img {
	margin-right: 10px;
	}

acronym {
	border: none;
	}
#footer {
	xfloat: right;
	text-align: right;
	}