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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDEDED;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 1px;
}
img {
	border: 0px;
}
h1 {
	font-size: 12px;
	line-height: 14px;
	color: #A0A0A0;
	letter-spacing: 2px;
	font-weight: lighter;
	padding-left: 70px;
}
#wrapper {
	height: 385px;
	width: 100%;
	text-align: left;
	position: absolute;
	background-color: #D3D3D3;
	left: 0px;
	top: 120px;
}
#kopf {
	position: absolute;
	left: 0px;
	height: 20px;
	width: 100%;
	padding-top: 100px;
	background-color: #EDEDED;
}
#navigation {
	position: absolute;
	height: 270px;
	width: 100px;
	left: 0px;
	padding-top: 45px;
	padding-left: 70px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #737373;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-right: 79px;
}
#subnavigation, #textlang {
	position: absolute;
	left: 250px;
	height: 305px;
	width: 190px;
	padding-top: 80px;
	padding-left: 70px;
	color: #737373;
}
#subnavigation a {
	color: #000000;
	text-decoration: none;
}
#subnavigation .subauswahl {
	color: #C20A00;
}
#inhalt {
	position: absolute;
	left: 510px;
	height: 305px;
	width: 460px;
	padding-top: 80px;
}
#inhalt a {
	color: #000000;
	text-decoration: none;
}
#textlang {
	width: 560px;
}
.nav, .navauswahl, .navimpr, .navimprauswahl {
	display: block;
	text-decoration: none;
	color: #000;
}
.navimpr {
	color:#737373;
}
.navauswahl, .navimprauswahl {
	color:#C20A00;
}
