@charset "iso-8859-1";

/***********************************************************************************/
/* Allgemeines
/***********************************************************************************/
/* Hiermit wird der Scrollbalken immer angezeigt, die Seite spring nicht (links-rechts) */
html {
	overflow-y: scroll;
}

/* Allgemeine Definitionen: kein Rand, Schriftart, -groesse und -farbe */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/images_page/background_page.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #aa1e28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e2022;
}

/* Container fuer die gesamte Seite */
.page {
	overflow: hidden;
	width: 900px;
	margin: auto;
}

/***********************************************************************************/
/* Metanavigation
/***********************************************************************************/
/* Container fuer die Metanavigation */
.meta_nav {
	overflow: hidden;
  width: 900px;
	height: 50px;	
}

.meta_nav_helper {
  float: left;
  width: 20px;
  height: 50px;
}

.meta_nav_box {
  overflow: hidden;
  float: right;
}

/* Item der Metanavigation */
.meta_nav_item {
  float: left;
	margin-top: 26px;
}

/* Item der Metanavigation mit Link */
.meta_nav_item a, 
.meta_nav_item a:link,
.meta_nav_item a:visited,
.meta_nav_item a:hover,
.meta_nav_item a:active {
	color: #ffffff;
	text-decoration: none;
}

/* aktives Item der Metanavigation */
.meta_nav_item_active {
	float: left;
	margin-top: 26px;
}

/* aktives Item der Metanavigation mit Link */
.meta_nav_item_active a,
.meta_nav_item_active a:link,
.meta_nav_item_active a:visited,
.meta_nav_item_active a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Trennerelement in der Metanavigation */
.meta_nav_trenner {
	float: left;
	margin-left: 5px; 
	margin-top: 26px;
	margin-right: 5px;
	color: #ffffff;
}

/***********************************************************************************/
/* Header: Logo und Werbung
/***********************************************************************************/
/* Container fuer den Header */
.header {
	overflow: hidden;
	width: 900px;
	height: 80px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

/* Logo */
.logo {
	float: left;
	height: 60px;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Text neben der Werbung */
.werbung_text {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Werbung */
.werbung {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/***********************************************************************************/
/* Content Container: Navigation, Box links und Content
/***********************************************************************************/
/* Container fuer die Navigation, Box links und Content */
.content {
	overflow: hidden;
	width: 900px;
	background-image: url(/images/images_page/background.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/********************************************/
/* Navigation
/********************************************/
/* Container fuer die Navigation */
.nav {
	overflow: hidden;
	width: 220px;
	float: left;
	padding-left: 15px;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 60px;
}

/* Item der Navigation */
.nav_item {
  padding-left: 2px;
  padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border-top: 1px solid #c8cacc;
	font-size: 13px;
	font-weight: bold;
}

.nav_item a,
.nav_item a:link,
.nav_item a:visited,
.nav_item a:hover,
.nav_item a:active {
	color: #1e2022;
	text-decoration: none;
}

/* letztes Item der Navigation */
.nav_item_last {
  padding-left: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border-top: 1px solid #c8cacc;
	border-bottom: 1px solid #c8cacc;
	font-size: 13px;
	font-weight: bold;
}

.nav_item_last a,
.nav_item_last a:link,
.nav_item_last a:visited,
.nav_item_last a:hover,
.nav_item_last a:active {
	color: #1e2022;
	text-decoration: none;
}

/* Item der Navigation (aktiv) */
.nav_item_active {
  padding-left: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border-top: 1px solid #c8cacc;
	font-size: 13px;
	font-weight: bold;
}

.nav_item_active a,
.nav_item_active a:link,
.nav_item_active a:visited,
.nav_item_active a:hover,
.nav_item_active a:active  {
	color: #be141e;
	text-decoration: none;
}

/* letztes Item der Navigation (aktiv) */
.nav_item_last_active {
  padding-left: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border-top: 1px solid #c8cacc;
	font-size: 13px;
	font-weight: bold;
}

.nav_item_last_active a,
.nav_item_last_active a:link,
.nav_item_last_active a:visited,
.nav_item_last_active a:hover,
.nav_item_last_active a:active  {
	color: #be141e;
	text-decoration: none;
}

/* Trennerelement der Navigation */
.spacer {
	height: 88px;
}

/********************************************/
/* Subnavigation
/********************************************/
/* Container fuer die Subnavigation */
.nav_sub {
	overflow: hidden;
	padding-left: 1px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight: normal;
	color: #1e2022;
}

/* Bild fuer die Items der Subnavigation */
.nav_sub_item_icon {
	float: left;
	margin-top: 6px;
	margin-right: 4px;
}

/* Item der Subnavigation */
.nav_sub_item {
	margin-bottom: 3px;
}

.nav_sub_item a,
.nav_sub_item a:link,
.nav_sub_item a:visited,
.nav_sub_item a:hover,
.nav_sub_item a:active {
  color: #1e2022;	
  font-weight: normal;
	text-decoration: none;
}

/* Item der Subnavigation (aktiv) */
.nav_sub_item_active {
	margin-bottom: 3px;
}

.nav_sub_item_active a,
.nav_sub_item_active a:link,
.nav_sub_item_active a:visited,
.nav_sub_item_active a:hover,
.nav_sub_item_active a:active {
	color: #be141e;
	font-weight: normal;
	text-decoration: none;
}

/********************************************/
/* Box links
/********************************************/
/* Titel der Box links */
.box_left_title {
	margin-bottom: 6px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #787a7c;
}

/* Container der Box links */
.box_left {
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #c8cacc;
	border-bottom: 1px solid #c8cacc;
}

/* Text in der Box links */
.box_left_text {
	clear: both;
	float: left;
	width: 44px;
	padding-top: 3px;
	color: #28282b;
}

/* Input-Felder in der Box links */
.box_left_input {
	float: left;
	border-top: 1px solid #6e6e6e;
}

/* Definition der Inputfelder */
.box_left_input input {
	width: 130px;
	margin-bottom: 5px;
	border: none;
	border-left: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #e1e1e1;
}

/* Link-Button "weiter" der Box links */
.weiter_button {
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	cursor: pointer;
}

.weiter_button input.submit {
  width: 13px;
  height: 13px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: url(/images/images_page/weiter_button.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
}

/********************************************/
/* Content: Header-Image, Uerberschrift und Inhalt
/********************************************/
/* Container fuer den Content */
.content_content {
	overflow: hidden;
	float: left;
	width: 640px;
	margin-left: 10px;
}

/* Container fuer den Content */
.content_content_2 {
	overflow: hidden;
	float: right;
	width: 640px;
	margin-left: 10px;
}

/* Header-Image im Content */
.header_img {
	overflow: hidden;
}

/* Container fuer den Text im Content */
.content_text {
	overflow: hidden;
  padding-left: 30px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
}

/* Ueberschirft im Content */
h1 {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #7d1e19;
}

/* Absaetze im Content */
p {
	margin: 0px;
	padding: 0px;
}

a,
a:link,
a:visited
a:hover,
a:active {
  color: #7d1e19;
	text-decoration: underline;
}

/* Text im Content */
.text {
	clear: both;
  font-size: 13px;
	color: #1e2022;
}

/***********************************************************************************/
/* Werbung Bottom: Image, Ueberschirft und Text
/***********************************************************************************/
/* Container fuer die Werbung */
.werbung_bottom {
	overflow: hidden;
	margin-left: 30px;
	padding-top: 30px;
	margin-right: 30px;
	/*padding-bottom: 40px;*/
	margin-bottom: 40px;
	border-top: 1px solid #7d1e19;
}

/* Image der Werbung */
.werbung_bottom_img {
	overflow: hidden;
	float: left;
	margin-right: 25px;
	/*border: 1px solid #c8cacc;*/
}

/* Container fuer den Text der Werbung */
.werbung_bottom_text {
	overflow: hidden;
	float: left;
	width: 415px;
}

/* Ueberschrift der Werbung */
h2 {
	margin: 0px;
	/*margin-top: 7px;*/
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #7d1e19;
}

/* Mehr-Link der Werbung */
a.mehr_link,
a:link.mehr_link, 
a:visited.mehr_link,
a:hover.mehr_link,
a:active.mehr_link {
	color: #7d1e19;
	text-decoration: underline;
}

a.back_link,
a:link.back_link,
a:visited.back_link
a:hover.back_link,
a:active.back_link {
  float: right;
  margin-top: 20px;
  color: #7d1e19;
	text-decoration: underline;
}


/***********************************************************************************/
/* Partner: Image und Text
/***********************************************************************************/
/* Container fuer die Partner */
.partner {
	overflow: hidden;
	margin-left: 30px;
	padding-top: 30px;
	margin-right: 30px;
	padding-bottom: 40px;
	border-top: 1px solid #7d1e19;
}

/* Container fuer einen Partner */
.partner_item {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}

/* Image der Partner */
.partner_img {
	overflow: hidden;
	float: left;
	margin-right: 25px;
	/*margin-bottom: 15px;
	border: 1px solid #c8cacc;*/
}

/* Container fuer den Text der Partner */
.partner_text {
	overflow: hidden;
	float: left;
	width: 415px;
	/*margin-top: 7px;*/
}

.partner_content {
  overflow: hidden;
	clear: both;
	padding-top: 30px;
}

/***********************************************************************************/
/* Block: Image und Text
/***********************************************************************************/
/* Container fuer einen Block */
.block_item {
	overflow: hidden;
	clear: both;
}

/* Image der Block */
.block_img {
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #c8cacc;
}

/* Container fuer den Text der Block */
.block_text {
	overflow: hidden;
	float: left;
	width: 425px;
  margin-top: 7px;
}

/***********************************************************************************/
/* Newsletteranmeldung
/***********************************************************************************/
/* Text in der Box */
.box_nl_text {
	clear: both;
	float: left;
  width: 100px;
	padding-top: 3px;
	color: #28282b;
}

/* Input-Felder in der Box links */
.box_nl_input {
	float: left;
	border-top: 1px solid #6e6e6e;
}

/* Input-Felder in der Box links */
.box_nl_input_2 {
	float: left;
	height: 25px;
}

/* Definition der Inputfelder */
.box_nl_input input.radio {
	float: left;
  width: 146px;
	margin-bottom: 5px;
	border: none;
}

.radio_text {
  float: left;
}

/* Definition der Inputfelder */
.box_nl_input input {
  width: 200px;
	margin-bottom: 5px;
	border: none;
	border-left: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #e1e1e1;
}

/* Link-Button "weiter" der Box links */
.weiter_nl_button {
	clear: both;
	cursor: pointer;
}

.weiter_nl_button input.submit {
  float: left;
  width: 13px;
  height: 13px;
  margin: 0px;
  margin-top: 2px;
  margin-right: 10px;
  padding: 0px;
  background-color: transparent;
  background-image: url(/images/images_page/weiter_button.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
}

.weiter_nl_button input.submit_text {
  float: left;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border: none;
}

