@charset "utf-8";
/* CSS Document */
body {
	background-color: white;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	margin: 0px;
	text-align:center; 	/* Zentrierung im IE */
}

div#seite {
	text-align:left; 	/* Seiteninhalt links ausrichten */
	margin: 0 auto;		/* Standartkonforme, horizontale Ausrichtung */
	width: 900 px;
	color: #336699;
}

div#center {
	text-align:left;
	width: 900px;
	height: 650px;
	margin: 0 155px 0 155px;
	background-color: #BCFFFF;
}

.font-big {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}
.font-small {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.table {
	background-color:#336699;
	width:75%;
	text-align: left;
 
}
.table2 {
 background-color:#336699;
 width:80%;
}
.head {
 background-color:#336699;
}
.main {
 background-color:#BCFFFF;
 font-family:"Century Gothic", Helvetica, Arial, sans-serif;
 font-size:16px; font-weight:normal;
 color:#000000;
}
.foot {
 background-color:#336699;
}
.align {
 text-align:left;
}
.textarea {
 background-color:#FFFFFF;
 color:#000000;
 font-family : "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 border : 1px inset #000000;
}
.input {
 background-color:#FFFFFF;
 color:#000000;
 font-family : "Century Gothic", Helvetica, Arial, sans-serif;
 border : 1px inset #000000;
 font-size: 12px;
}
.select {
 background-color:#FFFFFF;
 color:#000000;
 font-family : "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 12px;
}
.button {
 width: 130px;
}
#suggestBoxElement {
 border:1px solid #8FABFF;
 visibility:hidden;
 cursor:hand;
 cursor:pointer;
 text-align:left; 
 white-space:nowrap;
 background-color:#F7F7F7;
 color:#808080;
}
#map {
 font-family:"Century Gothic", Helvetica, Arial, sans-serif;
 font-size:11px;
 border:1px dashed #8FABFF; padding:2px;
 visibility:hidden;white-space:nowrap;
 background-color:#F7F7F7; color:blue;
}
.suggestions {
 font-family:"Century Gothic", Helvetica, Arial, sans-serif;
 font-size:12px;
 background-color: #F7F7F7;
}
.suggestionMouseOver {
 font-family:"Century Gothic", Helvetica, Arial, sans-serif;
 font-size:12px;
 background:blue; 
 color:white;
 color:#FFFFFF;
}

.p1 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:22px;
	color:#000000;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
.p2 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000000;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	display: block;

}
.p3 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	color: #000;
	display: block;

}
.mail {
	font-size: 14px;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 50px;
}
.p4 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding-right: 50px;
	padding-left: 50px;
}
.p2b {
	font-weight: bold;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#000000;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
}
