/* CSS Document */

body {
	background-image:  none;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #d5dadd;
	padding: 0px;
	margin: 0px;
}
#logo01 {
	height: 104px;
	width: 218px;
	position: absolute;
	left: 10px;
	top: 0px;
	background-image: url(img/logo.gif);


}
#logo02 {
	position: absolute;
	height:79px;
	width:120px;
	left: 228px;
	top: 0px;
	background-image: url(img/logo02.gif);


}
#bezeichnung {
	position: absolute;
	height:25px;
	width:400px;
	left:350px;
	top:45px;
	background-image: url(img/bez.gif);
}

#balkenlinks {
	position: absolute;
	height:577px;
	width:2px;
	left:6px;
	top:0px;
	background-color: #25177A;
	
}
#balkenoben {
	position: absolute;
	height:1px;
	width:500px;
	left:350px;
	top:70px;
	background-color: #25177A;
	visibility: hidden;
	
}
#subnav {
	height: 473px;
	width: 218px;
	position: absolute;
	left: 8px;
	top: 104px;
	background-image: url(img/rootbild.jpg);
	padding-top: 40px;
	padding-left: 10px;
	background-repeat: no-repeat;

	
}
#nav {
	position: absolute;
	height:25px;
	width:532px;
	left: 230px;
	top: 79px;
	

}
#inhalt {
	position: absolute;
	height:473px;
	width:532px;
	left: 227px;
	top: 104px;
	background-attachment: scroll;
	background-image: url(img/hglogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E0E3E5;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #25177A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6666CC;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #25177A;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.textgross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
}
