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

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

#content {
	width: 767px;
	background-image: url(/images/rand_links_rechts.gif);
	font-size: 0.75em;
	background-color: #AABEC7;
	margin-top: 43px;
	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: #034EA2;
	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;
}

div.content_max_inhalt ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}

#links {
	/* background-color: Gray; */
	width: 161px;
	float: left;
	margin-top: 26px;
}

#rechts {
	/* background-color: Lime; */
	width: 161px;
	float: left;
}

#mitte {
	/* background-color: Olive; */
	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:#034EA2;
}

.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;
}

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:#034EA2;
	text-decoration:none;
	font-weight : bold;
	font-size : 1.1em;
}
a.termine:visited {
	color:#034EA2;
	text-decoration:none;
	font-weight : bold;
	font-size : 1.1em;
}
a.termine:hover {
	color:#034EA2;
	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:#034EA2;
	text-decoration:none;
	font-weight : bold;
}
a:visited {
	color:#034EA2;
	text-decoration:none;
	font-weight : bold;
}
a:hover {
	color:#034EA2;
	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: #034EA2;
	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;
}

/* Allgemeine Textelemente */
h1 {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 15px;
	color: #034EA2;
	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;
}
