/*@charset "utf-8";*/
@charset "iso-8859-1";
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #BA0015;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #4D485B;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #BA0015;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4D485B;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #BA0015;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4D485B;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #383441;
	text-align: left;
}
body {
	padding: 0px;
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4d485b;
}

/* ANFANG Seite zentrieren +++++++++++++++++++++++++++++++*/
html, body { 
	height:100%;
}
#abstand { 
	width:1px;
	height:50%;
	margin-bottom:-330px; /* die Hälfte der Höhe von #main_container*/
	float:left;
}
#main_container {
	width: 960px;
  	height:660px;
  	margin: 0 auto;
  	position:relative; /* hebt den inhalt vor den abstand  */
	clear:left; /* hebt das float vom abstand auf  */
	background-image: url(/welcome.png);
}
/* ENDE Seite zentrieren +++++++++++++++++++++++++++++++++*/

#shortcut_container {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:42px;
	margin:0px;
	padding:0px;
	z-index:2;
}
#act_page {
	position:absolute;
	left:358px;
	top:68px;
	width:500px;
	height:46px;
	z-index:2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 6px;
	font-style: normal;
	color: #F0F0F0;
	border: none;
}
#main_menu_container {
	position:absolute;
	left:0px;
	top:134px;
	width:960px;
	height:28px;
	margin:0px;
	padding: 0px;
	z-index:10;
}
#trail {
	position:absolute;
	left:0px;
	top:174px;
	width:726px;
	height:20px;
	line-height: 20px;
	padding-left: 233px; /* Abstand vom linken Rand*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	z-index:2;
}
#trail a {
	color: #4d485b;
	/*text-decoration: none;	*/
}
#trail c {
	color: #4d485b;
	text-decoration: none;
	font-weight: bold;
}
#news {
	position:absolute;
	left: 224px;
	top: 214px;
	width: 505px;
	height: 424px;
	z-index: 2;
	padding-left: 8px;
}
#news_h {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 505px;
	height: 28px;
	z-index:2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #BA0015;
	vertical-align: middle;
	padding-left: 8px;
}
#news_content {
	position: absolute;
	left: 0px;
	top: 33px;
	width: 505px;
	height: 390px;
	z-index: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #383441;
	padding-top: 0px;
	padding-left: 8px;
}
#news_tabelle {
}
.tab-news_zeile {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D485B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D485B;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#termine {
	position: absolute;
	left: 34px;
	top: 214px;
	width: 163px;
	height: 424px;
	z-index: 2;
}
#termine_h {
	position:absolute;
	left:0px;
	top:5px;
	width:155px;
	height:28px;
	z-index:2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #BA0015;
	vertical-align: middle;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D485B;
}
#termine_tabelle {
	position: absolute;
	top: 40px;
	width: 150px;
	height: 355px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D485B;
}
#termine_tabelle a {
	/*color: #4D485B;*/
	color: #BA0015;
	text-decoration: underline;
	cursor: pointer;
}
#termine_tabelle a:hover {
	color: #BA0015;
	text-decoration: underline;
	cursor: pointer;
}
#termine_scroll_up {
	position:absolute;
	top:408px;
	width:16px;
	height:10px;
	z-index:100;
	left: 10px;
	background-image: url(/Global/scroll_up.png);
	cursor: pointer;
}
#termine_scroll_up:hover {
	background-image: url(/Global/scroll_up_hover.png);
}
#termine_scroll_down {
	position:absolute;
	top:408px;
	width:16px;
	height:10px; 
	z-index:100;
	left: 30px;
	background-image: url(/Global/scroll_down.png);
	cursor: pointer;
}
#termine_scroll_down:hover {
	background-image: url(/Global/scroll_down_hover.png);
}
#termine_calendar{
	position:absolute;
	top:403px;
	left: 65px;
	Padding: 0px
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	z-index:100;
}
#termine_calendar a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D485B;
	text-decoration: underline;
}
#termine_calendar a:hover {
	color: #BA0015;
	text-decoration: underline;
}
#aktuell {
	position:absolute;
	top:214px;
	left: 762px;
	width:162px;
	height:167px;
	z-index:2;
}
#aktuell_h {
	position:absolute;
	left:0px;
	top:5px;
	width:154px;
	height:28px;
	z-index:2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #BA0015;
	vertical-align: middle;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D485B;
}
#aktuell_tabelle {
	position: absolute;
	top: 40px;
	width: 150px;
	height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D485B;
}
#aktuell_tabelle a {
	color: #4D485B;
	text-decoration: underline;
	cursor: pointer;
		}
#aktuell_tabelle a:hover {
	color: #BA0015;
	text-decoration: underline;
	cursor: pointer;
		}
#aktuell_scroll_up {
	position:absolute;
	top:151px;
	width:16px;
	height:10px;
	z-index:100;
	left: 10px;
	background-image: url(/Global/scroll_up.png);
	cursor: pointer;
}
#aktuell_scroll_up:hover {
	background-image: url(/Global/scroll_up_hover.png);
}
#aktuell_scroll_down {
	position:absolute;
	top:151px;
	width:16px;
	height:10px; 
	z-index:100;
	left: 30px;
	background-image: url(/Global/scroll_down.png);
	cursor: pointer;
}
#aktuell_scroll_down:hover {
	background-image: url(/Global/scroll_down_hover.png);
}
#aktuell_calendar{
	position:absolute;
	top:149px;
	left: 102px;
	Padding: 0px
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	z-index:100;
}
#aktuell_calendar a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D485B;
	text-decoration: underline;
}
#aktuell_calendar a:hover {
	color: #BA0015;
	text-decoration: underline;
}
#sponsoren {
	position:absolute;
	top:388px;
	left: 762px;
	width:162px;
	height:250px;
	z-index:2;
}
#sponsoren_tabelle {
	position: absolute;
	top: 2px;
	width: 150px;
	height: 225px;
	padding-left: 4px;
	padding-right: 5px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D485B;
}
#sponsoren_tabelle a {
	color: #4D485B;
	text-decoration: underline;
	cursor: pointer;
		}
#sponsoren_tabelle a:hover {
	color: #BA0015;
	text-decoration: underline;
	cursor: pointer;
		}
#sponsoren_scroll_up {
	position:absolute;
	top:234px;
	width:16px;
	height:10px;
	z-index:100;
	left: 10px;
	background-image: url(/Global/scroll_up.png);
	cursor: pointer;
}
#sponsoren_scroll_up:hover {
	background-image: url(/Global/scroll_up_hover.png);
}
#sponsoren_scroll_down {
	position:absolute;
	top:234px;
	width:16px;
	height:10px; 
	z-index:100;
	left: 30px;
	background-image: url(/Global/scroll_down.png);
	cursor: pointer;
}
#sponsoren_scroll_down:hover {
	background-image: url(/Global/scroll_down_hover.png);
}
#sponsoren_calendar{
	position:absolute;
	top:230px;
	left: 98px;
	Padding: 0px
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	z-index:100;
}
#sponsoren_calendar a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D485B;
	text-decoration: underline;
}
#sponsoren_calendar a:hover {
	color: #BA0015;
	text-decoration: underline;
}
.tabelle_zeile_oben {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.tabelle_zeile_unten {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D485B;
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 3px;
}
