/* Stylesheet für blessenohl */

* {
	padding: 0;
	margin: 0;
}


body {
	background-color:#000;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

#wrapper {
    width: 960px;
    height: 540px;
	/* fuer horizontale und vertikale zentrierung */
    position: absolute;
    left:50%;
    margin-left:-480px;  /* Um die Hlfte der Breite nach links schieben */
    top:50%;
    margin-top:-270px;  /* Um die Hlfte der Hhe nach oben schieben */
	background-color: #999;
	background-image:url(../fotos/hg.gif);
	color:#000;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 20px;
}

#content {
	width: 960px;
	height: 540px;
	background-image:url(../fotos/hg.png);
	color:#000
}

#logo {
	text-align: right;
	padding-top: 265px;
	padding-right: 15px;
	
}

p#top {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size:16px;
	letter-spacing: 0.11em;	
}

p#bottom {
	font-size: 14px;
	font-weight: bold;
}
	

img#bild {
	margin-right: -14px;
	padding-right: 10px;
}

#galery {
	text-align: right;
	margin-top: 20px;
}



#nav {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-top: 15px;
	padding-right: 15px;
	clear: both;
}


#nav li {
	display: inline;
	list-style-type: none;
	padding-left:5px;
}

#nav a {
	color:#000;
	text-decoration:none;
}

#wrapperimp {
	width: 960px;
	height: 390px;
	background-color:#FFF;
}



#impleft {
	width: 350px;
	height: 470px;
	float: left;
	font-size: 11px;
	padding-left: 10px;
	
	
}

#impright {
	width: 550px;
	height: 470px;
	float: left;
	font-size: 11px;
	padding-left: 10px;
}

#kontakt {
	width: 610px;
	height: 540px;
	float: left;
}

img#betrieb {
	background-color: #999;
	color:#FFF;
}

#fussbereich {
	height: 100px;
	margin-top: -4px;
	background-color:#b5ca51;
}

address {
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.3em;
}

#formular {
	width: 350px;
	height: 540px;
	float: left;
	background-color:#d9dadc;
}

form {
	width: 320px;
	height: 470px;
	padding-left: 10px;
	padding-top: 20px;
}

label {
	display: block;
	line-height: 2.0em;
}

input#vorname,
input#nachname,
input#Email,
input#telefon,
textarea {
	width: 320px;
}

button {
	display: block;
	width: 200px;
	background: #b5ca51;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px;
	letter-spacing: 1px;
	
}
	
	


