
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 101%;
    font-family: inherit;
    font-variant: inherit;
    vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

/* structure
---------------------------*/

.line-top {
	position: relative;
	margin-top: 120px;
	border-bottom: 1px solid #D7D7D7;
	z-index: 1;
}
#container {
	position: relative;
	width: 950px;
	margin: -155px auto 0 auto;
	z-index: 2;
}
.wrapper {
	margin: 0 auto;
	width: 950px;
}
#page {
	float: left;
}
#head {
	height: 200px;
	width: 950px;
}
#logo {
	float: left;
	margin-top: 80px;
	height: 120px;
	width: 50px;
}
#nav {
	padding-top: 124px;
	float: right;
}
#content-top {
	width: 950px;
	text-align: right;
}
#content {
	float: right;
	width: 900px;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
.content-left {
	float: left;
	width: 260px;
	padding: 20px;
}
.content-right {
	float: left;
	width: 600px;
}
#footer {
	float: left;
	margin: 120px 0 50px 0;
	padding-top: 10px;
	width: 100%;
	border-top: 1px solid #D7D7D7;
	text-align: right;
	z-index: 3;
}


/* naviagtion
---------------------------*/


#nav ul {
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav ul li a
{
	width: 120px;
	height: 24px;
	padding-top: 6px;
	margin: 0 0 10px 0;
	color: #666;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10pt Arial, Helvetica, sans-serif;
}
#nav #home.active a, #nav .home a:hover {
	background: #f62e70;
	color: #fff;
}
#nav #info.active a, #nav .info a:hover {
	background: #7bcf21;
	color: #fff;
}
#nav #projekte.active a, #nav .projekte a:hover {
	background: #04bae2;
	color: #fff;
}
#nav #kontakt.active a, #nav .kontakt a:hover {
	background: #ffad38;
	color: #fff;
}
#nav #links.active a, #nav .links a:hover {
	background: #fe1bbb;
	color: #fff;
}


/* text
---------------------------*/

#content p, #footer p, #content ul {
	font-size: 10pt;
	color: #666;
	line-height: 16pt;
	padding-bottom: 10px;
}
#content h2 {
	color: #666;
	font-size: 14pt;
	padding-bottom: 20px;
}
#content h3 {
	color: #666;
	font-size: 11pt;
	padding-bottom: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#content ul li {
	margin: 10px 0 10px 20px;
}
#content li {
	line-height: 11pt;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.alignleft {
	float: left;
}
.rightpage {
	float: left;
}
.leftpage {
	float: left;
	margin-right: 40px;
}
#content a {
	color: #32A392;
	text-decoration: none;
}
#content a:hover {
	background: #32A392;
	color: #fff;
}
#footer a {
	color: #666;
	text-decoration: none;
}
.black {
	color: #000 !important;
}