html {
	height:100%; 
	max-height:100%;  
	font-family: Georgia, "Times New Roman", Times, serif;

	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0px; 
	margin:0px; 
	border:0px;
	background-color: #C3C0B8;
}


#outer {
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -254px 0 0 -483px;
	height: 508px; 
	width: 966px;
	background-image: url('../bilder/hintergrund.png');
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 123px;
	background-image: url('../bilder/header.jpg');
}

#boegen {
	position: absolute;
	top: 16px;
	left: 25px;
	width: 360px;
	height: 108px;
	background-image: url('../bilder/boegen.png');
}

#headline {
	position: absolute;
	top: 60px;
	left: 340px;
	width: 452px;
	height: 64px;
	background-image: url('../bilder/headline.png');
}

#logo {
	position: absolute;
	top: 159px;
	left: 20px;
	width: 282px;
	height: 55px;
}

#punkte {
	position: absolute;
	top: 13px;
	left: 30px;
	width: 7px;
	height: 481px;
	background-image: url('../bilder/punkte.png');
}

#profil {
	position: absolute;
	top: 230px;
	left: 170px;
	width: 200px;
	height: 270px;
	background-image: url('../bilder/profil_gabrielehaar.jpg');
}

#profilschatten {
	position: absolute;
	top: 230px;
	left: 370px;
	width: 11px;
	height: 270px;
	background-image: url('../bilder/abschluss_portrait.png');
}

#arbeitsfelder {
	position: absolute;
	top: 28px;
	left: 45px;
	width: 150px;
	height: 100px;
	color: #848074;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 23px;
	
}

h1 {
	position: absolute;
	top: 70px;
	left: 360px;
	width: 400px;
	height: 50px;
	color: white;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
}

#content {
	position: absolute;
	top: 140px;
	left: 400px;
	width: 350px;
	height: 360px;
	color: white;
	font-size: 12px;
	line-height: 16px;
}

#content h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#content p {
	font-size: 13px;
	color: white;
	font-family: Arial, Helvetica;
	text-align: justify;
	padding-bottom: 20px;
}

#rechts_oben {
	position: absolute;
	top: 180px;
	left: 805px;
	width: 200px;
	height: 200px;
	color: #848074;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}

#schreibensiemir {
	position: absolute;
	top: 268px;
	left: 805px;
	width: 200px;
	height: 200px;
	color: white;
	font-size: 12px;
	line-height: 17px;
}

#adresse {
	position: absolute;
	font-family: Arial, Helvetica;
	top: 310px;
	left: 805px;
	width: 150px;
	height: 200px;
	color: black;
	font-size: 11px;
	line-height: 20px;
}

a {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../bilder/icon_mail.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

a:link { color: #FF9900; }
a:visited {  color: #FF9900; }
a:active {  color: #FF9900; }
a:hover {
	color: #FF9900;
	text-decoration: underline;
}


