/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #6E6F71;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 14px;
}

body {
	background-color: #6E6F71;
	font-size: 11px;
}

#main {
	width: 690px;
	height: 564px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -345px;
	background: url(../images/main_bg.png) no-repeat;
}

#menu {
	position: absolute;
	top: 175px;
	left: 20px;
	z-index: 10;
}
#menu ul {
	position: relative;
	list-style: none;
}
#menu ul li {
	background: url(../images/menu_image.png) 0px 2px no-repeat;
	list-style: none;
	width: 82px;
	float: left;
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
#menu ul li a {
	color: #999999;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #000000;
}
#menu ul li ul {
	position: absolute;
	top: 30px;
	left: -99px;
	width: 180px;
}
#menu ul li ul li {
	background: transparent;
	font-size: 11px;
	float: left;
	padding: 0;
	width: 25px;
	line-height: 150%;
	font-weight: bold;
}
#menu ul li ul li a {
	font-weight: normal;
}

#content {
	width: 690px;
	height: 390px;
	position: absolute;
	top: 202px;
	left: 0px;
}

#projekte_text {
	position: absolute;
	top: 303px;
	left: 329px;
	width: 342px;
	height: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#projekte_text span {
	background: url(../images/list_image.png) 0px 5px no-repeat;
	margin-left: 10px;
	padding-left: 14px;
}

#footer {
	position: absolute;
	top: 543px;
	left: 20px;
	overflow: hidden;
	font-size: 9px;
}
#footer ul {
	position: relative;
	left: -9px;
	list-style: none;
}
#footer ul li {
	background: url(../images/list_image.png) 1px 3px no-repeat;
	list-style: none; 
	float: left;
	padding-left: 9px;
	font-weight: bold;
	margin-right: 5px;
}