@charset "UTF-8";
/* CSS Document */

* { margin:0;}

body {
background:#fff;
margin: 0 auto;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

img {
border:0;
}

div {
text-align:left;
}

#spacer {
margin:70px 0 0 0;
}

#logo {
width: 380px; height: 280px;
margin:0 auto;
background-image:url(images/logo_380x280.png);
background-repeat:no-repeat;
background-position:center;
}

#block {
width: 570px;
margin:0 auto;
}

.adressen {
margin:20px 0 0 0;
width:190px;
color: #333;
float:left;
}

#impressum {
width:500px;
margin:20px 0 0 0;
}

h3 {
color:#9cb61f;
}

a:link, a:visited, a:active {
color:#9cb61f;
text-decoration:underline;
}

a:hover {
color:#9cb61f;
text-decoration:none;
}

/* +++++++++ menu impressum +++++++++ */

#panel {
	background: #fafafa;
	display: none;
	padding:15px; margin:10px 0 0 0;
}

.btn-slide {
/*	background: url(images/white-arrow.gif) no-repeat right -50px; */
	text-align: center;
/*	width: 144px;
	height: 31px;*/
/*	padding: 5px;
	margin: 5px auto 0 auto;*/
/*	display: block;*/
	font: bold Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}
/*
.active {
	background-position: right 12px;
}
*/
.slide {
	width:570px;
	margin: 0 auto;
	padding: 0;
	text-align: center;

/*	border-top: solid 2px #f2f2f2; */
/*	background: url(images/btn-slide.gif) no-repeat center top; */

/* +++++++++end  menu impressum +++++++++ */

