/* CSS Dokument für Immobilien Bender, Bonn */

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 10px;
	background-color: #FFFFFF;
}

.iframeBox {
	height: 100%;
	width: 100%;
}



/* Textdefinitionen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.9em;
	color: #000000;
	text-align: left;
}

.logo {
	font-size: 1.7em;
	font-weight: bold;
}

.logosubtitle {
	font-size: 1.7em;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}


/* 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;
}