div {
	border:0px solid #CCC;
}

/* Allgemeines */
* {
	margin:0;
	padding:0;
}
	
a {
	text-decoration:none;
}

img, a img {
	border:0;
}

html {
	/* "Springen" im IE vermeiden */
	height: 100%; margin-bottom: 1px; 
}

.clear {
	clear:both;
	}

body {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#333;
	background-image:url(/grafik/hg_grau.png);
	background-repeat:repeat-x;
	background-position:top;
}

#testversion {
	text-align:center;
	background-color:#B40725;
	color:#FFF;
	height:35px;
	line-height:35px;
}



/* Seitenrahmen */
#seitenrahmen {
	max-width:960px;
	margin:0px auto 50px auto;
}


/* Kopfbereich */
#kopf {
	background-color:#004F80;
	padding:20px;
	border-bottom:0px solid #CCC;
	height:330px;
}

#logoleiste {
	background-color:#FFF;
	height:100px;
	padding:20px;
}

#logo1 {
	float:left;
}

#logo2 {
	float:right;
	margin-top:12px;
	display:none;
}

#titelleiste {
	clear:both;
	color:#FFF;
	padding:50px 0px 0px 70px;
}

p#titel, p#titel a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#FFF;
}

#titel a:hover {
	text-decoration:underline;
}


#slogan {
	font-size:1.1em;
	margin-top:15px;
}

#termin {
	font-size:1.1em;
	margin-top:5px;
}

#imageleiste {
	height:210px;
	background-color:#f2f2f2;
	box-shadow: 0 7px 4px -4px #999;
	background-repeat:no-repeat;
	display:none;
}


/* Mitte Rahmen */
#mitte  {
	clear:both;
	background-color:#FFF;
	margin-top:7px;
}




/* Kontext */
#kontextspalte {
	float:left;
	width:210px;
	margin:30px 0px 0px 0px;
}


#navi {
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:10px 0px 10px 0px;
}

#navi li {
	list-style-type:none;
	border-bottom:1px solid #e3e3e3;
}

#navi li:last-child {
	border-bottom:0px solid #e3e3e3;
}

#navi a {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:1.2em;
	color:#666;
	display:block;
	padding:6px 0px 6px 10px;
}

#navi a:hover {
	color:#ED1C24;
}

#navi a:active {
	color:#F3656C;
}

#navi a.aktiv {
	color:#ED1C24;
}

#navi li:hover {
}




/* Inhalt */
#inhalt {
	margin:0px 0px 0px 310px;
	padding:60px 0px 40px 0px;
	line-height:1.5em;
	min-height:400px;
}

#inhalt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.2em;
	font-size:1.7em;
	margin:0px 0px 20px 0px;
	color:#333;
}

#inhalt h2 {
	font-size:1.1em; 
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#000;
}

#inhalt p {
	margin-bottom:10px;
}

#inhalt a {
	color:#ED1C24;
	font-weight:bold;
	font-style:italic;
}

#inhalt a:hover {
	text-decoration:underline;
}

#inhalt ul {
}

#inhalt li {
	list-style-position: outside;
	margin-left:18px;
}

.fett-blau{
	font-weight:bold;
	color:#004F80;
}


/* Fussbereich */
#fuss {
}

#fuss-logoleiste {
	text-align:center;
	height:70px;
	border-top:0px solid #000;
}

#fuss-logoleiste img {
	vertical-align:top;
	display:inline-block;
	margin-right:20px;
}

#fuss_block {
	padding:50px 0px 150px 0px;
	background-color:#f2f2f2;
}

#fuss_text {
	font-size:1.2em;
	line-height:1.5em;
	color:#666;
	width:950px;
	margin:0 auto;
}


#fuss a {
	color:#666;
}

#fuss a:hover {
	text-decoration:underline;
}

#nach_oben {
	font-family:Georgia, "Times New Roman", Times, serif; 
	float:right;
	font-style:italic;
}





/* Programm */
#programm {
	border:0;
	padding:0;
}

#programm th {
	font-size:1.3em;
	color:#666;
	background-color:#f2f2f2;
	text-align:left;
	padding:10px 5px 10px 10px;
}

#programm tr {
	transition: background-color 0.8s;
}

#programm tr:hover {
	background-color:#f2f2f2;
}

#programm td {
	padding:12px 16px 8px 8px;
	vertical-align:top;
	border-bottom:1px solid #f2f2f2;
/*
	background-color:#f2f2f2;
	border-bottom:1px solid #FFF;
	*/
}

#programm td p {
	margin-bottom:10px;
	padding:0;
}

#programm .zwischentitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#EA591B;
	font-size:1.2em;
}

#programm .titel {
	color:#EF7C00;
	font-weight:bold;
	padding-top:30px;
	font-size:1.1em;
}

#programm td.orange {
	color:#EF7C00;
}

