@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#container {
	position:absolute;
	width:1000px;
	height:700px;
	z-index:2;
	margin-left: -500px;
	left: 50%;
	top: 20px;
}
#header {
	position:absolute;
	width:1000px;
	height:130px;
	z-index:6;
	left: 0px;
	top: 0px;
	background-image: url(../pix/header.jpg);
}
#hauptnavi {
	position:absolute;
	width:450px;
	height:35px;
	z-index:7;
	left: 210px;
	top: 130px;
	font-size: 12px;
	text-align: center;
}
#background-hauptnavi {
	position:absolute;
	width:1000px;
	height:35px;
	z-index:1;
	left: 0px;
	top: 130px;
	background-image: url(../pix/background_01.jpg);
}
#breit {
	position:absolute;
	width:1000px;
	height:500px;
	z-index:1;
	top: 35px;
	background-image: url(../pix/background_02a.jpg);
}
#bild-links {
	position:absolute;
	width:350px;
	height:500px;
	z-index:2;
	top: 35px;
	background-image: url(../pix/bild-1_grau80.jpg);
	visibility: visible;
}
#submenu-links {
	position:absolute;
	width:350px;
	height:500px;
	z-index:3;
	top: 35px;
}
#content_projekte {
	position:absolute;
	width:650px;
	height:500px;
	z-index:3;
	top: 35px;
	background-color: #CCCCCC;
	left: 350px;
}
#footer {
	position:absolute;
	width:1000px;
	height:35px;
	z-index:8;
	left: 0px;
	top: 665px;
	background-image: url(../pix/background_03.jpg);
}
#copyright {
	position:absolute;
	left:0px;
	top:676px;
	width:250px;
	height:25px;
	z-index:10;
	color: #CCCCCC;
	font-size: 10px;
}
#impressum-link {
	position:absolute;
	left:830px;
	top:676px;
	width:160px;
	height:25px;
	z-index:10;
	color: #000000;
	text-align: right;
}
.navi1 {
	text-decoration: none;
	color: #CCCCCC;
}
.navi1-on  {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #999999;
	padding: 10px;
}
.navi1 a:link   {
	text-decoration: none;
}
.navi1 a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.navi1 a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 10px;
}
.navi1 a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 10px;
}
.text-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text-klein2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

ul#menu {
	width: 250px;
	list-style-type: none;
	border-top: solid 1px #b9a894;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

ul#menu ol {
	display: none;
	text-align: right;
	list-style-type: none;
	padding: 5px;
	width: 250px;
}

ul#menu li, 
  ul#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

ul#menu li {
	border-bottom: solid 1px #b9a894;
	line-height: 18px;
}

ul#menu ol li {
	border-bottom: none;
	line-height: 15px;
}

ul#menu ol li:before {
	content: "- ";
}

ul#menu a {
	text-decoration: none;
	outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#flags {
	position:absolute;
	left:350px;
	top:8px;
	width:328px;
	height:30px;
	z-index:1;
}
