html {
	overflow: scroll;
}
* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	background-color: #CCCCCC;
}
sup,sub {
	line-height:0px;}
h4 {
	line-height:3em;}
h3{
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
	}
h1 {
	font-size:1.5em;
	padding-bottom:10px;
	}
.float_left {
	float:left;
}
#content .float_left {
	margin: 0 1em .5em 0;}
.float_right {
	float:right;
}
#content .float_right {
	margin: 0 0 .5em 1em;}
a img {
	border:none
}
p {
	line-height:1.4em;
	padding-bottom:1em;}

ul li {
	line-height:1.4em;
	color:#990000;
	list-style-type:disc;
	/*margin:.2em 0 .2em 1.7em;*/
	margin-left:1.7em;
}
li span {
	color:#000;
	}
li ul li {
	color:#000;
	list-style-type:none;
	}

ul {
	margin:0;
	padding:0;
}
h1 {
	color: #990000;
}
.content a:hover {
	color:#F60;
}
.content a {
	color:#000;
	border-bottom:1px solid #990000;
	}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#box {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background: #FFF;
}
#head {
	margin: 0px;
	height: 80px;
}
#content {
	padding: 10px;
}
#content dd {
	padding-top:.2em;
	font-size:.8em;
	color:#333;}
.box_content {
	width:475px;
	float:left;
}
.colboxleft {
	overflow:hidden;
	float:left;
	width:49%;
}
.colboxright {
	overflow:hidden;
	float:right;
	width:49%;
}
#footer {
	text-align:center;
	margin-top: 5px;
	font-size: 10px;
	margin-top:10px;
	padding-top:.2em;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #666666;
}
.clearthefloats {
	clear: both;
}
/*-- #menu styles --*/
#menu {
	background-color: #333333;
	color: #999999;
	height:34px;
	font-size:13px;
	font-weight: bold;
	padding: 0 10px;
	overflow:hidden;
}
#menu img {
	padding:6px 0;}
#menulink {
	float:left;
	line-height:35px;}
#menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	top: auto;
	bottom: auto;
}
#menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
#menu a:active {
	text-decoration: none;
}
#main {
	width: 100%;
}
table.basic_lines {
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
	}
table.basic_lines th {
	border-bottom:2px solid #990000;
	text-align:left;
	padding-bottom:3px;}
table.basic_lines td {
	border-bottom:1px solid #990000;
	text-align:left;
	padding:5px 3px;}

#mainkontakt {
	width: 100%;
	background-image: url(bilder/header_fuerstenbau.jpg);
	height: 445px;
}
#mainkontakt h1 {
	margin-top:0;}
#mainkontakt div {
	min-width:300px;
	float:left;
	padding:1em 2em 1em 1em;
	margin:1em;
	background:url(bilder/trans_bg.png);
}
* html #mainkontakt div {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/trans_bg.png', sizingMethod='scale');
	height:1%;
}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* backslash hack hides from IE mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end backslash hack */

