﻿/* Übernommen von http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm */
body {
	background: white;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required *//* The min-width property does not work in old versions of Internet Explorer */
	padding: 0;
	width: 100%;
}

a { color: rgb(0, 82, 125); }

h1, h2, h3, h4, h5 {
	color: rgb(0, 82, 125);
	font-style: normal;
	margin: .8em 0 .2em 0;
	padding: 0;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 { font-size: 14pt; }

h3 { font-size: 12pt; }

hr { color: rgb(0, 137, 208); }

td {
	border: 1px solid #C0C0C0;
	height: 24px;
	padding: 5px;
}

table {
	border: thin solid rgb(0, 82, 125);
	border-collapse: collapse;
}

.tableListe {
	border: inherit;
	text-align: left;
}

.presseArtikel {
	border: thin solid rgb(0, 137, 208);
	font-size: 20px;
	font-weight: bold;
}

.platzierungNr { }

.platzierung {
	color: rgb(0, 137, 208);
	font-family: Verdana;
	font-size: 36pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.left_menu { margin-left: 5px; }

.left_menu_no_img { margin-top: 10px; }

.menuItem {
	border-color: rgb(0, 82, 125);
	border-top-style: dotted;
	border-width: 1px 0 0 0;
	color: rgb(0, 82, 125);
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	line-height: 30px;
	margin-right: 15px;
	position: relative;
}

.menuItem a:hover {
	background: rgb(0, 82, 125);
	color: white;
	text-decoration: none;
}

.menuItem a:link { text-decoration: none; }

.menuItem a:visited { text-decoration: none; }

.nav_current_img {
	height: 26px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
}

.nav_current_text {
	color: inherit;
	margin-left: 5px;
}

.nav_other_img {
	height: 26px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
}

.nav_other_text {
	color: inherit;
	margin-left: 5px;
}

.navTrailItem { color: rgb(0, 82, 125); }

.navigationTrail {
	clear: both;
	float: left;
	font-size: 12px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img { margin: 10px 0 5px; }
/* Header styles */

#header {
	clear: both;
	float: left;
	width: 100%;
}

#header { border-bottom: 1px solid rgb(0, 137, 208); }

#header2 {
	clear: both;
	width: 100%;
}

#header p, #header h1, #header h2 {
	margin: 0;
	padding: .4em 15px 0 15px;
}

#header ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a {
	background: #eee;
	color: #000;
	display: block;
	float: left;
	left: 15px;
	line-height: 1.3em;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

#header ul li a:hover {
	background: #369;
	color: #fff;
}

#header ul li a.active, #header ul li a.active:hover {
	background: #000;
	color: #fff;
	font-weight: bold;
}

#header ul li a span { display: block; }

#header .header_url {
	color: #0189D0;
	font-family: Arial;
	font-size: 34px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#header .header_ortsverband {
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	text-align: right;
}

#header .header_ortsverband_name {
	color: #09AF54;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: inherit;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#header .topRight_Banner { float: right; }

#header .topLeft_Banner_image { float: left; }

/* column container */

.colmask {
	clear: both;
	float: left;
	overflow: hidden; /* This chops off any overhanging divs */
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	width: 100%; /* width of whole page */
}
/* holy grail 3 column settings */

.threecol { background: white; /* Right column background colour */ }

.threecol .colmid {
	background: white; /* Centre column background colour */
	float: left;
	margin-left: -200px; /* Width of right column */
	position: relative;
	right: 100%;
	width: 200%;
}

.threecol .colleft {
	float: left;
	left: 300px; /* Left column width + right column width */
	margin-left: -50%;
	position: relative;
	width: 100%;
}

.threecol .col1wrap {
	float: left;
	padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
	position: relative;
	right: 100px; /* Width of left column */
	width: 50%;
}

.threecol .col1 {
	left: 200%;
	margin: 0 215px 0 115px; /* Centre column side padding:                             Left padding = left column width + centre column left padding width                             Right padding = right column width + centre column right padding width */
	overflow: hidden;
	position: relative;
}

.threecol .col2 {
	float: left;
	float: right; /* This overrides the float:left above */
	position: relative;
	right: 5px; /* Width of the left-had side padding on the left column */
	width: 90px; /* Width of left column content (left column width minus left and right padding) */
}

.threecol .col3 {
	float: left;
	float: right; /* This overrides the float:left above */
	left: 50%;
	margin-right: 45px; /* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	width: 170px; /* Width of right column content (right column width minus left and right padding) */
}
/* Footer styles */

#footer {
	border-top: 1px solid rgb(0, 137, 208);
	clear: both;
	float: left;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#terminliste ul { line-height: 150%; }

.col3 #facebooklike {
	margin: .8em 0 .2em 0;
	padding: 0;
}

#facebooklike {
	float: right;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-top: 3px;
	padding: 0px;
}

