@import url("reset.css");
@import url("content.css");
html,body{
	padding:0;
	margin:0;
	background:url(../images/green.png) scroll;
	color:#000;
	text-align:center;
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:13px;
}
div{
	border:0 solid black;
} 
img{
	display:block;
	float:left;
	margin:0;
}
h1{
	font-size:22px;
	line-height:22px;
}
h2{
	font-size:14px;
	line-height:22px;
}
a.top{
	display:inline-block;
	width:150px;
	height:20px;
	margin:5px;
	color:#333;
}
a:hover.top{
	color:#000;
}
#repeat,#background,#center{
	min-width:1000px;
	margin:0 auto;
	position:relative;
	text-align:center;
}

#repeat{
	background:url(../images/repeat.png) repeat-y center top;
}

#background{
	background:url(../images/background.png) no-repeat center top;
}
#center,#head{
	width:1000px;
}
#head{
	height:210px;
}
#head a{
	display:block;
	width:1000px;
	height:160px;
}
#left{
	float:left;
	width:145px;
	height:920px;
}
#links_cat{
	width:110px;
	height:255px;
	margin-top:142px;
	text-align:center;
	margin-right:53px;
}
#links_con{
	width:120px;
	height:110px;
	margin-top:40px;
	text-align:center;
}
#left a{
	display:inline-block;
	height:20px;
	color:#fff;
	text-decoration:none;
}

#left a:hover{
	color: #fff ! important;
	text-decoration:underline;
}
#main{
	float:left;
	width:725px;
	height:auto;
	background:#fff;
	text-align:center;
}
#right{
	float:left;
	width:130px;
	height:920px;
	text-align:left;
}
#footer{
	clear:both;
	min-width:1000px;
	height:30px;
	margin:0auto;
	background:url(../images/footer.png) no-repeat center top;
	text-align:center;
}

#links_prc{
	margin-top: 20px ! important;
	margin-right:33px;
	min-height:100px;
}

#links_prc a{
	height: 16px ! important;
}

#links_prc a:hover{
	color: #fff ! important;
	text-decoration: underline ! important;
}

#kontaktFrage{
	width: 260px;
}
dl {
	padding-top: 10px;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.image_desc {
	padding-top: 10px;
}

.hinweis {
	color: #D70019;
	font-weight: bold;
}
