* {
	margin: 0px;
	padding: 0px;
}



html, body {	
	height: 100%;
	height:100.01%;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.uhrzeit {

	font-size: 32px;
	color: #0081C9;
	line-height: 32px;
	padding: 20px 0 20px 0;
}

.tag {
	color: #C4102A;
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0 20px 0;
}

.padding {
	margin-bottom: 15px;
}



body {
	background-color: #000;
	background-image: url("../media/layout/bg_gradient.png");
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



img, a {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}


#mainblock a { color: #C4102A; }
#mainblock a:hover, #rechts a:hover { background-color: #C4102A; color: #fff; }

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.0em;
	line-height: 1.6em;
	margin-bottom: 2.1em;
	}





#header {
	height: 146px;
	background-image: url(../media/layout/header_bg.png);
	background-repeat: repeat-x;
}



#logo {
	position: absolute;
	top: 43px;
	left: 18px;
	width: 285px;
	height: 80px;
	border: 0;
	float: left;
}


#logo img {
	border: 0;
	width: 285px;
	height: 80px;
}


#topnavi {
	width: 460px;
	height: 22px;
	position: absolute;
	left: 500px;
	top: 5px;
	text-align: right;
}

#headnavigation {
	width: 970px;
	height: 35px;
	position: absolute;
	left: 205px;
	top: 121px;
}





#center {
	height: 178px;
	position: relative;
	background-color: #939393;
	background-repeat:no-repeat;
	border-top:1px solid #939393;
	border-bottom:1px solid #939393;
}


#eventframe {
	background-image:url(../media/layout/bg_eventframe.jpg);
	background-color: #939393;
	background-repeat: no-repeat;
	position: relative;
	height: 178px;
	width: 970px;
	padding: 0;
	margin: 0;
	padding: 0;
	z-index: 1;

}

hr {
	background-color: #fff; /* Farbe für Opera und Firefox */
	color: #fff; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

#adressfeld {
	position: absolute;
	z-index: 100;
	left: 780px;
	top: 40px;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 100px;
	background-image: url(../media/layout/adressfeld.png);
	background-repeat: no-repeat;
	background-color: transparent;

}

#content {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../media/layout/content_bg.png);
	background-repeat:repeat-x;
}


#left {
	width: 210px;
	float: left;
	padding-left: 12px;
	margin: 25px 0 0 0;
}



#leftblock {
	width: 190px;
	background-color: #333;
	float: left;
	position: relative;
	margin: 25px 0 25px 18px;
	padding: 0 0 25px 0;
	border: 1px solid white;
}


#navigation {
	width: 210px;
	background-color: #333;
	background-repeat: no-repeat;
	background-image: url("../media/layout/navigation_main.png");
	padding: 0;
	margin: 0;
}

#navigation_top {
	width: 210px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url("../media/layout/navigation_top.png");
	height: 31px;
}

#navigation_bottom {
	width: 210px;
	padding: 0;
	margin: 0;
	background-color: #333;
	background-image: url("../media/layout/navigation_bottom.png");
	height: 12px;
}

#youarehere {
	padding-bottom: 14px;
}


#mainblock {
	width: 520px;
	float: left;
	margin: 25px 0 0 28px;
	padding: 0 0 25px 0;
	border: 0;
	background-color: transparent;
}

#mainblock ul, #morenavi ul, #rechts ul {
	margin: 10px;
	border: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	list-style-image: url(/fileadmin/media/layout/arrow_red.gif);
	}


#mainblock ul li {
	line-height: 1.2em;
	font-size: 1.0em;
	padding-bottom: 1.4em;
	}

#rechts ul li {
	line-height: 1.0em;
	font-size: 11px;
	padding-bottom: 1.1em;
	}

/* linke Spalte innerhalb der mittleren Spalte */

#content_links {
	position: relative;
	float: left;
	width: 240px;
	margin: 0 2px 0 0;
	padding: 0;
}



/* rechte Spalte innerhalb der mittleren Spalte */

#content_rechts {
	position: relative;
	float: right;
	width: 240px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px dotted white;	
}

/* diese Klasse beendet den zweispaltigen Mittelteil */

.clearboth {
	clear: both;
	height: 1px;
}


#rechts {
	width: 185px;
	float: left;
	margin: 55px 0 0 25px;
}



#rechts_box, #rightbox {
	margin: 25px 0 0 18px;
	padding: 0 0 25px 0;
	border: 0px solid white;
}

#rechts_box p, #rightbox p, #rechts .bodytext {
	font-size: 11px;
}

/* ### Footer ###################################################################### */
#footer_top {
	width:985px;
	height: 19px;
	background-color: transparent;
	background-image: url("../media/layout/footer_top.png");
	background-repeat:no-repeat;
}
#madeby {

	float: right;
	padding-right: 13px;
	color: #000;
	font-size: 10px;
}

#madeby a {
	color: #B1003A;
	}
	
#socials {
	padding-left: 800px;
	padding-top: 3px;
	color: #000;
	font-size: 10px;
}

#footer {
	width:100%;
	height: 73px;
	background-color: #333;
	background-image: url("../media/layout/footer_gradient.png");
	background-repeat:repeat-x;
	border-top:1px solid #939393;
	border-bottom:1px solid #939393;
	bottom: 150px;
}

#footer #copyright {
	height: 72px;
	width: 250px;
	float: left;
	padding-left: 25px;

}

#footer #standard {
	height: 72px;
	width: 230px;
	float: left;
	padding-left: 180px;

}

#wirliebenstandards {
	display:none;
	float: left;
	padding: 35px 0 25px 20px;
	}

#footer #telefon {
	height: 72px;
	width: 195px;
	float: left;
	padding-left: 105px;
}


#footer p {
	padding: 20px 0;
	color:#c4c4c4;
	background:inherit;
}

#footer p a,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}



#end {
	height: 150px;
	background-image: url(../media/layout/content_bg.png);
	position: -26px;
	background-repeat:repeat-x;
}

#footer_bottom {
	width:100%;
	height: 26px;
	background-color: transparent;
	background-image: url("../media/layout/footer_bottom.gif");
	background-repeat:no-repeat;
	border-bottom:0px solid #939393;
}
.clear {
	clear: both;
	height: 0px;
	background-color: #fff;
	overflow: hidden;
	}
	
/* ### headlines ############################################################ */

#mainblock h1 {
	color: #C4102A;
	background: inherit;
	font-size:18px;
	font-weight:normal;
	line-height:1.6em;
	margin-bottom: 1.4em;
}

#mainblock h2 {
	color: #C4102A;
	background: inherit;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1.4em;
}

#mainblock h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #C4102A;
	background: inherit;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1.4em;
}

#mainblock h4 {
	color: #C4102A;
	background: inherit;
	font-size: 14px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom: 1.4em;
}

#mainblock h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #efdfcf;
	background: inherit;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1.4em;
	text-align: center;
}

#mainblock h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #efdfcf;
	background: inherit;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	text-align: center;	
}

#navigation h5 {
	color: #fff;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;

}

.top2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 26px;
	color: #C4102A;
	background-image: url(/fileadmin/media/layout/bg_headline1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 1.6em;
	
}

.top1 {
}

.top3 {
}
/*-------------CSS---------------------*/

#headnavigation div {
font-size: 12px;
}



.btn_space, .btn_left, .btn_left_active, .btn_right, .btn_right_active {
        float:left;
  width:5px;
  height:26px;
}

.btn_left {
  background-image: url(/fileadmin/media/navi/menu_09.gif);
  background-repeat: no-repeat;
}
.btn_left_active {
  background-image: url(/fileadmin/media/navi/menu_14.gif);
  background-repeat: no-repeat;
}
.btn_right {
  background-image: url(/fileadmin/media/navi/menu_13.gif);
  background-repeat: no-repeat;
}
.btn_right_active {
  background-image: url(/fileadmin/media/navi/menu_18.gif);
  background-repeat: no-repeat;
}
.btn_center, .btn_center_active {
        float:left;
  height:26px;
        background-repeat: repeat-x;
}
.btn_center{
  background-image: url(/fileadmin/media/navi/menu_11.gif);
}
.btn_center_active {
  background-image: url(/fileadmin/media/navi/menu_16.gif);
  background-color:#FFFFFF;
}
.btn_text {
  padding: 6px 0 2px 0;
}


.btn_text_active {
  padding: 4px 0 4px 0;
}

.btn_text a:link, 
.btn_text a:visited, 
.btn_text a:hover
.btn_text a:active, 
.btn_text_active a:link, 
.btn_text_active a:visited, 
.btn_text_active a:hover, 
.btn_text_active a:active {
        font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
.btn_text a:link, 
.btn_text a:visited, 
.btn_text a:active{
  color: #FFFFFF;
}


.btn_text a:hover {
	color: #C4102A;
}

.btn_text_active a:link, 
.btn_text_active a:visited, 
.btn_text_active a:hover, 
.btn_text_active a:active{
  color: #666;
}

.breaker {
  overflow:hidden;
  height:1px;
  clear:both;
}

/* VISITENKARTEN */

.visitenkarte {
	float: left;
	width: 420px;
	margin: 0 10px 5px 0;
}



.visitenkarte .bild {
	float: left;
	margin-right: 5px;
}



.visitenkarte .clearing {
	height:30px;
	clear: left;
}



.clearLeft {
	color: #DB0045; 
	clear: left;
}


.subnavlevel2active a  {
	color: #f00;
	font-weight: bold;
}

.subnavlevel2 a:hover {
color: #2A659E;
}

/****************
*
* Formulare
*
****************/

#mainblock * form br {
	clear: left;
}


#mainblock * label {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	width: 200px;
}


#mainblock * h4 {
	display: block;
	color: #369;
	margin: 0 0 5px 0;
	width: 500px;
}

#mainblock * input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 0 5px 0;
	witdh: 250px;
}

#mainblock * textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 0 5px 0;
	witdh: 180px;
}


#mainblock * select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 0 5px 0;
	witdh: 180px;
}
.error {
	border: 1px solid #f00;
	margin: 20px;
	color: #f00;
}

.news-latest-container {
	width: 230px;
}
	

.news-latest-container .headlines {

	color: #040;
	font-size: 11px;
	font-weight: bold;
}	
	