﻿/*
*********************************************

    (c) www.covitec.de

*********************************************
*/



/*
*********************************************

    Banner

*********************************************
*/

#banner {
	position: relative;
	width: 975px;
	height: 105px;
	background: #FFF2B3 url("banner.gif") no-repeat;
	float: left;
}

#banner img.fremdlogo {
	position: absolute;
	top: 20px;
	right: 150px;
	z-index: 100;
}

#banner h3 {
	position: absolute;
	bottom: 40px;
	left: 290px;
	font-size: 14px;
	color: #0061A5;
	font-weight: bold;
	z-index: 100;
}

#banner h4 {
	position: absolute;
	bottom: 10px;
	left: 290px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	z-index: 100;
}


/*
*********************************************

    Hauptmenü
	border: 1px solid #FF0000;

*********************************************
*/


ul#head_menue li {
	background: transparent url("registerl.gif") no-repeat left 0;
}

ul#head_menue li:hover, ul#head_menue li.aktiv {
	background: transparent url("registerla.gif") no-repeat left 0;
}

ul#head_menue li a {
	background: transparent url(registerr.gif) no-repeat right 0;
}

ul#head_menue li a:hover, ul#head_menue li.aktiv a {
	background: transparent url(registerra.gif) no-repeat right 0;
}


/*
*********************************************

    Menue Link
	border: 1px solid #FF0000;

*********************************************
*/


#menue_links h1 {
	background: transparent url(menue_top_left.gif) no-repeat;
}

#menue_links h1 span {
	background: transparent url(menue_top_right.gif) no-repeat right 0;
}

#menue_links ul li {
	background-image: url(no_aktiv.gif);
}

#menue_links ul li a:hover, #menue_links ul li a.aktiv {
	background-image: url(hover_aktiv.gif);
	background-color: #EBEBEB;
}

#menue_links ul li ul {
	background: #EBEBEB;
}

#menue_links ul li ul li a {
	background: #EBEBEB none;
}

#menue_links ul li ul li a:hover, #menue_links ul li ul li a.aktiv {
	background-image: url(menue_punkt.gif);
}


/*
*********************************************

    Content
	border: 1px solid #FF0000;

*********************************************
*/

#start h1 {
	position: absolute;
	top: 430px;
	left: 30px;
	color: #666666;
}

#start h2 {
	position: absolute;
	top: 10px;
	left: 30px;
	color: #0061A5;
}

#content h1 {
	position: relative;
	color: #666666;
}

#content h2 {
	position: relative;
	color: #0061A5;
}

#content h3 {
	position: relative;
	color: #0061A5;
}

/*
*********************************************

    Gehaeuse
	border: 1px solid #FF0000;

*********************************************
*/

#content .gehaeuse {
	position: relative;
	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #000000;
	float: left;
}

#content .gehaeusebild {
	position: relative;
	width: 400px;
	margin: 0px 20px 0px 0px;
	text-align: center;
	float: left;
}

#content .einzelgehaeuse {
	position: relative;
	width: 290px;
	margin: 20px 10px 0px 0px;
	float: right;
}

#content .gehaeuse ul {
	position: relative;
	width: 290px;
	margin: 20px 0px 0px 0px;
	float: left;
}

#content .gehaeuse ul li {
	position: relative;
	width: 290px;
	margin: 0px 0px 15px 0px;
	font-size: 12px; 
	float: left;
}

#content .gehaeuse ul li .name {
	position: relative;
	width: 150px;
	font-size: 11px; 
	float: left;
}

#content .gehaeuse ul li .info {
	position: relative;
	width: 140px;
	font-weight: bold;
	float: left;
}

