html { overflow-y	: scroll; }

body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #072F67;
	text-align	: center;
	margin			: 10px 20px;
}

/* Farben
 blau			: #072F67
 hellblau	: #396CB7
 grau			: #CDCDCD
 hellgrau : #F2F2F2
*/

* {
	margin : 0;
	padding : 0;
}

table {
	border-spacing:0;
}

td {
	font-family : Verdana;
	color				: #072F67;
	vertical-align : top;
}
td.border {
	border-bottom : 1px solid #CDCDCD;
	padding	: 5px 0;
}

p { margin : 1em 0; }

span.rot {
	font-weight : bold;
	color				: #273564;
}

div {
	text-align : left
}
div.partner {
	border-bottom : 1px solid #CDCDCD;
	padding				: 1em 0;
}

h1 {
	font-size : 1.4em;
	color			: #072F67;
	margin-bottom : 1em;
	text-transform : uppercase;
}
h2 {
	font-size : 1em;
	color			: #396CB7;
	margin		: 1em 0 0 0;
}

a {
	color : #072F67;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #396CB7; }

a.menu, a.menu_on {
	display		: inline-block;
	font-size	: 12px;
	margin		: 0 9px 0 6px;
	color			: #273564;
}
a.menu:hover, a.menu_on { color : #396CB7; }

a.link {
	background	: url(/images/arrow_blue.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-weight	: normal;
	color				: #AD3839;
}
a.link:hover { color : #396CB7; } 

ul {
	list-style-type : square;
	margin-left: 16px;
}

img {
	border : none;
}
img.foto {
	border: 2px solid #001C63;
	width	: 94px;
	height: 116px;
	float	: left;
	margin-right: 35px;
}
img.i_angebote {
	width	: 62px;
	height: 61px;
	border: 1px solid #F2F2F2;
}
img.hausverwaltung { 
	width	: 102px;
	height: 102px;
	margin-bottom : 10px;
}

ul { margin-left : 1.3em; }

textarea, input {
	font-family : Verdana;
	color				: #072F67;
	border			: 1px solid #072F67;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}
