/* linker navigationsbereich */
#left {
	background-color: #E5E5E5;
	width: 20%;
	vertical-align: top;
}
.home #left {
	width: 50%;
}
#navigation {
	position: relative;
	top: 30px;
	width: 100%;
	background-color: transparent;
}
.nav a, .nav a.act, .sub a, .sub a.act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6F6F6F;
	/*display: block;*/
	width: 100%;
}
.nav a, .nav a:link {
	font-weight: bold;
	text-decoration: none;
	padding-left: 34px;
	background-image: url("../bilder/t.gif");
	background-repeat: no-repeat;
}
.nav a:visited {
	font-weight: bold;
	text-decoration: none;
	padding-left: 34px;
	background-image: url("../bilder/t.gif");
	background-repeat: no-repeat;
}
.nav a:hover {
	background-color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	padding-left: 34px;
	background-image: url("../bilder/dot_nav.gif");
	background-repeat: no-repeat;
	background-position: left;
}
.nav a:active {
	font-weight: bold;
	text-decoration: none;
	padding-left: 34px;
	background-image: url("../bilder/t.gif");
	background-repeat: no-repeat;
}
.nav a.act, .nav a.act:link, .nav a.act:visited, .nav a.act:hover, .nav a.act:active {
	background-color: #D5D5D5;
	font-weight: bold;
	text-decoration: none;
	padding-left: 34px;
	background-image: url("../bilder/dot_nav.gif");
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}
.sub a, .sub a:link {
	background-color: #D5D5D5;
	font-weight: normal;
	text-decoration: none;
	padding-left: 44px;
	background-image: url("../bilder/t.gif");
	background-repeat: no-repeat;
}
.sub a:visited {
	background-color: #D5D5D5;
	font-weight: normal;
	text-decoration: none;
	padding-left: 44px;
	background-image: url("../bilder/t.gif");
	background-repeat: no-repeat;
}
.sub a:hover {
	background-color: #CDCDCD;
	font-weight: normal;
	text-decoration: none;
	padding-left: 44px;
	background-image: url("../bilder/dot_nav2.gif");
	background-repeat: no-repeat;
	background-position: left;
}
.sub a:active {
	background-color: #D5D5D5;
	font-weight: normal;
	text-decoration: none;
	padding-left: 44px;
	background-image: url("../bilder/t.gif");
	background-repeat: no-repeat;
}
.sub a.act, .sub a.act:link, .sub a.act:visited, .sub a.act:hover, .sub a.act:active {
	background-color: #D5D5D5;
	font-weight: normal;
	text-decoration: none;
	padding-left: 44px;
	background-image: url("../bilder/dot_nav2.gif");
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}
#bottomleft {
	height: 25px;
	background-color: #E5E5E5;
}
.home #bottomleft {
	height: 25px;
	background-color: #E5E5E5;
	width: 50%;
}
#logo {
	height: 62px;
	background-color: #E5E5E5;
	padding-left: 25px;
	vertical-align: bottom;
}