@charset "UTF-8";
/* CSS Document */

.TopMenu {
	text-transform: lowercase;
	font: bold 0.8em/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	width: 100px;
}
img#homebase{
	position: absolute;
}

#top_navi ul {
	position: absolute;
	list-style: none;
	left: 0;
}

#top_navi ul li {
	display: list-item;
	margin-right: 2px;
	list-style-type: none;
}

#top_navi ul li a {
	color: black;
	text-decoration: none;
	padding-right: 5px;
	font-size: 1em;
}

#top_navi ul li a:hover {
	color: #fff;
	background-color: #000;
}

#top_navi ul li a strong {
	color: #990000;
	font-weight: normal;
}

#lang_navi {
	position: relative;
	list-style: none;
	float: left;
	left: 397px;
}
#lang_navi ul {
	position: relative;
	list-style: none;
	left: 0;
	width: auto;
	color: #000;
}
#lang_navi ul li {
	margin-right: 2px;
	list-style-type: none;
	display: inline;
}

#lang_navi ul li a {
	color: black;
	text-decoration: none;
	font-size: 1em;
	color: #000;
}

#lang_navi ul li a:hover {
	color: #fff;
	background-color: #000;
}
#navigation ul {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: auto;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #000;
	display: block;
	float: left;
	line-height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	border-left:1px dotted #666;
	text-decoration: none;
}

#navigation ul li a strong {
	color: #990000;
	font-weight:normal;
}

#linke_seite a {
	border-style: none;
	text-decoration: none;
	color: black;
}

#linke_seite ul {
	list-style: none;
}

#linke_seite ul li {
	list-style: none;
	margin-bottom: 3px;
	border-bottom: 1px dotted #666666;
}

#linke_seite ul li a {
	list-style: none;
	color: #999999;
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding-left: 30px;
}

#linke_seite ul li a:hover {
	color: #999999;
	text-decoration: underline;
}

#linke_seite ul li a strong {
	color: #990000;
	font-weight: normal;
}

#linke_seite ul ul li a {
	background-repeat: repeat-x;
	background-position: left top;
}

#linke_seite ul ul li a:hover {
	background: none repeat-x left bottom;
	text-decoration:none;
}
#linke_seite a.weiterlink {
	display: block;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
	padding-left: 30px;
}

#linke_seite a.weiterlink:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}

.projekte {
	text-transform: lowercase;
	line-height: 22px;
	font-size: 0.9em;
}

#linke_seite_sub ul li {
	margin-right: 2px;
	list-style: none;
}

#linke_seite_sub ul li a {
	color: #000;
	text-decoration: none;
	padding-right: 5px;
}

#linke_seite_sub ul li a:hover {
	color: white;
	text-decoration: none;
	background-color: black;
}

#footer ul {
	display: inline;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
}

#footer ul li a {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	color: #999999;
}

#footer ul li a strong {
	color: #990000;
	font-weight: normal;
}

