html {
	margin-bottom: 1px;
	height: 100%;
}

body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-arrow-color:#595959;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#565656;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
}

#container {
	width: 955px;
	margin: 0px;
	background-image: url(../images/bg-strich.jpg);
	background-repeat:repeat-y;
	text-align: left;
	color: #4A4A4A;
	line-height: 170%;
}

#header {
	padding: 0px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	height: 253px;
}

#hauptcontainer {
	width: 955px;
	display:block;
	margin-left:0px;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
}

#linkcontainer{
	margin: 0px;
	position: relative;
	width: 262px;	
}

#contentcontainer {
	width: 410px;
	margin-left: 8px;
	position: relative;
}

#sidecontainer {
	width: 240px;
	margin-left: 10px;
	line-height: 120%;
	font-size: 95%;
}

hr {
	color: #195905;
	background-color: #FFFFFF;
}

ul {
	margin-left: 15px;
}

a:link, a:visited {
	text-decoration: none;
	color: #4A4A4A;

}
a:hover, a:active {
	text-decoration: underline;
	color: #4A4A4A;

}
.nav_active{
	COLOR: #FFB400;
	text-decoration:underline;

}
.techniklink{
	color: #1E6004;
	font-weight:bold;
}

.techniklink A{
	color: #1E6004;
	font-weight:bold;
	text-decoration:none;
}
.techniklink A:hover{
	color: #1E6004;
	font-weight:bold;
	text-decoration:underline;
}
.techniklink A:visited{
	color: #1E6004;
	font-weight:bold;
	text-decoration:none;
}
.headline{
	font-size: 140%;
	font-weight: bold;
	line-height:23px;	
}