* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color: #330033;
}
.clear {
	clear:both;
}
/* layout */ 
#pseudobody {
	height:595px;
	width:842px;
	background:url(../images/body.jpg) no-repeat;
	font-family:Arial;
	font-size:12px;
	margin:0 auto;
	text-align:left;
}
#pseudobody2 {
	height:595px;
	width:842px;
	background:url(../images/body2.jpg) no-repeat;
	font-family:Arial;
	font-size:12px;
	margin:0 auto;
	text-align:left;
}
#left_area {
	float:left;
	width:470px;
	height:555px;
}
#right_area {
	float:left;
	width:420px;
	padding:0px;
	height: 500px;
	margin-left: -70px;
}
/*index.html*/
#logo {
	width:291px;
	height:356px;
	margin: 160px 0px 0px 90px;
}
/*leistungen*/
#leistungen_bg {
	margin: 47px 0px 0px 68px;
}

/* kontakt (neu) */
/* linkeseite */
#kontakt_bg {
	margin:78px 0px 0px 99px;
}
/* rechte seite */
#a_kontakt {
	width:425px;
	height:475px;
	margin: 48px 0px 0px 4px;
	
	background:url(../images/s4_hintergrund_rechts.jpg) no-repeat;
}
.k_bausteine_bild {
	margin:12px 0px 0px 55px;
}

.k_bausteine_beschreibung {
	margin:4px 0px 0px 20px;
}

.k_bausteine_kontakt {
	margin:0px 0px 0px 20px; /* top x x left */
}
.k_bausteine_besuchen {
	margin:0px 0px 0px 74px; /* top x x left */
}
.k_bausteine_url{
	border:none;
	margin:0px 0px 0px 75px; /* top x x left */
}
/* impressum*/
#daten_content {
	margin:10px 0px 0px 10px;
	text-align: left;
	font-size: 10px;
}
#imp_content {
	margin:80px 0px 0px 20px;
	text-align: center;

}
.i_baustein0 {
	margin-bottom: 20px;
}
.i_baustein1 {
	margin-top: 10px;
	margin-bottom: 10px;

}
.i_baustein2 {
	margin-bottom: 20px;
}
.i_baustein3 {
	margin-top: 60px;
	margin-bottom: 20px;
}
#impressum_bg {
	margin:45px 0px 0px 68px;
}
#datenschutz_bg {
	margin:45px 0px 0px 68px;
}
a {
	outline: none;
}
/* menu */
#menu_area {
	position:absolute;
	margin-left:395px;
	margin-top:-30px;
}
#menu {
	width:466px;
	height:40px;
	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:10px;
}
#menu ul {
	margin:0px;
	padding:0px;
	font-size:12px;
}
#menu li {
	list-style-type:none;
	float:left;
	margin:0px 0px 0px 15px;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#000000;
	float: left;
}
/* galerie (new) */
#gal_title {
	margin:70px 0px 0px 99px
}
#galerie_box {
	height:360px;
	width:376px;
	background:url(../images/right-box.jpg) no-repeat;
	margin:44px 0px 0px 25px;
	padding-left:30px;
	padding-top: 35px
}
/* galerie navi (new) */
/* graue Balken */
.activeS {
	background:url(../images/galerie_aktiv_b.jpg) no-repeat;
	display:block;
	height:15px;
}
.inactiveS {
	background:url(../images/galerie_b.jpg) no-repeat;
	display:block;
	height:15px;
}
#galerie_nav {
	margin:0px 0px 0px 160px;
}
/* Pfeile */
#gallery_left {
	width:53px;
	height:30px;
	display:block;
	background:url(../images/galerie_left.jpg) no-repeat;
	background-position:80% 100%;
	float:left;
}
#gallery_right {
	width:53px;
	height:30px;
	display:block;
	background:url(../images/galerie_right.jpg) no-repeat;
	background-position:10% 100%;
	float:left;
	margin-left: 5px;
}
/* menu */
#home {
	display:block;
	background:url(../images/home.jpg) no-repeat;
	width:39px;
	height:24px;
}
#leistungen {
	display:block;
	background:url(../images/leistungen.jpg) no-repeat;
	width:68px;
	height:24px;
}
#galerie {
	display:block;
	background:url(../images/galerie.jpg) no-repeat;
	width:50px;
	height:24px;
}
#kontakt {
	display:block;
	background:url(../images/kontakt.jpg) no-repeat;
	width:55px;
	height:24px;
}
#impressum {
	display:block;
	background:url(../images/impressum.jpg) no-repeat;
	width:66px;
	height:24px;
}
#datenschutz {
	display:block;
	background:url(../images/datenschutz.jpg) no-repeat;
	width:69px;
	height:24px;
}
#home:hover {
	display:block;
	background:url(../images/home_aktiv.jpg) no-repeat;
	width:39px;
	height:24px;
}
#leistungen:hover {
	display:block;
	background:url(../images/leistungen_aktiv.jpg) no-repeat;
	width:68;
	height:24px;
}
#galerie:hover {
	display:block;
	background:url(../images/galerie_aktiv.jpg) no-repeat;
	width:50;
	height:24px;
}
#kontakt:hover {
	display:block;
	background:url(../images/kontakt_aktiv.jpg) no-repeat;
	width:55;
	height:24px;
}
#impressum:hover {
	display:block;
	background:url(../images/impressum_aktiv.jpg) no-repeat;
	width:66;
	height:24px;
}
#datenschutz:hover {
	display:block;
	background:url(../images/datenschutz_aktiv.jpg) no-repeat;
	width:69;
	height:24px;
}
#home:active {
	display:block;
	background:url(../images/home_aktiv.jpg) no-repeat;
	width:39px;
	height:24px;
}
#leistungen:active {
	display:block;
	background:url(../images/leistungen_aktiv.jpg) no-repeat;
	width:68;
	height:24px;
}
#galerie:active {
	display:block;
	background:url(../images/galerie_aktiv.jpg) no-repeat;
	width:50;
	height:24px;
}
#kontakt:active {
	display:block;
	background:url(../images/kontakt_aktiv.jpg) no-repeat;
	width:55;
	height:24px;
}
#impressum:active {
	display:block;
	background:url(../images/impressum_aktiv.jpg) no-repeat;
	width:66;
	height: 24px;
}
#datenschutz:active {
	display:block;
	background:url(../images/datenschutz_aktiv.jpg) no-repeat;
	width:69;
	height: 24px;
}