html {
	width: auto; 
	height: 100%;
	font-size: 62.5%;
}

body {
	text-align: center;
	margin: 0px;
	font-family: helvetica;
	font-size: 12pt;
	font-weight: lighter;
	background: url(images/bg.png);	
}

a { 
	text-decoration: none; 
	font-size: 11pt;
	color: #4d4d4d;
}
a:link {
}
a:visited {
}
a:hover {
	color: #fff;
}
a:active {

}

#content {
	width: 100%;
	height: 600px;
}

#header {}

#tuerschild {
	float: right;
	width: 380px;
	height: 573px;
	background: url(images/tuerschild.png) no-repeat;
	margin-top: 30px;
}
#tuerschild:hover {
	float: right;
	width: 380px;
	height: 573px;
	background: url(images/tuerschild2.png) no-repeat;
	margin-top: 30px;
}

#web {
	width: 383px;
	height:262px;
	background: url(images/web.png) no-repeat;
}
#nav {
	float: right;
	width: 157px;
	height: auto;
	margin-top: -240px;
	margin-right: 17px;
}

#link1 {
	width: 162px;
	height: 133px;
	background: url(images/link1.png) no-repeat;
}
#link2 {
	width: 141px;
	height: 133px;
	background: url(images/link2.png) no-repeat;
}
#link3 {
	width: 141px;
	height: 179px;
	background: url(images/link3.png) no-repeat;
	
}
#link4 {
	width: 141px;
	height: 533px;
	background: url(images/link4.png) no-repeat;
}

#nav2 {
	float: right;
	width: 157px;
	height: auto;
	margin-top: -264px;
	margin-right: 60px;
}
#link5 {
	width: 141px;
	height: 154px;
	background: url(images/link5.png) no-repeat;
	
}
#link6 {
	width: 141px;
	height: 133px;
	background: url(images/link6.png) no-repeat;
}



#footer {
	width: 100%;
	height:50px;
	font-size: 34pt;
	color: #00FF00;
	font-weight: bold;
	background-color: #fff;
}

