html, body {
	margin:0;
	height:100%;
	background-image:url(images/bg.jpg);
	background-position:top left;
}
.headline{
	font-family: Tahoma;
	font-size:11px;
	color:#333;
	font-weight:bold;
}
.text, .t {
        font-family: Tahoma;
        font-size: 11px;
       	color:#333;
		line-height:15px;
}
.navitext, .nt {
        font-family: Tahoma;
        font-size: 12px;
        color:#333;
}

.textfett {
        font-family: Tahoma;
        font-size: 12px;
        font-weight: bold;
		color:#333;
}

.textklein {
        font-family: Tahoma;
        font-size: 9px;
		color:#333;
}
.input {font-size:11px;}

a:link {
    color:#333333;
    text-decoration:none;
}

a:visited {
    color:#333333;
    text-decoration:none;
}

a:active {
    color: #333333;
    text-decoration:none;
}
a:hover{
    color: #333333;
	text-decoration:underline;
}

b   {
    font-weight: bold;
    color: #333333;
}
#navcont{
	width:100px; 
	background-position:top right; 
	background-repeat:no-repeat; 
	z-index:800;
	padding-top:175px;
}
html>body #navcont{
	margin: 175px 0 0 0px;
	padding-top:0;
}
#contenttop{
	margin:175px 0 0 -1px; 
	width:497px;
	height:17px;
}
html>body #contenttop{
	width:495px;
	margin:175px 0 0 0px;
}
#line1{
	position:absolute; 
	top:170px; 
	left:50%; 
	margin:0 0 0 -301px; 
	width:602px; height:5px; 
	background-color:#ccc; 
	overflow:hidden;
}
html>body #line1{
	margin:0 0 0 -298px;
}
#header{
	width:600px; 
	height:170px; 
	position:absolute; 
	top:0; 
	left:50%; 
	margin:0 0 0 -300px; 
	z-index:800;
}
html>body #header{
	margin:0 0 0 -300px;
	padding:0 0 0 2px;
	width:602px;
}