@charset "UTF-8";

* {
font-size: 1em;	
font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* zeichenangaben */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size:  100.01%;
	line-height: 120%;
}

p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0.2em;
	color: gray;
}

ul {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	margin-top: 0.2em;
	list-style-position: inside;
	list-style-image: url(../img/bindestrich.gif);
	color: gray;
}

a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
}

h1 {
	font-size: 0.96em;
	color: black;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 0.75em;
	color: black;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	margin-top: 0.2em;
	font-weight: normal;
	font-style: normal;
}

.highlight {
	color: black;	
}

img, a img {
	border: 0;
}


/* layoutangaben */

#wrapper {
	width:1000px;
	height:auto;
}

#header {
	clear: both;
	margin:75px 0px 0px 100px;
	width:875px;
}

#bild {
	clear: both;
	margin:25px 0px 0px 0px;
	width:400px;
	float: left;
}

#leistungsspektrum {
	margin:25px 0px 0px 25px;
	width: 550px;
	float: left;
}

#referenzen {
	clear: both;
	margin:35px 0px 50px 100px;
	width:850px;
}

#impressum {
	margin:15px 0px 25px 100px;
	width:850px;
	border-top: 1px solid gray;
	text-align: right;
	font-size: smaller;
}

#seitenanfang {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
}

