/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #366A81;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align:center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	padding-left:15px;
}

ol, ul {
	line-height: 150%;
}

p {
	line-height: 125%;
}

ol {
}

ul {
}

blockquote {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #E06529;
}

blockquote * {
	line-height: 125%;
}

a {
	text-decoration: none;
	color: #99FF00;
}

a:hover {
	text-decoration: underline;
	color: #99FF00;
}

a:visited {
	text-decoration: none;
	color: #99FF00;	
}

img {
	border: none;
}

#page {
	width: 600px;
	padding-left:auto;
	padding-top:10px;
	text-align:left;
	margin: 0 auto;
}


#indextable {
	width: 100%;
}

#footer {
	font-size:95%;
	width: 100%;
	text-align:center;
	padding:0px;
	margin:0px;
	clear:both;
}

.menue {
	font-size:8pt;
	width: 100%;
	text-align:center;
}

/* HEADER */
td.menue {
	border-width:1px; 
	border-color:#EEEEEE; 
	border-left-style:solid; 
	border-bottom-style:solid;
	width:10%;
	text-align:center;
}
td.menue:hover {
	background-color: #478BA8;
}

div#searchform {
	border-bottom:1px dashed #EEEEEE;
	background-color: #477D94;
}

/* Startseite */
.firstpage {
	width:100%;
	text-align:left;	
}
.firstpage a:link {
	text-decoration: none;
}
.firstpage a:hover {
	text-decoration: underline;
}

.firstbottom {
	width:100%;
	text-align:center;
	font-size: 8pt;
}

/* normale seite */
.normalpage {
	padding-top: 15px;
	width:100%;
	line-height: 125%;
	padding-bottom:0;
	margin-bottom:0;
}

.objLeft {
	float:left;
	width: 49%;
}
.objZwischen {
	width:2%;
}
.objRight {
	float:right;
	width: 49%;
}
.objAfter {
	clear:both;
	padding:10px;
}
.objBild {
	float:left;	
}
.objBeschreibung {
	float:right;
	width:180px;
	padding-left:3px;
	font-weight:bold;
}

.newhouse {
	color:#FF9933;	
}

select.frmTextfelderFehler, input.frmTextfelderFehler, textarea.frmTextfelderFehler {
	border:1px solid #CC0000;
	background-color: #ffeaea;
}
span.frmErrMsg {
	color:#ffeaea;
	border:1px solid #ffeaea;
	text-align:center;
	width:100%;
	padding:2px 10px 2px 10px;
}

div.frmErrMsg {
	color:#CC9999;
	border:1px solid #ffeaea;
	text-align:center;
	width:100%;
	padding:2px 10px 2px 10px;
}

div.frmOKMsg {
	color:#00FF00;
	border:1px solid #FFFFFF;
	text-align:center;
	width:100%;
	padding:2px 10px 2px 10px;
}
/* FORMULAR */
.submit, input, select {
	font-size:8pt;
	border: 1px solid #EEEEEE;
}
