@charset "UTF-8";

body {
	margin:0;
	padding: 0;
	font-size:62.5%;
	font-family: verdana,arial,helvetica,sans-serif;
	background-image: url('../style/hg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

div#main {
	margin: auto;
	background-image: url('../style/hg-content.jpg');
	background-repeat: no-repeat;
	background-position: 0px 349px;
	width: 752px;
	font-size: 1.1em;
	background-color: #5aacdc;
}

p{
	font-size: 1em;
	line-height: 1.2em;
	color: #003662;
}

a{
	color: #003662;
}

a.thumb{
	width:180px;
	display:block;
	padding:10px;
	padding-top:0px;
	text-align:center;
	text-decoration:none;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	color: #003662;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #003662;
}

h3{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
	color: #003662;
}


ul li{
	font-size: 1em;
	color: #003662;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
}

img#banner{
	float:right;
	margin-bottom: 40px;
}

	div#head{
		width: 752px;
		height: 349px;
		background: url('../style/head.jpg');
	}

	div#nav{
		width: 100%;
		height: 38px;
		position: absolute;
		left: 0px;
		top: 20px;
		background: url('../style/hg-meta.png');
	}

		div#nav2{
			width: 752px;
			margin: auto;
			padding-left: 10px;
		}

		div#nav a{
			display: block;
			float:left;
		}

	div#content{
		width: 620px;
		padding-left: 66px;
		padding-right: 66px;
		padding-bottom: 40px;
	}

	div#foot{
		width: 752px;
		height: 100px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.list{
		margin-left: 15px;

	}

	.anzeigen th{
		font-weight: bold;


	}

