html,body {
	overflow:hidden;
}
html {
	scrollbar-base-color: #dbdcdd;
}
body {
	margin:0px;
	padding:0px;
	background:#b3b4b6;
	font-family: Trebuchet MS,Tahoma,Arial,Helvetica,Sans Serif;
    font-size: 62.5%; 
	color: #707173;
    font-style: normal; 
    line-height: normal;
}

#center {
	position:relative;
	width:80.0em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.0em;
}


#top {
	position:absolute;
	top:0px;
	left:0px;
	height:20.0em;
	width:80.0em;
	background-color:#ffffff;
}
#top #mainnav {
	position:absolute;
	top:14.0em;
	left:0px;
	height:3.6em;
	width:80.0em;
	background-color:#707173;
	z-index:100;
}
#top #logo {
	position:absolute;
	top:5.4em;
	left:33.0em;
}
#top #logo img {
	width:43.6em;
}
#top #balken {
	position:absolute;
	top:18.8em;
	left:0px;
	height:1.4em;
	width:80.0em;
	background-color:#95141b;
	z-index:10;
}

#content {
	margin:0px;
	padding:0px;
	padding-top:22.2em;
	height:37.8em;
	background-color:#dbdcdd;
}
#content #spalte {
	position:absolute;
	top:20.2em;
	left:0px;
	margin:0px;
	padding:0px;
	height:39.8em;
	width:29.4em;
	overflow:hidden;
	z-index:1000;
}
#content div.start {
	background-image:url(../img/img-start.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content div.person {
	background-image:url(../img/img-person.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content div.portfolio {
	background-image:url(../img/img-referenzen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content div.impressum {
	background-image:url(../img/img-impressum.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content div.koennen {
	background-image:url(../img/img-koennen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content div.kontakt {
	background-image:url(../img/img-kontakt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content #text {
	position:absolute;
	top:20.2em;
	left:33.4em;
	margin:0px;
	padding:0px;
	height:39.8em;
	width:46.6em;
	overflow:auto;
	overflow-x: hidden;
}


#content #text a {
	color:#707173;
	text-decoration:underline;
}
#content #text a:hover {
	color:#95141b;
	text-decoration:none;
}



/* content */
#content #text h1 {
	margin:0px;
	padding:0px;
	font-size:1.4em;
	margin-top:2.0em;
	margin-bottom:0.4em;
	color:#95141b;
	font-weight:normal;
}
#content #text h1 a {
	color:#95141b;
	text-decoration:none;
}
#content #text p {
	margin:0px;
	padding:0px;
	font-size:1.2em;
	margin-bottom:0.4em;
	width:34.0em;
}
#content #text ul {
	margin:0px;
	padding:0px;
	font-size:1.2em;
	padding-left:1.4em;
	list-style-type:circle;
	width:34.0em;
}
/* ie6 */	* html #content #text ul {width:30.0em;}
/* ie7 */	*:first-child+html #content #text ul {width:29.7em;}
#content #text ul li {
	margin:0px;
	padding:0px;
	margin-bottom:0.4em;
}

span.anmerkung {
	font-size:0.7em;
}


/* navigation */
#top #mainnav ul {
	margin:0px;
	padding:0px;
	margin-left:33.0em;
	margin-top:1.6em;
	list-style-type:none;
}
#top #mainnav ul li {
	display:inline;
}
#top #mainnav ul li a {
	font-size:1.5em;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:0.1em;
	padding-right:0.3em;
	padding-top:0px;
	padding-bottom:1.7em;
	border-right:1px solid white;
}
#top #mainnav ul li a:hover {
/*	color:#95141b;*/
	color:#000000;
}
#top #mainnav ul li a.aktiv {
	color:#000000;
}
#top #mainnav ul li a.last {
	border-right:0px solid white;
}



/* formularseite */
#content #text #formdata form {
	margin:0px;
	padding:0px;
}
#content #text #formdata form input[type=text] {
	font-size:1.2em;
	background-color:#dbdcdd;
	color:#707173;
}
#content #text #formdata form input[type=submit] {
	font-size:1.2em;
}
#content #text #formdata form textarea {
	font-family: Trebuchet MS,Tahoma,Arial,Helvetica,Sans Serif;
	font-size:1.2em;
	width:34.2em;
	background-color:#dbdcdd;
	color:#707173;
}
span.captcha {
	font-size:1.1em;
}




/* referenzen */
.projectdatadiv {
	margin:0px;
	padding:0px;
	font-size:1.1em;
	position:absolute;
	top:25.8em;
	left:30.2em;
	width:21.0em; 
	background-color:#FFFFFF; 
	border:1px solid #707173;
	z-index:10000; 
	visibility: hidden;
	padding:0.6em;
	opacity: 0.90;
	filter:alpha(opacity: 90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}
.projectdatadiv p {
	opacity: 1.00;
	filter:alpha(opacity: 100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	margin:0px;
	padding:0px;
	margin-bottom:0.4em;
}
.projectdatadiv p a {
	color:#707173;
	text-decoration:underline;
}
.projectdatadiv p a:hover {
	color:#95141b;
	text-decoration:none;
}

div.projekt-container {
	font-size:1.2em;
	margin:0px;
	padding:0px;
	margin-bottom:1.2em;
}
div.projekt-container img {
	margin-top:0.6em;
	margin-right:1.5em;
}



/* schriftgroessenwahl */
#top #schrift {
	position:absolute;
	top:0.2em;
	left:0.4em;
	z-index:1000;
}
#top #schrift a {
	font-size:1.1em;
	text-decoration:none;
	text-transform:uppercase;
	color:#95141b;
}
#top #schrift a.big {
	font-size:1.4em;
}







a:focus{ outline:0; }

