* {
    padding: 0;
    margin: 0;
    border: 0;
}
body {
    font-family: Times New Roman, serif;
	background: #f5f8fd;
}
#layer {
    width: 900px;
    margin: 0 auto;
    padding: 130px 0 30px 0;
    background: url('/img/logo.jpg') 263px top no-repeat;
}
#headnav {
    float: right;
    line-height: 15px;
    font-size: 9px;
	padding-bottom: 5px;
}
#headnav a {
    color: #888;
    text-decoration: none;
    margin-left: 16px;
	text-transform: uppercase;
}
#headnav a:hover, #headnav a.active {
    color: #859fca;
}
#top {
    height: 250px;
    width: 100%;
    background: url("/img/banner.jpg") 0 0 no-repeat;
    position: relative;
}
#nav {
    height: 30px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
#nav li {
    list-style: none;
	z-index: 2;
	display: inline;
    position: relative;
    float: left;
}
#nav a {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
    color: #444;
	font-weight: bold;
    padding: 0 45px 0 10px;
}
#nav a:hover, #nav li.level1 a.active {
    color: #111;
}
#nav li ul.subnav1 {
    display: none;
	position: absolute;
	left: 0;
	top: 30px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #859fca;
	-moz-opacity: 0.9; opacity: 0.9; filter: alpha(opacity=90);
	padding: 20px 0 5px;
	background: #f6f6f6;
}
#nav li li {
    float: none;
	position: relative;
	width: 100%;
	display: block;s
}
#nav li li a {
    color: #444;
    background: #f6f6f6;
    display: block;
	line-height: 16px;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}
#nav li li a:hover, #nav li.level2 a.active {
    background: #859fca;
    color: #fff;
}
#nav li:hover ul, li.over ul {
    display: block;
	width: 150px;
}
#middle {
    background: url('/img/bgcontent.jpg') 0 0 repeat-y;
}
#middle a {
	text-decoration: none;
	color: #859fca;
}
#middle a:hover {
	color: #6699FF;
}
#content {
    width: 650px;
    padding: 45px 20px 45px;
    font-size: 13px;
	color: #555;
}

#content li {
	margin-left: 15px;
	}
	
h1 {
    color: #859fca;
    font-size: 19px;
    margin-bottom: 10px;
	font-variant: small-caps;
	padding: 0px 20px;
	margin-left: -20px;

}
h2 {
    color: #859fca;
    font-size: 15px;
    margin: 10px 0;
	font-variant: small-caps;
}
h3 {
	color: #333;
	font-size: 13px;
}
#content h3 {
	margin-bottom: 10px;
}
#content dl, #content ul {
	margin-bottom: 5px;
}
#content dt {
	float: left;
}
p {
    margin-bottom: 10px;
}
.li, .re {
    float: left;
    width: 50%;
}
.imageFl {
	margin-top: 35px;
}
.imageflLeft {
    float: left;
	margin-right: 10px;
}
.imageflRight {
    float: right;
	margin-left: 10px;
}
br.clear {
    clear: both;
    display: block;
}
input, textarea {
	border: 1px solid #ccc;
}
.incontent {
	width: 310px;
}
p.ffehler {
	color: #f00;
}
p.ffehler input, p.ffehler textarea {
	border: 1px solid #FF0000;
}
input.button:hover {
	border-color: #999;
	cursor: pointer;
}
#kontakt {
	width: 320px;
	float: left;
}
#map1 {
	float: left;
	z-index: 0;
	height: 200px;
	width: 320px;
	margin: 15px -20px 0 10px;
}
* html #map1 {
	height: 189px;
}
* + html #map1 {
	height: 185px;
}
#news {
    float: right;
    width: 169px;
    font-size: 11px;
    padding: 45px 15px 0;
    clear: right;
	text-align: left;
	color: #555;
}
#news a {
	text-decoration: none;
}
#news a.glosslink {
	font-size: 15px;
	line-height: 25px;
}
#news h3 {
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
}
#footer {
	font-size: 11px;
	float: right;
	color: #777;
	background: #f7f7f7;
	display: block;
	width: 860px;
	padding: 10px 20px;
	text-align: left;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #859fca;
}
dl {
	margin-bottom: 10px;
}
dt {
	float: left;
}