* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
	background: #eee;
	color: #525252;
}

/* Layout */

#horizon {
	top: 50%;
	width: 100%;
	margin-top: -277px;
	position: absolute;
}

#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 760px;
	height: 554px;
}

#header {
	background-image: url(../pics/header.gif);
	height: 97px;
	width: 760px;
}

#homelink a {
	position: absolute;
	left: 15px;
	height: 65px;
	width: 158px;
	text-decoration: none;
	text-indent: -9000px;
}

#content {
	background-image: url(../pics/background.gif);
	padding: 45px 0 0 4px;
	height: 392px;
	width: 756px;
}

#footer {
	background-image: url(../pics/footer.gif);
	height: 20px;
	width: 735px;
	padding-right: 25px;
}

#left {
	float: left;
	width: 190px;
	margin-right: 5px;
}

#text {
	float: left;
	width: 508px;
	height: 377px;
	padding-right: 30px;
	overflow: auto;
}

#text img {
	float: left;
	padding-right: 15px;
}

#text .projektlink {
	float: right;
	clear: left;
	margin-bottom: 10px;
	font-size: 11px;
}


#aktprojekt {
	text-align: right;
	padding-right: 20px;
}

#text .aktimg {
	float: right;
	padding-left: 15px;
	padding-right: 0;
}


/* Typographie */

h2 {
	color: #ff6633;
	font-size: 0.88em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}

h3 {
	color: #ff6633;
	font-size: 0.75em;
	margin-bottom: 0.93em;
}

strong {
	color: #ff6633;
}

.line {
	border: 0;
	margin-bottom: 15px;
	background: url(../pics/hr-bg.gif);
	height: 5px;
	width: 489px;
	clear: both;
}

hr {
	display: none;
}

br {
	font-size: 0.75em;
}

p {
	line-height: 1.3em;
	font-size: 0.75em;
}

a:link, a:hover, a:visited {
	color: #525252;
	outline: none;
}

#text p {
	margin-bottom: 12px;
}

#left p {
	font-size: 0.63em;
	padding-left: 20px;
}

#footer p {
	font: 9px Verdana;
	color: #fff;
	margin-top: 1px;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

.validation {
	float: right;
}

.untenlinks {
	float: left;
	padding-left: 24px
}

p.adresse, p.adresse a {
	color: #888;
}

#text div.projekttext {
	margin-left: 140px;
}

#text ul, ol {
	margin-bottom: 15px;
}

#text ul li {
	margin-bottom: 10px;
	font-size: 0.75em;
}

#text ol {
	list-style: upper-roman;
	padding-left: 30px;
	font-size: 0.75em;
}

#text ul.leistungen {
	list-style-position: outside;
	padding-left: 16px;
	list-style-type: circle;
	color: #ff6633;
}

#text ul.leistungen li {
	margin-bottom: 2px;
}

#text ul.leistungen li span {
	color: #525252;
}

/* Navigation */

#nav {
	background: url(../pics/menue/menue-bg.gif) no-repeat;
	width: 144px;
	height: 187px;
	margin-bottom: 118px;
}

ul#menue {
	list-style-type: none;
	margin: 0;
	padding-top: 30px;
	height: 150px;
	width: 144px
}

ul#menue li {
	display: block;
	float: left;
	width: 144px
}

ul#menue a,
ul#menue a:active, ul#menu a:hover {
	height: 22px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
}

li.home a {
	background: url("../pics/menue/home.gif") 0 22px
}

li.projekte a {
	background: url("../pics/menue/projekte.gif") 0 22px
}

li.leistungen a {
	background: url("../pics/menue/leistungen.gif") 0 22px
}

li.kontakt a {
	background: url("../pics/menue/kontakt.gif") 0 22px
}

/* #nav li a:hover {
	background-position: 0 0;
}
*/
li.on a {
	background-position: 0 0;
}
