﻿  /* CSS layout */

html { height: 101%; } /* Erzwingt vertikale Scrollbar */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('../images/bgrnd_body.jpg');
}


/* ++++++++++++++ wrapper definiert Inhaltsbereich und ausrichtung ++++++++++++++ */


#wrapper {
	width: 830px;
	height: 100%;
	margin: 0px auto auto auto;
/*	padding: 50px;*/
	position: relative;
	top: 0px;
	left: 0px;
	
}


#kopf {
	position: relative;
	width: 830px;
	height: 360px; 
/*	background-color: #00FFFF;
	padding: 10px;*/	
}


#logo {
	position:absolute;
	left:0px;
	top:10px;
	width:191px;
	height:190px;
	padding: 0;
	line-height: 0.8 em;
	margin-left:40px;
	float:left;
	z-index: 1;
}

#titel {
	position:absolute;
	top:-16px;
	width:540px;
	height:60px;
	padding: 10px 0 0 0;
	margin-left:270px;
	margin-top:0px;
}

#titel p {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style:oblique;
	font-size:1.9em;
	line-height: 1em;
	color:#D35917;
}


#fotobereich {
	position:absolute;
	top:100px;
	width: 100%;
	height: 250px;
/*	margin-bottom: 15px;*/
	border-top:7px #D35917 solid;
	border-bottom:7px #D35917 solid;
}


