html, body {
	padding:0;
	height:100%;
}

body {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin: 0px;
}

#wrapper {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

#header {
	width: 240px;
}

#logo {
	background-color: #A7B8C0;
	padding-top: 60px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#navi_container {
	width: 240px;
	float: left;
}

#navi_oben {
	width: 210px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #687889;
}

#navlist {
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: inline;
}

#navlist_unten {
	overflow: hidden;
	list-style: none;
	display: inline;
	padding: 0px;
}

#technav {
	padding-top: 10px;
	padding-bottom: 12px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: left;
	padding-left: 35px;
}

#technav_klein {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFD1DC;
	text-align: left;
	padding-left: 30px;
	background-color: #A8B8C0;
}
#content {
	float: left;
	width: 640px;
	margin-bottom: 60px;
}
#main {
	margin-top: 80px;
	width: auto;
}

#main-oben {
	margin-top: 40px;
	width: auto;
}

#left {
	background-color:  rgba(255,255,255, 0.8);
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 578px;
}

#left-head {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7B8C0;
	padding-top: 25px;
	width: 583px;
	background-color: rgba(255,255,255, 0.9);
}

h1 {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #67767F;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}


h3 {
	font-size: 12px;
	color: #67767F;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

a {
	color: #09C;
	text-decoration: none;
}

#navlist a {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-bottom: 3px;
}

#navlist a:hover, #navlist a:active {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 3px #a7b8c0;
	padding-bottom: 3px;
}

#navlist a.line {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 3px #a7b8c0;
	padding-bottom: 3px;
}

#technav a {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	margin-right: 30px;
}

#technav_klein a {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	margin-right: 30px;
}

#technav_klein a:hover, technav_klein a:active {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	padding-bottom: 3px;
}

#technav_klein a.line2 {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	padding-bottom: 3px;
}

#footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 170px;
}

div#viewportBordertop {
position:absolute;
top:0; left:0; right:0;
height:15px;
background-color:#FFF;
z-index:101;
}
div#viewportBorderbottom {
position:absolute;
bottom:0; left:0; right:0;
height:15px;
background-color:#FFF;
z-index:102;
}
div#viewportBorderleft {
position:absolute;
bottom:0; left:0; top:0;
width:15px;
background-color:#FFF;
z-index:103;
}
div#viewportBorderright {
position:absolute;
bottom:0; right:0; top:0;
width:15px;
background-color:#FFF;
z-index:104;

}
#viewchanger2 {
	visibility: hidden;
	float: left;
	margin-top: 30px;
}
#viewchanger1 {
	margin-top: 40px;
	width: 240px;
	float: left;
	height: 40px;
	position:fixed;
	background-image: url(../img/nav-bg.png);
	background-repeat: repeat;
}

#viewchanger1 a {
	height: 20px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 30px;
	display: block;
}

#viewchanger1 a:hover {
	color: #FFF;
	background-position: 180px 10px;
}

.on {
	background-image: url(../img/text-on.png);
	background-repeat: no-repeat;
	background-position: 180px 11px;
	display: block;
}

.off {
	background-image: url(../img/text-off.png);
	background-repeat: no-repeat;
	background-position: 180px 9px;
	display: block;
}

.linie   {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEDCDF;
}

.liniedick   {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #94A8B7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94A8B7;
}
#left tr td.leicht {
	font-size: 10px;
	color: #999;
	line-height: 14px;
}
.fancy {
	background-color: #fff;
	border: 1px dotted #A9B8C0;
	width: auto;
	margin-bottom: 6px;
	display: inline;
	margin-right: 12px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.fancy:hover {
	background-color: #edf2f5;
}
