body {
	background:url(../images/body.jpg);
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #454545;
	line-height: 16px;
	}

/* Div-Container */

#wrap {
	width: 770px;
	min-height: 150px;
	margin: 0 auto;
	padding-top: 50px;
 }

#top {
	height: 23px;
	background:url(../images/top.png) no-repeat;
	}

#content {
	min-height: 400px;
	background: white;
	background:url(../images/bg_con.gif) no-repeat;
	Background-position: bottom;
	}

/* Allgemeine Anweisungen*/

#intro p {
	padding: 20px;
	margin: 0;
	line-height: 18px;
}


img {
	border: none;
	padding: 4px 6px;
	float: left;
}

img.first {
	padding-left: 15px;
}


a {
	color: #9c0000;
}



h1 {
	margin: 0 50px;
	padding: 5px 0;
	font-size: 18px;
	color: #9c0000;
}

.inhalt p, #galerie p {
	clear: both;
	margin: 10px 50px;
	line-height: 18px;
}

.inhalt {
	min-height: 300px;
	background: white;
}

/* Visitenkarte*/
div.visitenkarte { 
	float: left;
	width: 248px;
	height: 137px;
	background:url(../images/visitenkarte.png) no-repeat;
	padding: 0;
	margin: 0 0 0 14px;
}

#intro .visitenkarte p { 
	padding: 48px 0 0 50px;
}

#intro {
	display: block;
	position: relative;
	height: 137px;
	width: 770px;
	background: #ffffff;
}

/* Menü */

div.menue { 
	clear: both;
}

/* Galerie */
#galerie {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: white;
}

#gallery {
	display: block;
	position: relative;
	width: 700px;
	margin: 0 auto;
}

/* Footer */


#footer {
	height: 47px;
	background:url(../images/footer.png) no-repeat;

	}

.copy {
	float: right;
}

.copy p, .design p {
	color: #f9f9f9;
	margin: 5px 25px 0 25px;
}

.copy a,.design a {
	color: #f9f9f9;
}

.design {
	float: left;
}

.clearer {
	clear: both;
}

