*{
	margin: 0;
	padding: 0;
	font: normal 13px/18px arial, helvetica, sans-serif;
	color: #222222;
	}
body{
	background: url(gfx/bg.jpg) repeat-x;
	}
i{
	font-style: italic;
	}
strong{
	font-weight: bold;
	}
#container{
	margin: 0px auto;
	width: 710px;
	padding: 10px 0 40px 0;
	position: relative;
	}
#header{
	margin: 0 0 10px 0;
	width: 710px;
	height: 130px;
	background: url(gfx/header.jpg);
	}
#badge{
	width: 150px;
	height: 120px;
	z-index: 99;
	background: url(gfx/badge.png) repeat-x;
	position: absolute;
	top: 30px;
	left: 550px;
	color: #ffffff;
	text-align: center;
	padding: 30px 0 0 0;
	}
#badge span{
	display: block;
	font: bold 42px arial, helvetica, sans-serif;
	color: #ffffff;
	}
#content{
	padding: 5px;
	}
#content ul{
	list-style: none;
	width: 710px;
	margin: 0 0 40px 0;
	padding: 0;
	float: left;
	}
#content ul li{
	display: block;
	width: 710px;
	height: 150px;
	margin: 0 0 10px 0;
	float: left;
	}
#content ul img{
	display: block;
	float: left;
	}
#content ul span{
	display: block;
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
	}
#content ul input{
	width: 380px;
	margin: 0 0 10px 0;
	}
#container p{
	margin: 0 0 20px 0;
	}
ul#linkbox{
	width: 300px
	}
ul#linkbox li{
	padding: 0;
	margin: 0;
	width: 300px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #e1e1e1;
	}
ul#linkbox li.head{
	border: none;
	font-weight: bold;
	}
ul#linkbox li a{
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: #222222;
	}
ul#linkbox li a:hover{
	background-color: #e1e1e1;
	}
div#impressum{
	width: 360px;
	float: left;
	padding: 0 0 0 40px;
	}
div.breakit{
	clear: both;
	}	
#footer{
	margin: 0 0 10px 0;
	width: 710px;
	height: 70px;
	background: url(gfx/footer.jpg);
	overflow: hidden;
	}	
#footer a{
	display: block;
	width: 710px;
	height: 70px
	}
#footer a span{
	display: block;
	text-indent: -99999px;
	}