/* CSS Document */

body {
	background-color:#FFFFFF;
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #000000;	
	display:inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2065AF;
	display:inline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2065AF;
	display:inline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2065AF;
	display:inline;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display:inline;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2065AF;
	display:inline;
}
a {color: #000000; text-decoration: underline;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color:#2065AF;}
a:active {color: #000000;}

a.menu {
	color: #000000; 
	font-size:13px;
	text-decoration: none; 
	font-weight:bold
}
a.menu:link {color: #000000;}
a.menu:visited {color: #000000;}
a.menu:hover {color:#2065AF;}
a.menu:active {color: #000000;}
a.menu2 {
	color: #000000; 
	font-size:13px;
	text-decoration: none; 
	font-weight: normal
}
a.menu2:link {color: #000000;}
a.menu2:visited {color: #000000;}
a.menu2:hover {color:#2065AF;}
a.menu2:active {color: #000000;}
a.menuspecial {
	color: #CC0000; 
	font-size:13px;
	text-decoration: none; 
	font-weight:bold
}
a.menuspecial:link {color: #CC0000;}
a.menuspecial:visited {color: #CC0000;}
a.menuspecial:hover {color:#2065AF;}
a.menuspecial:active {color: #CC0000;}
.hintergrund {
	background-color: #ECECEC;
	background-image: url(gfx/layout/bauch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.hintergrund2 {
	background-color: #ECECEC;
	background-image: url(gfx/layout/bauch_va_.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img{
	border:0;
}
.font12px{
	font-size:12px;
}.subtitle {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #2065AF;
}
}.subtitle_normal {
	font-size: 15px;
	font-weight: bold;
	color: #2065AF;
}
.Programmtitel{
	font-size: 16px;
	font-weight: bold;
	color: #6194CC;
}
.bg-hellblau{
	background-color:#b0cae6;
}
.bg-hellgrau{
	background-color:#ececec;
}
.border-unten{
	border-bottom:solid 1px #6194cc;}
.rechts{
	text-align:right;
}
li{list-style-image:url(gfx/layout/lister.gif);
list-style-type:none;
}
.rot{
	color:#C03;}