html { 
	height: 100%;
}

body { 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body#layout1 {
	background-image: url(../picts/bg.gif);
	background-repeat: repeat-y;
}

a:link,
a:hover,
a:visited,
a:active {
	text-decoration: none;
}

p, textarea {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#box { 
	width: 980px;
}

#top {
	background-color: #d4e0f6;
	height: 145px; 
}

#bottom {
	width: 980px;
}

#logo {
	position: absolute;
	left: 0;
}

#banner {
	background-repeat: no-repeat; 
	width: 800px;
	height: 145px;
	margin-left: 180px;
}

#navileft {
	width: 180px;
	float: left;
	overflow: hidden;
}

#navileft a {
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 31px;
	color: white;
	display: block;
	padding-left: 25px;
	padding-bottom: 1px;
}

#navileft ul.level1 a {
	background-image: url(../picts/bgnavileft.gif);
}

#navileft ul.level1 a:hover {
	background-image: url(../picts/bgnavileft_hover.gif);
}
 
#navileft ul.level1 a.active,
#navileft ul.level1 a.active:hover {
	background-image: url(../picts/bgnavileft_active.gif);
}

#navileft ul.level2 a {
	background-image: url(../picts/bgnavileft_level2.gif);
	background-repeat: repeat-x;
}

#navileft ul.level2 a:hover {
	background-image: url(../picts/bgnavileft_level2_hover.gif);
}

#navileft ul.level2 a.active,
#navileft ul.level2 a.active:hover {
	background-image: url(../picts/bgnavileft_level2_hover.gif);
}


#navileft ul.level3 {
	margin-bottom: 3px;
}

#navileft ul.level3 a {
	background-image: none;
	line-height: 22px;
	color: #3f496b;
	display: inline;
}

#navileft ul.level3 a:hover {
	background-image: none;
	color: #000;
}

#navileft ul.level3 a.active,
#navileft ul.level3 a.active:hover {
	background-image: url(../picts/bgnavileft_level3_hover.gif);
	color: #000;
}

#middle {
	width: 620px;
	float: left;

}

#navitop {
	background-image: url(../picts/banner_01_02.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 30px;
}

#content { 
	width: 560px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 35px;
}

#right { 
	width: 180px;
	float: left;
	overflow: hidden;
}

#right #search {
	background-image: url(../picts/bgsearch.gif);
	background-repeat: no-repeat;
	height: 30px;

}

#right #search input {
	font-family: Arial, Helvetica, sans-serif;
	width: 102px;
	font-size: 12px;
	line-height: 13px;
	margin: 6px 6px 0px 10px;
	border: none;
	background-color: white;
	display: block;
	float: left;
	color: gray;
}

#right #search a {
	background-color: white;
	color: gray;
	padding: 2px 3px 2px 3px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
}

#right #quicklinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: black;
	text-decoration: underline;
	margin-left: 15px;
}

#right #quicklinks {
	margin-top: 20px;
}

#right #wetter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: black;
	text-decoration: none;
	padding: 00px 10px 20px 15px;
}

#right #wetter a {
	text-decoration: underline;
	color: black;
}

.content {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
}

.content p {
	margin: 0;
}

.content a {
	color: #1D62E0;
	text-decoration: none;
}

.content h1 {
	font-family: 'Trebuchet MS', Georgia;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #b33a07;
	margin: 0;
}

.content h2 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 15px;
	line-height: 16px;
	color:  #b33a07;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 3px solid #D4E0F6;
}

.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	margin: 0;
}

.content a img {
	border: none;
}

.content .linkicon {
	margin: 3px 6px 3px 2px;
}

.content .docicon {
	margin: 3px 8px 3px 0px;
}

p.address {
	font-size: 11px;
	line-height: 17px;
}
