body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
h1 {
	font-size: 130%;
	line-height: 120%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 10px;
}
.channelname {
	font-size: 120%;
	line-height: 120%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDCAA3;
}

.inhalt {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	font-size: 130%;
	font-variant: small-caps;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 120%;
	line-height: 120%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDCAA3;
}
h3 {
	font-size: 110%;
	line-height: 120%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.bildbez {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
.logo {
	display: block;
	padding: 4px;
	float: left;
	margin: 10px;
}
p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#alles {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	border: 1px solid #385b96;
}
#navi {
	width: 160px;
	background-color: #96AED8;
	float: left;
	display: block;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #385b96;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #385b96;
}
#navi ul {
	font-weight: bold;
	background-color: #96AED8;
	padding: 0px;
	list-style-type: none;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	list-style-image: none;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	list-style-image: none;
}
li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #385b96;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navi li a:link {
	color: #162538;
	text-decoration: none;
}
#alles #navi a {
	display: block;
	list-style-image: none;
}

#navi li a:visited {
	color: #162538;
	text-decoration: none;
	background-color: #96AED8;
}
#navi li a:hover {
	color: #162538;
	text-decoration: underline;
	background-color: #D2DDEE;
}
#navi li a:active {
	color: #162538;
	text-decoration: none;
	background-color: #D2DDEE;
}

#inhalt {
	width: 71%;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 20px;
}
#inhalt1 {
	float: left;
	width: 400px;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 20px;
}
#inhalt2 {
	float: right;
	width: 180px;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #105174;
}
#inhalt a:link {
	color: #105174;
	text-decoration: underline;
	font-weight: bold;
}
#inhalt a:visited {
	color: #105174;
	text-decoration: none;
	font-weight: bold;
}
#inhalt a:hover {
	color: #105174;
	text-decoration: underline;
	background-color: #D2DDEE;
	font-weight: bold;
}
#inhalt a:active {
	color: #105174;
	text-decoration: none;
	background-color: #D4D0C8;
	font-weight: bold;
}
/*Lösung für umschließenden Kasten mit Abschlusskasten*/
.floatclear {
	height: 1%;
	clear: both;
	width: 100%;
	padding: 0px;
	background-color: #385b96;
	color: #FFFFFF;
	margin: 0px;
}
.floatclearkl {
	height: 1px;
	clear: both;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Anfang Bem. 1: Zuweisung zum umschließenden Tag, damit alle Kästen im umschließenden Kasten bleiben*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  
    /* Holly Hack Targets IE Win only \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
    /* End Holly Hack */
/*Ende Bem. 1*/
#kopf {
	margin: 0px;
	padding: 0px;
	background-color: #96AED8;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #385b96;
	background-position: bottom;
}
#alles #inhalt ul {
	padding-left: 18px;
	list-style-image: url(bilder/logos/bullet.gif);
	list-style-position: outside;
	background-position: bottom;
	list-style-type: square;
	font-weight: normal;
	color: #092D40;
	background-position: bottom;
}

#alles #inhalt li {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#alles #inhalt li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}
#alles #inhalt li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #CCCCCC;
	text-decoration: none;
}
#alles #inhalt li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	text-decoration: none;
}
#alles #inhalt li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}
#alles #inhalt1 ul {
	padding-left: 18px;
	list-style-image: url(bilder/logos/bullet.gif);
	list-style-position: outside;
	background-position: bottom;
	list-style-type: square;
	font-weight: normal;
	color: #092D40;
	background-position: bottom;
}
#alles #inhalt1 li {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#alles #inhalt1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}
#alles #inhalt1 li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #CCCCCC;
	text-decoration: none;
}
#alles #inhalt1 li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	text-decoration: none;
}
#alles #inhalt1 li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}

#alles .floatclear a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#alles #inhalt .bild {
	float: right;
	width: 315px;
}
#alles #inhalt .bild p {
	font-size: 80%;
	background-color: #D2DDEE;
	padding: 3px;
}
#alles #inhalt .logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
