@charset "utf-8";

* {margin:0; padding:0}

html {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #eee;
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
	min-height: 510px;
	max-height: 520px;
	height: 100% !important;
}

#main-container {
	position:relative;
	width: 960px;
	height: 100% !important;
	min-height: 100%;
	height: 100%;
	margin: 10px auto -30px;
}

#impressum {
	background-image:url(images/bar.png);
	height:30px;
}	

#content {
	margin-left:20px;
}	

p {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 560px;
	}	

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 100;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	color:white;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left:20px;
}
	
h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-weight: 100;
	font-size: 15px;
	margin-bottom: 5px;
}	


ul {
	list-style-type:none;
}	