html {
	height: 100.05%;
	margin:0 0 1px 0;
	padding: 0;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #666;
	background-color:#fff;
	margin:0;
	padding:0;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#ed0019;
}

#container {
	width:580px;
	margin:0 auto 0 auto;	
}

#header {
	font-size:13px;	
	font-weight:bold;
	margin:0 0 25px 0;
}
#header a.active {
	color:#ed0019;
}


#rechts {
	float:left;
	width:230px;
	height:454px;
}
#fld_plz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
	width:90px;
	height:14px;
	border:1px solid #ddd;
}

#loading {
	position:absolute;
	left:0;
	top:0;
	font-size:10px;
	font-weight:bold;
	padding:5px 15px;
	margin:0 auto 0 auto;
	background:#666;
	color:white;
	display:none;
}
#error {
	position:absolute;
	left:0;
	top:0;
	font-size:10px;
	font-weight:bold;
	padding:5px 15px;
	margin:0 auto 0 auto;
	background:#ed0019;
	color:white;
	display:none;
}

#contact_form {
	margin:20px 0 20px 0;	
}

#ap {
	float:left;
	position:relative;
	width:230px;
	height: 305px;
}
.ap_foto {
	width:65px;
	height:81px;
	float:left;
	border:1px solid #e4e5e6;
	margin:0 9px 0 0;
}
.ap_details {
	width:150px;
	float:left;
}


#GB_window {
	/*border:3px solid #ed0019;*/
	margin:40px 0 0 0;
	border:none;
}
.GB_Window .header {
    /*display:none;*/
	background-color:#e3e4e5;
	border: 1px solid #e3e4e5;
}
#GB_window .GB_Window .header {
    /*display:none;*/

}
.GB_Window .caption {
	color: #000;
	font-size: 10px;
}
#GB_window .content {
	border: 1px solid #e3e4e5;
}
.GB_Window .close span { 
    font-size: 10px;
	color:#000;
    cursor: pointer; 
}
.GB_Window .on { border-bottom: none; }
.GB_Window .close img {
    display:none;
}
