@import "style_navigation.css";
@import "style_header.css";
@import "style_farben.css";
@import "style_docks.css";

body {
	background-color: #978486;
	font-family:Arial,Helvetica,sans-serif;
}

#content {
	width: 767px;
	background-image: url(../images/rand_links_rechts.gif);
	font-size: 0.75em;
	background-color: #C8C7C7;
	margin-top: 54px;
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
}

#footer {
	width: 772px;
	height: 38px;
	float: left;
	background-image: url(../images/footer_main.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

div.footer_stretch {
	width: 512px;
	background-color: #bc1b2f;
	background-image: url(../images/footer_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 15px 0px 0px 260px;
}

div.footer_text {
	padding: 7px 0px 7px 0px;
	margin: 0px 7px 0px 15px;
	font-size: 0.55em;	
	color: White;
	height: 35px;
}

#links {
	width: 161px;
	float: left;
	margin-top: 26px;
}

#rechts {
	width: 161px;
	float: left;
	margin-top: 20px;
}

#mitte {
	width: 440px;
	float: left;
}

.text_klein_weiss {
	font-size: 0.65em;
	font-weight: bold;
	color: #ffffff;
}

.form_newsletter{
	margin-top : 3px;
	margin-bottom : 3px;
	width: 140px;
	color:#bc1b2f;
}

.textfeld {
	width: 400px;
	background-color:#ADBEC6;
}

.fehler {
	background-color:#FF0000;
}


.geb {
	width: 130px;
	background-color:#ADBEC6;
}

.checkbox {
	background-color:#ADBEC6;
}

.fehler {
	background-color:#FF0000;
}

.fehlerwahl {
	color: #FF0000;
	font-weight:bold;
}


.form_newsletter_eingabe{
	width: 110px;
	color: #000000;
	font-size: 1em;
}

/* content elemente fuer MAX*/
div.content_max_top{
	float:left;
	margin-bottom:15px;
	width:440px;
}

div.content_max{
	width: 440px;
	float: left;
	margin-top: 15px;
}

div.content_max_head{
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/content_gross_oben.gif);
	height: 23px;
}

div.content_max_bild{
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

div.content_max_inhalt{
	padding: 12px 12px 20px 12px;
	background-image: url(../images/content_gross_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1em;
}

/* content elemente fuer MIN*/
div.content_min_l{
	width: 210px;
	margin-top: 15px;
	float: left;
}

div.content_min_r{
	width: 210px;
	float: right;
	margin-top: 15px;
}

div.content_min_head{
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/content_klein_oben.gif);
	height: 23px;
}

div.content_min_bild{
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

div.content_min_inhalt{
	padding: 5px 12px 10px 12px;
	background-image: url(../images/content_klein_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1em;
	text-align: justify;
}

/* Linkdefinition Termine */
a.termine:link {
	color:#bc1b2f;
	text-decoration:none;
	font-weight : bold;
	font-size : 1.1em;
}
a.termine:visited {
	color:#bc1b2f;
	text-decoration:none;
	font-weight : bold;
	font-size : 1.1em;
}
a.termine:hover {
	color:#bc1b2f;
	text-decoration:underline;
	font-weight : bold;
	font-size : 1.1em;
}

.t_klein {
	text-align: right;
}

/* Linkdefinition kleine weisse Links */
a.subnav:link {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.subnav:visited {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.subnav:hover {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}


/* Linkdefinition normale Links */
a:link {
	color:#bc1b2f;
	text-decoration:none;
	font-weight : bold;
}
a:visited {
	color:#bc1b2f;
	text-decoration:none;
	font-weight : bold;
}
a:hover {
	color:#bc1b2f;
	text-decoration:underline;
	font-weight : bold;
}

/* Linkdefinition Links im Text */
#mitte a, #mitte a:link, #mitte a:visited, #termine a, #termine a:link, #termine a:visited, .t_klein a {
	color: #bc1b2f;
	padding-left: 12px;
	background: url(../images/button_weiter_css.gif) no-repeat left top;
	text-decoration: none;
}

#mitte a:hover, #termine a:hover {
	text-decoration: underline;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

/* Allgemeine Textelemente */
h1 {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 15px;
	color: #bc1b2f;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 10px;
	font-weight: bold;
}

#mitte a.none {
	padding-left: 0px;
	background: none;
}

.nichts {
	border: none;
	padding-left: 0px;
	background: none;
	text-decoration: none;
}

/* Reitermenue */
.schatten{
	margin: 0px;
	padding: 0px;
	position:relative;
	margin-top: -13px;
   z-index:60;
}
.reiter_aktiv{
	margin: 0px;
	padding: 0px;
	position:relative;
  z-index:70;
  padding-right:2px;
	margin-bottom: -5px;
}
.reiter_inaktiv{
	margin: 0px;
	padding: 0px;
  padding-right:2px;
	margin-bottom: -5px;
}

#switcher {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-left: 5px solid #bc1b2f;
	border-right: 5px solid #bc1b2f;
	top: 130px;
	background-color: #dce1e3;
	width: 762px;
	height: 55px;	
}

.formular input, .formular textarea, .formular select {
	background-color:#c8c7c7;
	width:400px;
}

/* ========================
	PARTNER
*/
#partner {
	/*width: 424px;*/
}
#partner a {
	background: none ! important;
	margin: 0 ! important;
	padding: 0 ! important;
	outline: none;
}
#partner a img {
	margin: 10px;
	border: 1px solid #c8c7c7;
}
#partner a:hover img {
	border: 1px solid #fff;
}
#partner a span {
	display: none;
}


/* ADDED */

div.content_max_inhalt ul {
	margin: 10px 0px 0px 15px;
	padding: 0;
}

div.content_max_inhalt ul li {
	list-style-type: none;
	padding-left: 12px;
	background: url(../images/button_weiter_css.gif) no-repeat left top;
}

div.content_max_inhalt ul li.none, div.content_max_inhalt ul.none li, div.content_max_inhalt ul.none li a, div.content_max_inhalt a.none {
	padding-left: 0px;
	background: none
}

div.csc-sitemap ul li {
	background: none;
}
