/* 

--------------------
frausampl master.css 
general layout styles
--------------------

*/
@import url("resetstyles.css");
body, html {
	height: 100%;
}

/* Grundlagen Layout */

body {
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #16130e;
	background: #fff;
}

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	}
#header {
	height: 150px;
	width: 760px;
	margin: 0 auto;
}

#header .wrap {
	margin: 0 auto;
	width: 760px;
	height: 150px;
	position: relative;
}

#navi {
	width: 369px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/navigation.gif) no-repeat 0 0;
}
#navi ul {
	margin: 0;
	
}
#navi li {
	height: 150px;
	width: 123px;
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0;
}
li.referenzen {
		left: 0;
	}
li.design {
		left: 124px;
	}
li.ich {
		left: 248px;
	}

#navi li a:link, #navi li a:visited {
	width: 123px;
	height: 150px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

/* hover und active */

li.referenzen a:hover, li.referenzen a.active  {
	background: url(../img/navigation.gif) no-repeat 0 -150px;
}
li.design a:hover, li.design a.active {
	background: url(../img/navigation.gif) no-repeat -124px -150px;
}
li.ich a:hover, li.ich a.active {
	background: url(../img/navigation.gif) no-repeat -248px -150px;
}


/* Contentbereich */

#content {
	width: 760px;
	background: url(../img/bg_content.gif) no-repeat left 50px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	position: relative;
	overflow: hidden;
	}
#col-1 {
	width: 440px;
	padding: 0 20px 0 45px;
	float: left; 
}
#col-2 {
	width: 205px;
	padding: 60px 15px 0 20px; 
	float: left;
}
#footer {
	background: url(../img/rahmen_unten.gif) no-repeat;
	padding-top: 50px;
	width: 760px;
	margin: 0 auto;
	position: relative;
}

.bio {
	float: left;
	margin-right: 16px;
	}

.foto {
	border: 1px solid #b9b7ac;
}

/* Referenzen styles */
.refs {
	margin: 20px auto;
	padding: 0 36px;
	border: 0px;
}
a:link.ref-active {
	color: #233fa2;
	font-weight: bold;
}

/* Typografie */
p {
	font-size: 1.2em;
	line-height: 1.56em;
	margin: 0 0 0.9em 0;	
}
a:link {	color: #8d1820;	text-decoration: none;
	font-weight: bold;
}
a:visited {	color: #8d1820;	text-decoration: none;
	font-weight: bold;
}a:hover {	color: #87a21d;	text-decoration: none;
	font-weight: bold;}ul {
	margin-bottom: 0.5em;
}
ul li {
	font-size: 1.2em;
	margin-left: 1.5em;
	list-style: none;
}
#header h1 {
	width: 270px;
	height: 83px;
	background: #fff url(../img/logo.gif) no-repeat 0 bottom;
	position: relative;
	padding-top: 67px;
	
}
#header h1 a:link, #header h1 a:visited {
	display: block;
	width: 270px;
	height: 83px;
	text-indent: -9000px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
h2 {
	font: 3.5em Palatino, "Palatino Linotype", Georgia, serif;
	height: 60px;
	color: #8a7576;
	}
h3 {
	font: 1.5em Palatino, "Palatino Linotype", Georgia, serif;
	color: #b9acad;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
#footer p {
	font-size: 1.1em;
	position: absolute;
	bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
#footer p a:link,#footer p a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#footer p a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}