@charset "utf-8";
/*****************************************************************/
/* Allgemein Dinge für alle HTML-Files - Anfang
/*****************************************************************/
/* Springen der Seite verhindern */
html {
	overflow-y: scroll;
}

/* Body */
body {
	margin: 0px;
	text-align: center;
}

p {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0px;
  padding: 0px; 
  padding-left: 15px;
  list-style-image: url(/images/aufzaehlungszeichen.gif);
}

hr {
  border: none;
  background-color: #000000;
  height: 4px;
  padding-top: 5px;
  margin-top: 5px;
}

li {
  margin: 0px;
  padding: 0px;
}

a,
a:link,
a:visited,
a:active {
  color: #323232;
  text-decoration: underline;
  /*background-color: yellow;*/
}


a:hover {
  color: #323232;
  text-decoration: underline;
  font-weight: bold;
  /*background-color: yellow;*/
}

/* Seite */
.page {
  /*overflow: hidden;*/
}

/* Inhalt */
.content {
  width: 800px;
  margin: auto;
  text-align: left;
}

/* Headerbild */
.header_image {
	clear: both;
	width: 800px;
	height: 346px;
}
/*****************************************************************/
/* Allgemein Dinge für alle HTML-Files - Ende
/*****************************************************************/

/*****************************************************************/
/* Header - Anfang
/*****************************************************************/
/* Box fuer den Header */
.header {
	overflow: hidden;
	width: 800px;
	background-color: #ffffff;
	margin: auto;
}

/* Logo */
.logo {
	float: left;
}

.logo a,
.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active {
  color: #323232;
  text-decoration: none;
  background-color: none;
}

/* Text rechts */
.header_text {
	float: right;
	margin-top: 55px;
	margin-right: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #323232;
	font-size: 11px;
}

/* Text 1 - Link */
.meta_menu,
.meta_menu a:link, 
.meta_menu a:visited, 
.meta_menu a:hover, 
.meta_menu a:active {
	float: left;
  font-size: 11px;
	font-weight: normal;
	color: #323232;
	text-decoration: none;
	background-color: transparent;
}

/* Trennpunkt */
.trenner {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 7px;
	/*display: none;*/
	/* punkt in grau */
}
/*****************************************************************/
/* Header - Ende
/*****************************************************************/

/*****************************************************************/
/* Text-Styles fuer den Content - Anfang
/*****************************************************************/
/* Ueberschriften 1 */
h1 {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 2px;
  font-weight: bold;
}

/* Ueberschriften 2 */
h2 {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

/* Text */
.content_detail {
	overflow: hidden;
	width: 800px;
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #323232;
	font-size: 11px;
}
/*****************************************************************/
/* Text-Styles fuer den Content - Ende
/*****************************************************************/

/*****************************************************************/
/* Aufteilung linke und rechte Spalte - Anfang
/*****************************************************************/
/* linke Box */
.left {
	float: left;
	width: 182px;
}

/* rechte Box */
.right {
	width: 564px;
	background-color: #ffffff;
	float: left;
	margin-left: 24px;
	padding: 15px;
	padding-bottom: 35px;
	line-height: 140%;
}

/* rechte Box - Home */
.right_home {
  width: 564px;
  /*height: 330px;*/
	background-color: #ffffff;
	float: left;
	margin-left: 24px;
	padding: 15px;
	padding-bottom: 15px;
	line-height: 140%;
	/*overflow: auto;
  overflow-y: scroll;*/ 
}
/*****************************************************************/
/* Aufteilung linke und rechte Spalte - Ende
/*****************************************************************/

/*****************************************************************/
/* Navigation - Anfang
/*****************************************************************/
/* Box fuer die Navigation */
.navigation {
	background-color: #ffffff;
	margin-bottom: 5px;
	padding: 15px;
}

/* Font-Styles fuer die Navigation */
.nav,
.nav a:link,
.nav a:visited {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #323232;
	text-decoration: none;
	background-color: transparent;
}

/* Font-Styles fuer die Navigation */
.nav_active,
.nav_active a:link,
.nav_active a:visited {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
	background-color: transparent;
}

/* Box fuer die Sub-Navigation */
.sub_nav {
  margin-top: 4px;
  margin-left: 10px;
}

/* Font-Styles fuer die Sub-Navigation */
.sub,
.sub a:link,
.sub a:visited {
	text-transform: none;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: normal;
	color: #323232;
	text-decoration: none;
	background-color: transparent;
}

/* Font-Styles fuer die Sub-Navigation */
.sub_active,
.sub_active a:link,
.sub_active a:visited {
	text-transform: none;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
	background-color: transparent;
}


/* Box fuer die Subsub-Navigation */
.subsub_nav {
  margin-top: 2px;
  margin-left: 10px;
}

/* Font-Styles fuer die Subsub-Navigation */
.subsub,
.subsub a:link,
.subsub a:visited {
	text-transform: none;
	margin-bottom: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #323232;
	text-decoration: none;
	background-color: transparent;
}

/* Font-Styles fuer die Subsub-Navigation */
.subsub_active,
.subsub_active a:link,
.subsub_active a:visited {
	text-transform: none;
	margin-bottom: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #323232;
	text-decoration: none;
	background-color: transparent;
}
/*****************************************************************/
/* Navigation - Ende
/*****************************************************************/

/*****************************************************************/
/* Box links - Anfang
/*****************************************************************/
/* Box links */
.box_left {
	font-size: 11px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 140%;
	color: #323232;
}
/*****************************************************************/
/* Box links - Ende
/*****************************************************************/

/*****************************************************************/
/* FCK Styles - Anfang
/*****************************************************************/
.title_big {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  color: #323232;
}

.text_box_links {
  padding: 15px;
  background-color: #ffffff;
}

.trenner_box_links {
  height: 5px;
}
/*****************************************************************/
/* FCK Styles - Ende
/*****************************************************************/

/*****************************************************************/
/* Home - Anfang
/*****************************************************************/
/**/
.column {
  width: 196px;
	line-height: 140%;
	overflow: hidden;
	margin-bottom: 5px;
	float: left;
}

/* box fuer den Inhalt */
.inhalt_box {
  float: left;
  width: 176px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 3px;
}

.inhalt_img {
  margin-bottom: 10px;
  float: left;
}

.inhalt_trenner {
  float: left;
  width: 3px;
}
/*****************************************************************/
/* Home - Ende
/*****************************************************************/

.ticker {
  height: 13px;
  width: 800px;
  position: absolute;
  z-index: 100;
  top: 405px;
  overflow: hidden;
}

#div_ticker {
  font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	border: 0px; 
  width: 100%;
}

#div_ticker a,
#div_ticker a:link,
#div_ticker a:visited,
#div_ticker a:hover,
#div_ticker a:active{
  text-decoration:none;
  background-color: transparent;
}

/*****************************************************************/
/* News - Anfang
/*****************************************************************/
.news {
  overflow: hidden;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1cdc1;
}

.news_detail {
  overflow: hidden;
  clear: both;
}

.news_img {
  float: left;
  width: 176px;
  height: 106px;
}

.news_text {
  overflow: hidden;
  float: left;
  width: 358px;
  height: 106px;
  margin-left: 30px;
}

.news_text_detail {
  overflow: hidden;
  float: left;
  /*width: 374px;
  margin-left: 30px;*/
}

/* Ueberschriften 5 */
h5 {
  font-family: Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 11px;
  margin: 0px;
  margin-bottom: 9px;
  padding: 0px;
  font-weight: bold;
  line-height: 100%;
}

/* Ueberschriften 6 */
h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 11px;
  margin: 0px;
  margin-bottom: 9px;
  padding: 0px;
  font-weight: normal;
  line-height: 100%;
}

.news_text_text {
  overflow: hidden;
  width: 100%;
  /*height: 38px;*/
  height: 44px;
  /*line-height: 115%;*/
  line-height: 140%;
}

.news_text_text_detail {
  overflow: hidden;
  width: 100%;
  /*line-height: 115%;*/
  line-height: 140%;
}

.mehr_link {
  float: right;
}

.back_link {
  float: right;
  margin-top: 20px;
}
/*****************************************************************/
/* News - Ende
/*****************************************************************/