body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.transparent {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

	}

.transparent2 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;

	}	
	
.round_corner {
	-webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
}

.round_preview {
	-webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
}
	
.corner {
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #666666;
}  


h2 {
	font-size:24px;
	padding:0px;
	margin:0px;
	color: #191919;
}

h4 {
	padding:0px;
	margin:0px;
}

.headline {
	float:left;
	position:absolute;
	top: 60px;
	left:20px;
}


/***************/
/* Grundaufbau */
/***************/

.centerhelp {
	text-align: center;
	width: 100%;
}


#container {
	width: 970px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom:20px;
	padding-right:0;
	padding-left:0;

}

#content_container {
	height:50px;
	margin:20px;
	position:absolute;
	left:0;
	width:450px;
	z-index:1;
	font-size: 40px;
	color: #000000;
}


#header {
	width: 970px;
	height: 134px;
	position: relative;

}

#hauptmenu {
	margin-top: 85px;
	width: 800px;
	float: left;
	
}

#untertmenu {
	width: 800px;
	float: left;
	display:none;
	
}

#slogan {
	position: absolute;
	left: 60px;
	top: 38px;
}

#logo {
	float:right;
	display:block;
	margin-right: 5px;
	margin-top:5px;
	height:78px;
	

}

#menu {
	float:left;
	position:relative;
	top: 80px;
}

#image_container {
	position:relative;
	width: 970px;
	height: 400px;
	background-color: #EBEBEB;
}

#streifen 	{
	position:absolute;
	float:left;
	top:0px;
	width: 1330px;
	height: 20px;
	background-color: #FFFFFF;

}

#streifen2 	{
	position:absolute;
	float:left;
	top:0px;
	left:-300px;
	width: 1330px;
	height: 20px;
	background-color: #FFFFFF;

}

.image_box {
	position:absolute;
}

#content {
	position:absolute;
	right:0px;
	width: 450px;
	min-height: 150px;
	z-index:1;
	margin: 20px;

}



#content_full {
	position:absolute;
	right:0px;
	width: 600px;
	height: 550px;
	z-index:1;

}

#txt-background {
    background-color: #FFFFFF;
    float: left;
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}

#txt_home {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: bold;
	height: 100%;
	left: 0;
	padding: 20px;
	position: absolute;
	top: -14px;
	z-index: 2;
	width: 554px;
}

#txt-pos {
	position:relative;
	left:501px;
	width:440px;
	padding:20px;
	z-index:2;

}

#txt {
	z-index:2;
	left: 0px;
	overflow:hidden;
}

#txt-width {
	width:415px;
	padding-top:20px;
	
}

	
#txt p,
#text-content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #191919;
	line-height: 16px;
	}

#text-content {
	float:right;
	width:280px;
	height: 325px;
	margin-top: 60px;
	margin-right:20px;
	

}

*html #text-content {
	margin-right:10px;
	

}

#Gmap{
	position:absolute;
	width:460px;
	height:360px;
	z-index:3;
	margin-left:20px;
	margin-top:20px;
	

}



#footer {
	width: 970px;
	height:100px;
	margin-top:30px;

}

#footer_links {
	width: 970px;
	margin-top:40px;
	text-align: left;
}

#footer_links p,
#footer_links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;

}

#footer_links a.active {
	color: #000000;
}

#footer_links a:hover{
	color: #666666;
}

#footer_links .seperator {
	margin-left: 5px;
	margin-right: 5px;
	}

/***************/
/*  Container  */
/***************/

.select_box {
	float:left;
	width: 231px;
	margin-left:15px;
}

.select_box img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 9px;

	
}

.select_box p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191919;
}


.first {
	margin-left:0px;	

}

ul.thumbs img {
	height:55px;
}

