html, body {
	background-color: #0E165E;
	background-image: url("img/backg.gif");
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
a {
	color: #0E175E;
}
a:hover, a:active {
	color: #367400;
}
img {
	display: block;
}
h1, h2, h3 {
	font-size: 12px;
	font-weight: bold;
}
hr {
	clear: both;
	color: #0E175E;
	width: 446px;
	margin-left: 0px;
	text-align: left;
	border: solid;
	border-width: 1px 0px 0px 0px;
}
ul li {
	list-style-type: square;
}

/* ------------------ menü ------------------------ */

ul#menu {
	position: absolute;
	left: 152px;
	top: 25px;
	margin: 0;
	padding: 0;
}
ul#menu li {
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	padding-right: 8px;
}
ul#menu li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding-right: 8px;
}
ul#menu li a.active {
	font-weight: bold;
}

/* ------------------ allgemein ------------------------ */

div#head {
	background-image: url("img/head_backg.gif");
	background-repeat: repeat-x;
	height: 180px;
}
div#main {
	position: absolute;
	top: 48px;
	left: 46px;
	width: 605px;
	border: solid white;
	border-width: 1px 0px 0px 1px;
	background-image: url("img/main_backg.gif");
	background-repeat: repeat-y;
}
img#headline {
	width: 598px;
	height: 123px;
	margin-top: 8px;
}
div.content {
	margin: 23px 0px 0 103px;
	width: 480px;
	color: #0E175E;
	line-height: 20px;
	margin-bottom: 20px;
}
div.content p {
	width: 446px;
}
img#right {
	position: absolute;
	border: solid white;
	border-width: 1px 0px 0px 0px;
	top: 48px;
	left: 645px;
	width: 299px;
	height: 520px;
}
img#schriftzug {
	position: absolute;
	top: 569px;
	left: 645px;
	width: 299px;
	height: 21px;
}

/* ------------------ projekte ------------------------ */

div#leistungen {
	width: 446px;
}

/* ------------------ projekte ------------------------ */

div#projekte ul {
	margin: 0px 0px 40px 0px;
	padding: 0;
}
div#projekte ul li {
	list-style-type: none;
	display: block;
	border: solid white;
	border-width: 1px 0px 1px 1px;
	background-color: #EFF2FB;
	clear: both;
	width: 494px;
	height: 58px;
	margin-bottom: 10px;
}
div#projekte ul li img, div#projekte ul li div {
	float: left;
}
div#projekte ul li img {
	display: block;
	margin-right: 8px;
	padding: 0px;
	width: 202px;
	height: 58px;
	border: 0;
}
div#projekte ul li div {
	padding-top: 6px;
}
div#projekte ul li div h2 {
	margin: 0;
}

/* ------------------ projekt ------------------------ */

img.projektbild {
	width: 448px;
	margin-bottom: 15px;
}

/* ------------------ kontakt ------------------------ */

div#spalte, form#kontaktformular, div#msg, div#send {
	width: 223px;
	float: left;
	margin: 0;
	padding: 0;
}
div#spalte p {
	width: 223px;
}
div#pflicht {
	font-size: 11px;
}
div#msg, div#send {
	text-align: center;
	font-weight: bold;
}
div#msg {
	color: red;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input {
	width: 223px;
	border: 1px solid gray;
	margin: 0;
}
textarea {
	width: 223px;
	border: 1px solid gray;
}
input#plz {
	float: left;
	width: 40px;
}
input#ort {
	float: right;
	width: 174px;
}
input#telefon {
	float: left;
	width: 107px;
}
input#fax {
	float: right;
	width: 107px;
}
