@charset "UTF-8";
/* CSS Document */

body {
	background-color:	#ffffff;
	background-image:	url(pics/hg.jpg);
	background-repeat:	repeat;
	font-family: 		Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 			12px;
	margin: 			0px;
	line-height: 		1.8em;
	color:				#555555;
}

h1 {
	font-weight: 		bold;
	font-size:			20px;
	line-height:		0.7em;
	margin-bottom:		1em;
}

h2 {
	font-size:			1em;
	line-height:		1.5em;
}

#container	{
	width:				1024px;
	height:				781px;
	margin-top:			0px;
	margin:				auto;
	padding:			0px;
}

#header {
	width:				1024px;
	height: 			146px;
	padding: 			0px;
	margin: 	 	 	0px;
	background-color:	#FFFFFF;
}

/*
#mirror {
	width:				1024px;
	height:				95px;
	background-color:	#FFFFFF;
}
*/

#navcontainer {
	width:				849px;
	height:				45px;
	padding-left:		175px;
	padding-top:		3px;
	background-image:	url(pics/mirror.jpg);
	background-repeat:	no-repeat;
}

div#navcontainer #current {
	color:				#000000;
}

#navlist li {
	display: 			inline;
	list-style-type: 	none;
	padding-right: 		20px;
}

#navlist a {
	text-decoration:	none;
	color:				#555555;
	font-weight:		bold;
	font-size:			1em;
	border-right:		1px solid #555555;
	padding-right: 		21px;
}

#sub {
	position:			relative;
	width: 				193px;
	height: 			490px;
	padding-top:		10px;
	background-color: 	#FFF799;
	float:				left;
/*	
	width: 				168px;
	min-height:			490px;
	padding-left:		25px;
	background-color: 	#FFF6CF;
	padding-top:		10px;
	float:				left;*/
}

#navlist_sub {
	list-style-type:	square;
}

#sub a {
	text-decoration:	none;
	color:				#555555;
	font-size:			1em;
}

div#sub #current {
	font-weight:		bold;
}

#sub ul li a:link {
	color: 				#555555;
	text-decoration: 	none;
}

#sub ul li a:visited {
	color: 				#000000;
	text-decoration: 	none;
}

#sub ul li a:hover, #sub ul li a:active {
	color: 				#FF0000;
	text-decoration: 	none;
}



#contact {
	position: 			absolute;
	width: 				168px;
	height:				100px;
	padding-left:		25px;
	left: 				0;
	bottom: 			0;
	background: 		#FFF799;
	padding-top:		20px;
/*	clear:				both;*//*
	height:				30px;
	width:				168px;
	background-color:	#FF0000;
	position:			absolute;
	bottom:				0px;*/
}


#content {
	width: 				781px;
	height: 			490px;
	background-image:	url(pics/streifen.jpg);
	background-position: right bottom;
	background-repeat:	no-repeat;
	padding-top:		10px;
	padding-left:		25px;
	padding-right: 		25px;
	float: 				right;
	background-color:	#FFFFFF;
	overflow: 			auto;
}

#content li {
	list-style-type:	square;
	}


#content1 {
	width:				781px;
	height:				45px;
	padding-top:		10px;
	padding-left:		25px;
	padding-right: 		25px;
	float: 				right;
	background-color:	#FFFFFF;


}

#content2 {
	width:				831px;
	height:				200px;
	float: 				right;
	background-color:	#FFFFFF;	
}

#content3 {
	width:				781px;
	height:				235px;
	padding-top:		10px;
	padding-left:		25px;
	padding-right: 		25px;
	background-color:	#FFFFFF;
	float: 				right;
	overflow: 			auto;
}


#footer {
	width:				999px;
	height: 			30px;
	background-color:	#555555;
	padding-left:		25px;
	margin: 			0;
	clear:			both;
}

.foot {
	font-size:			1em;
	padding-top: 		0.4em;
	color:				#ffffff;
}

