* { margin: 0px; padding: 0px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #87888a;
	line-height: 110%;
	font-style: normal;
	white-space: normal;
	text-align: left;
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: no-repeat;
}

.serif {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #FFF;
}
p {
	text-align: left;
}

h1,h2,h3 { margin: 0 0 5px 0; }
h1 {
	font-size: 130%;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	line-height: 130%;
}
h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}


ul { list-style-type: none;}

#main {
	margin: 0 auto;
	width: 820px;
	position: relative; /* für nav2 */
}

#branding {
	height: 105px;
}

h1.logo {
	background: url(bilder/logo.jpg) no-repeat;
	width: 220px;
	position: relative;
	float: right;
	padding: 0px;
	height: 69px;
	top: 28px;
}

#branding2 {
	position: absolute;
	color: #FFF;
	width: 500px;
	left: 20px;
	top: 28px;
	height: 35px;
}

#branding_3 {
	color: white;
}

#navigation {
width: 101%;
height: 34px;
}

#navigation ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;

}

#navigation ul li {
	display: inline;
	
}

#navigation ul li a {
	float: left;
	display: inline-block;
	text-decoration: none;
	color: white;
	background: #87888a;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 160px;
	margin-right: 5px;
	font-weight: bold;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #e32119;
	font-weight: bold;
}

#navigation ul li a#current  {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #e32119;
}
#navigation2 {
	position: absolute;
	color: black;
	width: 250px;
	left: 0px;
	top: 25px;
	height: 35px;
	}
	
#navigation2 ul {
	height: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
}

#navigation2 ul li {
	display: inline;
	color: black;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
}
#navigation2 ul li a {
	text-decoration: none;
	color: black;
}
#navigation2 ul li a:hover  {
	text-decoration: none;
	color: #F00;
	padding-top: 5px;
}

#navigation2 ul li a#current  {
	text-decoration: none;
	font-weight: bold;
	color: #F00;
	padding-top: 5px;
}

#content {
	width: 100%; /*IE6*/
	overflow: auto;
	display: inline;
}


#content_main {
	width: 530px;
	min-height: 300px;
	padding-top: 20px;
	padding-left: 20px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}
#content_main ul li {
	list-style-type: none;
	line-height: 100%;
}

#content_main li {
	list-style-position: outside;
	list-style-type: disc;
}

#content_main a {
	color: #87888a;

}
#content_main a:hover {
	color: #e32119;

}

#download {
	position: absolute;
	width: 220px;
	left: 610px;
	top: 350px;
	height: 45px;
}	

#download p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #87888a;
	font-style: normal;
	white-space: normal;
	text-align: left;
}

#download a {
	color: #87888a;

}
#download a:hover {
	color: #e32119;

}

#content_supp {
	float: left;
	width: 245px;
	padding-top: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 300px;
	min-height: 300px;
	max-height: 500px;

}
#content_supp ul li {
	list-style-type: none;
	line-height: 320%;
}

#content_supp li {
	list-style-type: none;
	line-height: 100%;
}

#content_supp li+li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1b3b4;
}

#content_supp h1 {
	font-size: 90%;
	color: #e32119;
	text-transform: uppercase;
	line-height: 250%;
	text-indent: 12px;
	font-weight: bold;
}
#content_supp h2 {
	font-size: 90%;
	color: #e32119;
	text-transform: uppercase;
	line-height: 100%;
	text-indent: 12px;
	font-weight: bold;
}

#content_supp li a {
	color: #87888a;
}
#content_supp li a:hover {
	color: #e32119;
}

#content_supp li a#current {
	color: #e32119;
}

#footer {
	position: relative;
	float: none;
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1b3b4;
}

#footer ul li {
	padding-bottom: 15px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #87888a;
	padding-top: 8px;
	line-height: 100%;
}

#footer ul li a {
	color: #87888a;
}

#footer ul li a:hover {
	color: #e32119;
}

.h4  {
	font-weight: bold;
	color: #87888a;
	background-image: url(bilder/roterpunkt.jpg);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	text-indent: 28px;
	font-size: 80%;
}

.h5  {
	font-weight: bold;
	color: #87888a;
	background-image: url(bilder/roterpunkt.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-indent: 15px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #87888a;
	line-height: 110%;
	font-style: normal;
}

.h6 {
	font-size: 10pt;
	color: #87888a;
	line-height: 110%;
	background-image: url(bilder/roterpunkt_kl.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-indent: 8px;
	}

em {
	color: #e32119;
	font-weight: bold;
	font-style: normal;
}

