/* ====================================================================

Titel:	WNV Neuen - Köln 
Autor:	Dennis Burfey - shaolin DESIGN

-------------------------------------------------------------------- */


* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image:url('../layout/background_body.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom;
	background-color: #C2CBCF;
	font-size: 11px;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
}
ul {
	margin: 1.2em 0 1.4em 10px;
}
#container_head {
	background-image:url('../layout/background_head.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}

#header {
	background-image:url('../layout/header_01.jpg');
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	background-position: top center;
	text-align: center;
	vertical-align: top;
	width: 790px;
	height: 132px;
}

#banner, #banner_index {
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	text-align: left;
	border-collapse: collapse;
	color: #444444;
	vertical-align: top;
	font-weight: bold;
	font-size: 28px;
	width: 790px;
}

#banner {
	background-image:url('../layout/headbanner.jpg');
	height: 104px;
}

#banner_index {
	background-image:url('../layout/headbanner_index.jpg');
	height: 194px;
}


#container_body {
	background-image:url('../layout/body_background.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	margin: auto;
	width: 790px;
	text-align: center;
}

#body {
	background-image:url('../layout/body_background2.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	margin: auto;
	border-collapse: collapse;
	text-align: center;
	padding: 20px 0 0 20px;
}


#text {
	vertical-align: top;
	padding: 0 0 0 8px;
	width: 500px;
}

#div_left {
	width: 480px;
	margin: 0 15px 0 6px;
	float: left;
}
#div_right {
	background-color: blue;
	width: 220px;
	float: left;
}

#table {
	vertical-align: bottom;
	width: 100%;
}

#table td {
	position: relative;
}

#title {
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-left: 16px;
	color: white;
	text-transform: uppercase;
	font-size: 22px;
	width: 489px;
	height: 43px;
}

#title_body {
	background-repeat: no-repeat;
	border-width: 0 3px 0 3px;
	text-align: left;
	border-style: solid;
	border-color: white;
	font-size: 12px;
	padding: 15px 10px 25px 10px;
	width: 462px;
}

#title_foot {
	background-repeat: no-repeat;
	padding-top: 13px;
	text-align: right;
	width: 489px;
	height: 43px;
}

#immoscout {
	position: absolute;
	top: -35px;
	left: 5px;
}

#info {
	vertical-align: top;
	width: 260px;
}

#adresse {
	background-image:url('../layout/adresse_background.gif');
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
	width: 238px;
	height: 276px;
	text-align: left;
	vertical-align: top;
}

#is, #hv, #fz {
	font-size: 12px;
	padding: 20px 5px 0 5px;
	margin: 0 1px 0 5px;
	width: 130px;
	text-align: left;
	vertical-align: top;
}

#footer {
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	vertical-align: top;
	text-align: right;
	padding-top: 30px;
	width: 780px;
}


/* ====================================================================
	Textformatierungen
-------------------------------------------------------------------- */


h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}


h6 {
	font-size: 15px;
	color: #44445;
}

#adresse, #adresse a:link, #adresse a:visited, #adresse a:active {
	text-decoration: none;
	color: #444455;
	font-size: 13px;
}

#adresse a:hover {
	text-decoration: none;
	color: #666699;
	font-size: 13px;
}

#footer, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
}

#footer a:hover {
	text-decoration: none;
	color: #AAAAAA;
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #555555;
	font-size: 13px;
}

a:hover {
	font-size: 13px;
	color: #888888;
}

hr {
	border-color: #666666;
	border-style: dotted;
	border-width: 1px;
}