@charset "utf-8";
*{margin: 0px;
	padding: 0px;}

img{border:0}
	
html{	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-image: url(../image/basic/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

a {color:#B55237}

.mt35{margin-top:35px !important}
.mr0{margin-right:0px !important}

div#head{width:800px;height:130px}
div#main{width:780px;height:auto}
div#menue{
	width:275px;
	float:left;
	background-image: url(../image/basic/bg-signet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#content{width:505px;float:left;margin-top:5px}

/*head*/
#head img{float:right}

/*menue*/
div#menue img{border:0}
#menue ol {
	margin-left:15px;
	list-style-type: none;
}
#menue ol li{margin-bottom:18px}

/*content*/
p.bildzeile{margin-top:5px;text-align:center;color:#B55237}

#content strong{font-size:14px;color:#B55237}
#content p{line-height:19px;margin-bottom:10px}
#content p.small, #content p.text_haft{font-size:10px;line-height:13px}

span.title_haft{font-weight:normal;
	font-size:11px;
	line-height:14px;
	float:left;
	text-decoration: underline;
	color:#B55237;
}
#content div.nutzung strong.title_haft, {
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	float:right;
	text-decoration:none;
}
#content div.nutzung p.text_haft{font-size:11px;line-height:14px;text-align:justify}

#content dl{float:left;margin-right:20px;border: 1px solid #B55237;margin-bottom:20px}
#content dl img{
	width:153px;
	
}
#content dl dt{height:100px;overflow:hidden}
#content dl dd{font-size:10px;height:30px;padding-left:5px;padding-top:10px;color:#B55237;overflow:hidden;width:148px}

div.paging{clear:left;width:100%;margin-bottom:10px;margin-top:0px;font-size:11px}
.pagingleft{float:left;width:70px}
.pagingright{float:right;width:70px}
.pagingmid{float:left;width:365px;text-align:center;font-size:11px}
.pagingmid span{font-weight:bold;font-size:11px}
.pagingmid a{font-weight:normal;font-size:11px}
.pagingmid{white-space:nowrap;}