html, body {
	margin: 0; padding: 0;
}
body {
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	background: url('../Images/background.jpg') no-repeat top;
}
p {
	padding: 0;
	margin: 0 0 0.5em 0;	
}

a:link { text-decoration:none; 	font-style: Verdana;	font-size: 16px; color:#000000; }
a:visited { text-decoration:none; font-style: Verdana; 	font-size: 16px;color:#000000; }
a:hover { text-decoration:none; font-weight:bold; font-style: Verdana; font-size: 16px; }
a:active { text-decoration:none; font-weight:bold;font-style: Verdana;	font-size: 16px;   }
a:focus { text-decoration:none; font-weight:bold; font-style: Verdana;	font-size: 16px; }


#shadow {
	position: absolute;
	min-height: 730px;
	left: 0px; right: 0px;
	top: 2%; bottom: 12px;
	margin: auto;
	padding: 29px 29px 0px 29px;
	background: url('../Images/shadow.png') no-repeat center top;
	overflow: hidden;
}
#container {
	width: 1018px; height: 730px;
	margin: auto;
	background: transparent url('../Images/innerBackground.jpg') no-repeat top left;
}
#content {
	width: 100%;
}
#logo {
	position: absolute;
	left: 0px; right: 0px;
	top: 540px; bottom: 10%;
	min-height: 102px;
	background: transparent url('../Images/logo.gif') no-repeat center;
	text-indent: -9999em;
}
#text {
	position: absolute;
	width: 1000px;
	margin-left: 10px;
	top: 500px; bottom: 10%;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;	
	color: #666633;
	min-height: 50px;
}
#TextDetail {
	position: absolute;
	font-size: 15px;
	font-weight: normal;
	font-style: verdana;	
	min-height: 50px;
	left: 1px; 
    right  : 7%;
    z-index: 1;
    top: 55px;
    height: 104px;
    width: 815px;
}
.person {
	float: left;
	width: 244px; height: 449px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center left;
}
#katrin {
	margin-left: 20px;
	background-image: url('../Images/katrin.jpg');
}
#roland {
	background-image: url('../Images/roland.jpg');
}
#fabienne {
	background-image: url('../Images/fabienne.jpg');
}
#simone {
	background-image: url('../Images/simone.jpg');
}
#infos {
	background-image: url('../Images/weitereInfos.jpg');
}
.info {
	display: none;
	margin-left: 264px;
	width: 465px;
}
h1 {
	font-size: 14px;
	width: 100%; height: 21px;
	margin: 0 0 0.5em 0; padding: 0;
	overflow: hidden;
	text-indent: -9999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../Images/titleSlices.png');
}
h1.angebot {
	margin-top: 1em;
	background-position: 0px -84px !important;
}
h1.kontakt {
	margin-top: 1em;
	background-position: 0px -105px !important;
}

h2 {
	font-size: 18px;
	width: 100%; height: 21px;
	margin: 20 0 0.5em 0; padding: 0;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: 20px;
	width: 100%; height: 21px;
	margin: 0 0 0.5em 0; padding: 0;
  color:#899A36;	
	font-weight: bold;
	font-style: Verdana;
}
h3 {
	margin: 0 0 0.5em 0; padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
    height: 20px;
}
#katrin h1 {
	background-position: 0px 0px;
}
#roland h1 {
	background-position: 0px -21px;
}
#fabienne h1 {
	background-position: 0px -42px;
}
#simone h1 {
	background-position: 0px -63px;
}

