@charset "UTF-8";
/* 2009 neueDaten* */

/* General: */
html, body {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #96cbdd;
}


/* Positions: */

#logo {
	position: absolute;
	left: 2px;
}

#total {
	position: absolute;
	left: 50%;
	margin-left: -465px;
	width: 930px;
}

#header {
	position: absolute;
	width: 931px;
	height: 104px;
	background-image: url(../img/header_bg.png);
}

#header_shadow_bottom {
	position: absolute;
	bottom: -3px;
	height: 3px;
	width: 931px;
	background-image: url(../img/header_shadow_bottom.png);
	background-repeat: no-repeat;
	font-size: 1px;
}

#menu {
	position: absolute;
	top: 113px;
	z-index: 100;
	width: 940px;
}

.blindbtn {
	width: 92px;
    height: 24px;
    padding-left: 9px;
    padding-top: 3px;
    background-image: url(/fileadmin/templates/img/menu_bg_2.png);
    background-repeat: no-repeat;
    float: left;
	z-index: 1;
}
#blind1 {
	position: absolute;
	left: 728px;
}
#blind2 {
	position: absolute;
	left: 829px;
}


/* CONTENTS: */

#content_wrap_start {
	position: absolute;
	width: 931px;
	top: 143px;
	background-image:url(../img/bg_content_start.png);
	background-repeat: repeat-y;
}
#content_wrap_drei {
	position: absolute;
	width: 931px;
	top: 143px;
	background-image:url(../img/bg_content_start.png);
	background-repeat: repeat-y;
}
#content_wrap_zwei {
	position: absolute;
	width: 931px;
	top: 143px;
	background-image:url(../img/bg_content_zwei.png);
	background-repeat: repeat-y;
}

#content_shadow_bottom {
	position: absolute;
	bottom: -3px;
	height: 3px;
	width: 931px;
	background-image: url(../img/bg_content_start_bottom.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
#content_shadow_top {
	position: absolute;
	width: 931px;
	height: 3px;
	top: -3px;
	background-image: url(../img/bg_content_start_top.png);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%
	
}

#content hr {
	outline: none;	
	border: none;
	margin: 15px 0;
	border-top: solid 1px #595959;
}


#meta_menu {
	position: relative;
	width: 204px;
	height: 22px;
	top: 22px;
	left: 726px;
	z-index: 200;
	background-image: url(../img/footmenu_bg.png);
	background-repeat: no-repeat;
}


/* Metamenue: */

#meta_menu ul {
	margin: 0;
	margin-left: 12px;
	padding: 0;
}
#meta_menu li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	top: 5px;
}

#meta_menu a {
	vertical-align: top;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	color: #595959;
	text-decoration:none;
}
#meta_menu a:hover, #meta_menu a.active {
	text-decoration: underline;
}
#meta_menu .line {
	float: left;
	width: 1px;
	margin-left: 12px;
	margin-right: 12px;
	height: 10px;
	background-color: #595959;
	top: 5px;
	line-height: 1px;
	font-size: 1px;
}

/* TYPO: */

h1 {
	font: bold 16px/18px Arial, Verdana, Sans-Serif;
	color: #008BCA;
	margin-top: 0;
	margin-bottom: 16px;
}
h2 {
	font: bold 16px/18px Arial, Verdana, Sans-Serif;
	color: #008BCA;
	margin-top: 0;
	margin-bottom: 16px;
}
h2 a {
	font: bold 16px/18px Arial, Verdana, Sans-Serif;
	color: #008BCA;
	margin-top: 0;
	margin-bottom: 16px;
	text-decoration: none;
}

h3 {
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #008BCA;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
}

.deco {
	color: #008BCA;
}

a {
	font: bold 11px/14px Arial, Verdana, Sans-Serif;
	color: #008BCA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	font: normal 11px/18px Arial, Verdana, Sans-Serif;
	color: #666666;
}


/* CONTENTBEREICHE: */

/* Startseite: */
#content_wrap_start #titleImage {
	position: relative;
	margin-left: 1px;
	width: 925px;
	height: 176px;
}
#content_wrap_start #left {
	position: relative;
	width: 174px;
	height: 200px;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 25px;
}
#content_wrap_start #middle {
	position: relative;
	width: 478px;
	padding-right: 40px;
	min-height: 300px;
	float: left;
	padding-top: 25px;
}
#content_wrap_start #right {
	position: relative;
	width: 171px;
	height: 200px;
	float: left;
	padding-top: 25px;
}

/* Drei Spalten: */
#content_wrap_drei #left {
	position: relative;
	width: 174px;
	height: 200px;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 25px;
}
#content_wrap_drei #middle {
	position: relative;
	width: 478px;
	float: left;
	padding-right: 40px;
	min-height: 400px;
	padding-top: 25px;
}
#content_wrap_drei #right {
	position: relative;
	width: 171px;
	height: 200px;
	float: right;
	padding-top: 25px;
	margin-right: 15px;
}

/* Zwei Spalten: */

#content_wrap_zwei #left {
	width: 174px;
	height: 200px;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 25px;
}

#content_wrap_zwei #middle {
	width: 600px;
	padding-right: 40px;
	min-height: 200px;
	float: left;
	padding-top: 25px;
}

/* NEWS: */

.news-latest-container h3 a {
	font: bold 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
}
.news-latest-container p {
	margin: 0;
	display: inline;
}
.news-latest-container a {
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
}
.news-latest-container hr {
	outline: none;	
	border: none;
	margin: 15px 0;
	border-top: solid 1px #595959;
}

.news-single-item h2.yellow {
	font: normal 14px/18px Arial, Verdana, Sans-Serif;
	color: #CECD00;
}

.news-list-item {
	margin-bottom: 18px;
}
.news-list-item p {
	margin: 0;	
}



/* BOXEN: */

.box_blue {
	position: relative;
	float: left;
	width: 206px;
	height: 80px;
	background-image: url(/fileadmin/templates/img/box_blue.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 12px;
}
.box_blue a {
	font: bold 16px/16px Arial, Verdana, Sans-Serif;
	color: #fff;
}

.box_yellow {
	position: relative;
	float: left;
	width: 206px;
	height: 80px;
	background-image: url(/fileadmin/templates/img/box_yellow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 12px;
}
.box_yellow a {
	font: bold 16px/24px Arial, Verdana, Sans-Serif;
	color: #fff;
}

/* Mitgliederliste: */

#left ul {
	margin: 0;
	padding: 0;	
}
#left li {
	list-style-position: inside;
	color: #666666;
}
#left a {
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #008BCA;
}

/* Kontakt: */

table, tbody, tr {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}
.contenttable td {
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
}

/* Kontaktformular: */

.tx-thmailformplus-pi1 .contact_area_1 {
	width: 220px;
	float: left;
}
.tx-thmailformplus-pi1 .contact_area_2 {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
.tx-thmailformplus-pi1 .contact_area_3 {
	width: 420px;
	margin-bottom: 10px;
}

.tx-thmailformplus-pi1 label{
	display: block;
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
	margin-top: 10px;
}
.tx-thmailformplus-pi1 input {
	width: 190px;
	background-color: #F2F2F2;
	border: none;
	font: normal 13px/14px Arial, Verdana, Sans-Serif;
	padding: 4px;
	border-bottom: solid 2px #008BCA;
}
.tx-thmailformplus-pi1 textarea{
	width: 400px;
	height: 130px;
	border: none;
	background-color: #F2F2F2;
	font: normal 13px/18px Arial, Verdana, Sans-Serif;
	padding: 10px;
	border-bottom: solid 2px #008BCA;
}

.tx-thmailformplus-pi1 .submit {
	width: 200px;
	color: #FFFFFF;
	background-color: #008BCA;
}


/* Login form: */

.tx-felogin-pi1 {
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
}

.tx-felogin-pi1 fieldset {
	border: none;
	margin: 0;
	padding: 0;
	font: bold 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
}
.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 label {
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
	color: #666666;
}
.tx-felogin-pi1 input {
	background-color: #F2F2F2;
	border: none;
	font: normal 13px/14px Arial, Verdana, Sans-Serif;
	padding: 4px;
	border: solid 1px #666;
	margin-bottom: 15px;
}

#mailform #mailformsubmit {
	width: 100px;
	color: #FFFFFF;
	background-color: #008BCA;
	border: none;
}

