@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
}
a {text-decoration:none;
}
li{
	list-style-type:none;
	list-style-image:url(../images/list.gif);
	padding-bottom:2px;
}
.center {
	text-align: center;
}
.rahmenlinks {
	background-image: url(../images/layout/rahmen_links.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rahmenrechts {
	background-image: url(../images/layout/rahmen_rechts.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.menuzelle {
	padding: 10px;
}
.inhaltzelle {
	padding-top:10px;
}
.inhalt {
	padding-left:8px;
	padding-right: 20px;
}
.menu-td {
	background-image:url(../images/layout/button.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:210px;
	height:44px;
	width:210px;
	height:44px;
	padding-bottom:5px;
}
.menu-td-aktiv {
	background-image:url(../images/layout/button-aktiv.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:210px;
	height:44px;
	width:210px;
	height:44px;
	padding-bottom:5px;
}
.menu{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding-top: 10px;
	padding-left: 10px;
	cursor:pointer;
}
.menu-aktiv{
	color:#22445d;
	font-weight:bold;
	font-size:16px;
	padding-top: 10px;
	padding-left: 10px;
	cursor:pointer;
}
.menu:link{
	color:#FFF;
	}
.menu:visited{
	color:#FFF;
	font-style:italic;
}
.menu:hover{
	color:#22445d;
	}

.menu:aktiv{
	color:#22445d;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #22445d;
	background-image:url(../images/layout/h1-linie.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:662px;
	padding-left: 8px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #22445d;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #22445d;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align: justify;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;}
a{
	color:#c30c36;
	text-decoration: none;
}
a:link{
	color: #c30c36;
	text-decoration: none;
}
a:visited{
	color: #22445d;
	text-decoration: none;
	font-style:italic;
}
a:hover{
	color: #22445d;
	text-decoration: none;
}
a:active{
	color: #c30c36;
	text-decoration: none;
}
img{
	border:0px;
	text-align: right;
}
.right{
	text-align:right;
}
.programm-tabelle{
	border: 1px solid;
	border-color: #4B82AB;
}.programm-tag {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #4B82AB;
}
.programm-thema {
	background-color: #B7CCDD;
}
