/* -----------------------------------------------------------------------------------------
   allgemeine Stile
----------------------------------------------------------------------------------------- */

.textklein {
	font-size: 10px;
	line-height: 12px;
}

.b {
	font-weight: bold;
}

.abstandklein {
	padding-bottom:4px;
}

.abstandgross {
	padding-bottom:8px;
}

.horiz_line {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url('/_img_allgemein/linie_horizontal.gif') repeat-x;
}

* html .horiz_line {
	margin-bottom: 10px;
}

.vert_line {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	font-size: 0;
	line-height: 0;
	background: url('/_img_allgemein/linie_vertical.gif') repeat-y;
}


/* -----------------------------------------------------------------------------------------
   Spaltendefinitionen
----------------------------------------------------------------------------------------- */

.leftcol {
	width: 210px;
	float: left;
}

.midcol {
	width: 520px;
	float: left;
}

.rightcol {
	width: 220px;
	float: left;
}


/* -----------------------------------------------------------------------------------------
   HTML-Elemente
----------------------------------------------------------------------------------------- */

body {
	min-width: 950px;
	background: #B3C4D2;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #111b4e;
}

td {
	font-size: 12px;
	line-height: 18px;
	font-family: "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #111b4e;
}

a {
	color: #BC3A19;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #BC3A19;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 0;
	border-top: 1px dashed #16203B;
}

form {
	margin:0;
	padding:0;
}


/* -----------------------------------------------------------------------------------------
   Kopfbereich (einschliesslich oberer Navi, deren Styles aber in navi.css stehen)
----------------------------------------------------------------------------------------- */

.bluebar {
	border-top: 10px solid #003972;
}

div#topmenu {
	height: 13px;
	padding: 70px 0 15px 40px;
	background: #FFFFFF;
	white-space: nowrap;
}

div#head {
	width: 100%;
	height: 170px;
	background: #B3C4D2;
}

div#head div {
	height: 170px;
}

div#head div#headwidth {
	width: 950px;
}

div#head div.leftcol {
	background-repeat: no-repeat;
	background-position: top right;
	height: 170px;
}

div#head div.midcol {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #BC3918;
	height: 160px;
}

div#head div.midcol h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #BC3918;
	padding: 0 20px 0px 20px;
	line-height: 40px;
	margin: 0;
	margin-top: 120px;
}

div#head div.rightcol {
	background: #111B4E;
}

div#head div.rightcol img {
	border: none;
}


/* -----------------------------------------------------------------------------------------
	Contentbereich (einschliesslich linker Navi, deren Styles aber in navi.css stehen) 
----------------------------------------------------------------------------------------- */

div#body {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFFFFF;
}

div#body div#bodywidth {
	width: 950px;
}

div#body div.leftcol {
	width: 190px;
	margin-left: 20px;
	margin-right: 20px;
}

* html div#body div.leftcol {
	margin-left: 10px;
}

div#body div.midcol {
	width: 480px;
	margin-right: 20px;
}

div#body div.midcol h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}

div#body div.midcol h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}

div#body div.midcol ul {
	margin: 0;
	padding: 0 0 0 20px;
}

div#body div.midcol li {
	margin: 0;
	padding: 5px 0 0 0;
}


div#body div.rightcol {
	padding-left: 20px;
	width: 200px;
}

div#body div.rightcol * {
	padding-left: 0;
}

div#body div.rightcol h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #A2412A;
	text-transform: uppercase;
}

div#body div.rightcol h2 a {
	color: #BC3918;
	padding-left: 15px;
	background: url('/_img_allgemein/red_bullet.gif') no-repeat 0 4px;
}

* html div#body div.rightcol h2 a {
	background-position: 0 4px;
}

div#body div.rightcol h2 a:hover {
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 4px;
}

* html div#body div.rightcol h2 a:hover {
	background-position: 0 4px;
}

div#body div.rightcol h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 15px;
}

div#body div.rightcol h3 a {
	color: #16203B;
	text-decoration: none;
}

div#body div.rightcol h3 a:hover {
	color: #BC3918;
	text-decoration: underline;
}

div#body div.rightcol p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 15px;
}

.horiz_line_rightcol {
	display: block;
	margin-top: 10px;
	margin-bottom: 14px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url('/_img_allgemein/linie_horizontal.gif') repeat-x;
}

#map {
	border:1px solid #111B4E;
}


/* -----------------------------------------------------------------------------------------
	Bilderliste (im Contentbereich) 
----------------------------------------------------------------------------------------- */

.bildlinks {
	clear: both;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
}

.bildlinks + .bildlinks {
	margin-bottom: 0;
}

.bildlinks img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

.bildlinks div {
	clear: both;
	margin: 0;
	padding: 5px;
	padding-top: 5px;
}


/* -----------------------------------------------------------------------------------------
	Linkliste (im Contentbereich) 
----------------------------------------------------------------------------------------- */

.linklist {
	margin-top: 20px;
	margin-bottom: 20px;
}

.linklist h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

.linklist p {
	margin: 0;
	padding: 0;
}

.linklist h4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.linklist h4 a {
	padding-left: 15px;
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 2px;
	color: #BC3918;
}

* html .linklist h4 a {
	background-position: 0 4px;
}

.linklist h4 a:hover {
	background-image: url('/_img_allgemein/red_bullet.gif');
}

.linklist p.linktext {
	padding-left: 15px;
}

.linklist img {
	float: left;
	border: none;
	text-align: left;
	margin: 0 15px 10px 0;
}


/* -----------------------------------------------------------------------------------------
	Ankerliste (z.B. für FAQ; im Contentbereich) 
----------------------------------------------------------------------------------------- */

div.midcol ul.anchorlist {
	clear: both;
	list-style-image: none;
	list-style-type: none;
	margin: 20px 0 10px 0 !important;
	padding: 0 !important;
}

div.midcol ul.anchorlist li a {
	padding-left: 15px;
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 2px;
	color: #BC3918;
}

* html div.midcol ul.anchorlist li a {
	background-position: 0 4px;
}

div.midcol ul.anchorlist li a:hover {
	background-image: url('/_img_allgemein/red_bullet.gif');
}

div.midcol div.anchorlistanswer {
	margin-top: 10px;
}


/* -----------------------------------------------------------------------------------------
	Trefferliste der Suche (im Contentbereich) 
----------------------------------------------------------------------------------------- */

.searchhit_link {
	margin-top: 10px;
	padding-left: 14px;
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 4px;
}
.searchhit_link a {
	text-decoration: none;
	font-weight:bold;
	color: #BC3918;
}
.searchhit_link h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #16203B;
}


/* -----------------------------------------------------------------------------------------
	Blättern (z.B. bei Trefferliste der Suche)
----------------------------------------------------------------------------------------- */

.paging_back {
	float: left;
}

.paging_next {
	float: right;
}

.paging_back a {
	padding-left: 15px;
	background: url('/_img_allgemein/zurueck.gif') no-repeat 0 2px;
}

* html .paging_back a {
	background-position: 0 4px;
}

.paging_back a:hover {
	background-image: url('/_img_allgemein/zurueck_f2.gif');
}

.paging_next a {
	padding-right: 15px;
	background: url('/_img_allgemein/vor.gif') no-repeat right 2px;
}

* html .paging_next a {
	background-position: right 4px;
}

.paging_next a:hover {
	background-image: url('/_img_allgemein/vor_f2.gif');
}


/* -----------------------------------------------------------------------------------------
   Kontaktformular
----------------------------------------------------------------------------------------- */

.contactform div {
	padding-top: 8px;
}

.contactform label {
	font-weight: bold;
	display: block;
}

.contactform input, .contactform textarea {
	border: 1px groove #16203B;
}

.contactform input[type=text] {
	width: 200px;
}

.contactform input[type=button] {
	margin-left: 10px;
}

.contactform img {
	border:1px solid #111B4E;
}


/* -----------------------------------------------------------------------------------------
	Fussbereich 
----------------------------------------------------------------------------------------- */

div#foot {
	height: 70px;
	padding-top: 10px;
	background: #B3C4D2;
}

div#foot div.leftcol {
	display: block;
	height: 1px;
}

div#foot div.midcol {
	padding-left: 20px;
}

div#foot div.midcol a {
	color: #16203B;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 10px;
	text-transform: uppercase;
}

div#foot div.midcol a img {
	vertical-align: text-bottom;
}

div#foot div.midcol a#toplink {
	background: url('/_img_allgemein/top.gif') no-repeat 0 2px;
}

div#foot div.midcol a#printlink {
	background: url('/_img_allgemein/print.gif') no-repeat 0 2px;
}

div#foot div.midcol a:hover {
	color: #FFFFFF;
}

div#foot div.midcol a:hover#toplink {
	background: url('/_img_allgemein/top_f2.gif') no-repeat 0 2px;
}

div#foot div.midcol a:hover#printlink {
	background: url('/_img_allgemein/print_f2.gif') no-repeat 0 2px;
}

div.midcol a#backlink img {
	vertical-align: text-bottom;
}

div#foot div.midcol a#backlink {
	background: url('/_img_allgemein/back.gif') no-repeat 0 2px;
}

div#foot div.midcol a:hover#backlink {
	background: url('/_img_allgemein/back_f2.gif') no-repeat 0 2px;
}
