@charset "utf-8";
/* CSS Document */

/*Webseite-Grundeinstellung*/
html {
	overflow-y:scroll;
	}

body {
	margin:10px;
	background-color: #B52106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000
	}

#h_align {
	position: absolute;
	left: 0px;
	display: block;
	visibility: hidden;
	overflow: visible;
	width: 100%;
	top: 50%;
	}

#v_align {
	position: absolute;
	background-color: #FFFFFF;
	margin-left: -485px;
	width: 970px;
	height: auto;
	visibility: visible;
	left: 50%;
	}
	
.trennlinie {
	clear: both;
	}
	
#logo {
	height: 60px;
	width: 970px;
	background-color: #FFFFFF;
	background-image: url(web_img/banner_top.jpg);
	}
	
#banner {
	height: 100px;
	width: 970px;
	background-color: #FFFFFF;
	background-image: url(web_img/banner_bottom.jpg);
	}	

#layout {
	width: 970px;
	height: auto;
	}

.pictureleft {
	height: 350px;
	width: 300px;
	float: left;
	}

.pictureright {
	height: 350px;
	width: 300px;
	float: right;
	}
	
.picturereference	{
	height: 200px;
	width: 250px;
	padding-right: 20px;
	}

.navi {
	background-color: #FFFFFF;
	height: 100%;
	width: 180px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
	}
	
.main {
	background-color: #FFFFFF;
	height: 100%;
	width: 530px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	float: left;
	}
	
.dom_selling {
	position: relative;
	float: left;
	width: 265px;
	height: 20px;
	margin-bottom: 10px;
}

.dom_selling_block {
	background-color:#efefef;
	position: relative;
	float: left;
	width: 265px;
	height: auto;
	line-height: 2;
	margin-bottom: 10px;
}
	
.ads {
	background-color: #FFFFFF;
	height: auto;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	}

.domaincheck {
	background-color: #E0E0E0;
	height: 30px;
	width: 970px;
	float: left;
	}

.footer {
	height: 10px;
	width: 970px;
	float: left;
	} 
	
/*Navigationsleiste*/
.leftmenu a,
.leftmenu a:link
.leftmenu a:active,
.leftmenu a:visited
	{
	display: block;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 4px 2px 4px 5px;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	}
.leftmenu a:hover {
	background-color: #FFFFFF;
	color: #B52106;
	text-decoration: none;
	}

/*Navigation im Text-Hyperlinks*/
a.textnav:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
a.textnav:visited {
	color: #666666;
	text-decoration: none;
	}
a.textnav:hover {
	color: #B52106;
	text-decoration: none;
	}
a.textnav:active {
	color: #000000;
	text-decoration: none;
	}

	
/*Überschriften*/
.headline {
	font: Verdana;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bolder;
	color: #B52106;
	}
	
.headlineblack	{
	font: Verdana;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	}
	
.Stil1 {
	color: #b52106; font-weight: bold; 
	}
	
.arrow {
	color: #b52106; font-weight: bold;
}