* {
	margin:0;
	padding:0;
	text-decoration: none;
}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {
	font-family: "georgia", sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-x;
}

p{
	font-size: 12px;
	color: #000;
	text-decoration: none;

}

a{
	font-size: 12px;
	color: #DB047D;
	text-decoration: none;

}

h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;

}

h2{
	color: #E3047C;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

h3{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;

}


#header {
	background-image: url(../bilder/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 77px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;

}

#menu{
	background-image: url(../bilder/menu.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 43px;
	margin-right: auto;
	margin-left: auto;

}

#menuleiste{
	width: 457px;
	float: right;
	margin-right:10px;
	padding-top: 13px;
	color: #e3037c;
	font-weight: normal;

}

#menuleiste a{
	color:#000;
	font-weight: normal;
	text-decoration: none;
}

#menuleiste a:hover{
	color:#e3037c;
	text-decoration: none;
}

#content{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	overflow: hidden;
}



#content-left{
	width: 550px;
	background-color: #FFF;
	height: auto;
	float: left;
	overflow:hidden;

}
#contentbereich{
	width: 520px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	padding: 0px;

}
#content-right{
	width: 350px;
	background-color: #FFF;
	float: right;

}

#blase{
	background-image: url(../bilder/box.png);
	background-repeat: no-repeat;
	position: relative;
	top: -300px;
	left: 190px;
	overflow:visible;
	width: 188px;
	float:none;

}

#footer{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: georgia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 8px;
	margin-bottom: 15px;

}
.ie88 
{ margin-left:25px;margin-top:-15px}
.ie89 {margin-left:25px;margin-top:-10px}
/*
 * Autosuggest-Box (Strasse) 
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-family: georgia, Helvetica, sans-serif;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.blue {
color: #E3047C;
}

p#meldung_nach_submit {
	padding : 5px;
	background : #fff;
	margin-top : 10px;
	margin-bottom : 10px;
}

