/* CSS Dokument für Immobilien Bender, Bonn */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #C3C8CB;
	background-image: url(img/bgr.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.blindbox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
	text-align: left;
}

#outerframe {
	width: 816px;
	margin: auto;
}

#innerframe {
	width: 790px;
	margin: auto;
	float: left;
}

.leftbar {
	width: 220px;
	height: 20px;
	float: left;
	background-color: #4A5686;
}

.rightbar {
	width: 570px;
	height: 20px;
	float: left;
	background-color: #16245B;
}

#specialnavibox {
	width: 24px;
	margin-top: 20px;
	float: left;
	background-color: #788787;
}

.leftbox {
	width: 220px;
	float: left;
	background-color: #E9E9ED;
}

.logobox {
	width: 168px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.navibox {
	margin-top: 15px;
	width: 168px;
	margin-left: auto;
	margin-right: auto;
}

.adressbox {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.rightbox {
	width: 570px;
	float: left;
}

.headerpicbox {
	width: 570px;
	height: 270px;
}

.contentbox {
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	background-color: #F1F3F6;
	min-height: 200px;
}

.iframeBox {
	height: 100%;
	width: 100%;
}



/* Textdefinitionen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.adressbox {
	font-size: 10px;
	color: #10007B;
	text-align: left;
}

.contentbox {
	text-align: left;
	line-height: 22px;
	color: #404040;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #10007B;
}


/* Navigation */

.navigation {
	width: 166px;
}

a.navibutton:link, a.navibutton:visited {
	text-align: left;
	float: left;
	margin: auto;
	padding-top: 5px;
	width: 166px;
	height: 18px;
	border-bottom: 1px solid #CDCCCD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #10007B;
	font-size: 11px;
	text-decoration: none;
}

a.navibutton:hover, a.navibutton:active {
	background-color: #D0D0D0;
	color: #000000;
}


/* Linkdefinitionen */

a:link, a:visited {
	color: #10007B;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

.blind:link, .blind:visited {
	color: #10007B;
	text-decoration: none;
	font-size: 10px;
}

.blind:hover, .blind:active {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}


/* Sonstiges */

.noborder {
	border: 0px;
}
