* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/*-----------------------------*/
/* 3-Spaltiges Layout mit DIVS */
/*-----------------------------*/

#frame {
	width: 950px;
}

#header {
	width: 950px;
	height: 35px;
	margin-bottom: 30px;
	padding-top: 45px;
	background-image: url('../global_images/header.png');
	background-position: 0px 0px;
}

#content {
	float: right;
	width: 485px;
	padding-right: 25px;
}

#content img {
	border: none;
}

#links {
	float: left;
	width: 180px;
}

#teaser {
	float: right;
	width: 235px;
}

#enclose {
	float: left;
	width: 715px;
}

#footer {
	clear: both;
	width: 950px;
	height: 60px;
	background-image: url('../global_images/footer.png');
	padding-top: 20px;
}

/*-----------------------------*/
/* Headlines */
/*-----------------------------*/

h1.error {
	color: #c90033;
}

h1.intern {
	color: #00408a;
	border-bottom: 1px solid #669;
}

h2 {
	font-family: Verdana, sans-serif;
	color: #E59700;
	font-weight: bold;
	font-size: 13px;
	width: 485px;
	padding-bottom: 5px;
	border-bottom: 1px solid #515D97;
	margin-bottom: 15px;
	margin-top: 5px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	text-decoration: none;
	color: #E59700;
}

h2.rechts {
	width: 235px;
	margin-bottom: 10px;
	border-bottom: 1px solid #515D97;
	margin-top: 0px;
	padding: 0px;
	margin-top: 3px;
}

div.newsHeadline {
	border-bottom: 1px solid #515D97;
	text-align: right;
	height: 20px;
	margin-bottom: 10px;
}

h2.newsList {
	border-bottom: 0;
	float: left;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3.newslist {
	font-family: Verdana, sans-serif;
	color: #E59700;
	font-weight: bold;
	font-size: 13px;
	display: inline;
}

h3.newslist a{
	text-decoration: none;
	color: #E59700;
}

.newsdate {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ED474B;
}

.newsDetailDate {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #515D97;
}


h3.news {
	font-size: 13px;
	/*line-height: 1.6em;*/
	font-weight: bold;
}

h3.news a {
	color: #000000;
	text-decoration: none;
}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #515D97;
	margin-bottom: 12px;
	border-bottom: 1px solid #515D97;
}
/*-----------------------------*/
/* FAQ-Seiten */
/*-----------------------------*/

ul#faqLinkList {
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 25px;

	list-style-type: disc;
	list-style-image: url('../global_images/pfeil_frage.png')
}

ul#faqLinkList li a {
	text-decoration: none;
	color: #000;
}

.faqhead {
	font-weight: bold;
	color: #515D97;
	font-size: 1.2em;
}

h3.newFAQEntry {
	padding-top:20px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	color: #BEBEBE;
	font-weight: bold;
	font-size: 1.1em;
}

/*-----------------------------*/
/* Text-Styles */
/*-----------------------------*/

body {
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

p, ul, li {
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	/*margin-bottom: 16px;*/
}

p ul li {
	margin-left: 20px;
}

p {
	margin-bottom: 16px;
}

.editTextArea {
	font-family: Verdana, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
}

.subhead {
	font-weight: bold;
	color: #000000;
}

.terminDatum {
	font-size: 11px;
	font-weight: bold;
	color: #515D97;
}

div.textbox {
	font-family: Verdana, sans-serif;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	/*line-height: 1.6em;*/
	font-size: 1.0em;
	font-weight: normal;
}

a.headlinelink {
	font-size: 13px;
}

a.newsboxtxt {
	font-size: 11px;
}

a {
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	color: #A2A2A2;
	font-weight: bold;
}

a:hover {
	color: #ED474B;
}

/*-----------------------------*/
/* Navigation */
/*-----------------------------*/

ul#navi {
	list-style-type: none;
	margin-top: 1px;
}

ul#navi li {
	margin-bottom: 5px;
}

ul#navi li a:hover {
	border-bottom: 1px solid #515D97;
	text-decoration: none;
}

ul#subnavList {
	list-style-type: none;
	/*margin-top: 3px;*/
	margin-right: -10px;
	margin-bottom: 3px;
}

ul#subnavList li {
	float:left;
	margin-right: 10px;
	margin-bottom: 18px;
}

ul#subnavList li:last-child {
	margin-right: 0px;
}

ul#subnavList li a, ul#subnavList li a:link, ul#subnavList li a:visited {
	border-bottom: 1px solid #B6B6B6;
	text-decoration: none;
	display:block;
}

ul#subnavList li a:hover, ul#subnavList li a.subActive, ul#subnavList li a.subActive:link, ul#subnavList li a.subActive:visited {
	border-bottom: 1px solid #515D97;
	text-decoration: none;
	display:block;
}

.naviactive {
	border-bottom: 1px solid #515D97;
}

ul#footlinks {
	width: 400px;
	height: 10px;
	list-style-type: none;
	margin-top: 2px;
}

ul#footlinks li{
	display: inline;
	margin-right: 10px;
}

ul#footlinks li a{
	font-size: 0.9em;
	text-decoration: none;
	color: #BEBEBE;
	font-weight: normal;
}

ul#footlinks li a:hover{
	color: #ED474B;
}

ul#languageSelect {
	list-style-type: none;
	width: 300px;
	margin-left: 650px;
	font-family: Verdana, sans-serif;
	text-align: right;
	color: #515D97;
	font-size: 10px;

}

ul#languageSelect li {
	font-family: Verdana, sans-serif;
	color: #515D97;
	font-size: 10px;
	display: inline;
	margin-left: 10px;
	padding-top: 45px;
}


/*-----------------------------*/
/* Bilder und anderes */
/*-----------------------------*/

.imageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 5px;
}

/*-----------------------------*/
/* Formulare */
/*-----------------------------*/

fieldset {
	border: none;
}

label {
	width: 150px; 
	height: 25px;
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	float: left;
}

.textInput {
	width: 192px; 
	height: 15px;
	margin-bottom: 7px;
	padding: 4px;
	border: 1px solid #515D97;
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	background-image: url(../global_images/back_inputText.png);
	clear: both;
}

textarea {
	width: 192px; 
	height: 92px;
	margin-bottom: 7px;
	padding: 4px;
	border: 1px solid #515D97;
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	background-image: url(../global_images/back_textArea.png);
	clear: both;
}

.btnAbschicken {
	clear: both;
	margin-left: 150px;
	margin-right: 7px;
}

fieldset {
	border: 0;
}
	
fieldset dt {
	float: left;	
	width: 20%;
	text-align: left;
	width: 160px;
	display: block;
}

fieldset dd {
	margin-left: 10px;
	vertical-align: top;
}

/*-----------------------------*/
/* Intern                      */
/*-----------------------------*/

div.dlBlock {
	width: 100%;
	margin-top: 50px;
}

div.dlBlockHead {
	border-bottom: 1px solid #669;
	text-align: right;
	padding-bottom: 5px;
}

div.dlBlockHead h2 {
	float: left;
	border: 0;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	width: auto;
}

span.dlTitleDownload {
	display: block;
	font-size: 0.9em;
}

div.dlBlockBody {
	clear: both;
	font-size: 1.1em;
	line-height: 1.6em;
}

div.dlBlockBody img {
	border: none;
}
/*-----------------------------*/
/* Listen etc                  */
/*-----------------------------*/

div#content div#inhalt ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-image: url('../global_images/pfeil_frage.png');
}

ul ul {
	list-style-image: none;
}

ul li ul{
	margin-left: 20px;
	padding-left: 0px;
	color: #747474;
}

/*-----------------------------*/
/* Mitgliederbloecke           */
/*-----------------------------*/

div.MitgliederBlock {
	float: left;
	width: 115px;
	height: 100px;
	padding-right: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

div.MitgliederBlockLink {
	border-top: 1px solid #515D97;
}

div.MitgliederBlockLogo {
	height: 80px;
}

table.tLogo {
	margin: 0;
	padding: 0;
}

.tdLogo {
	height: 80px;
	vertical-align:middle;
}


/*-----------------------------*/
/* Editmode                    */
/*-----------------------------*/
.editmode {
	font-family: Verdana, sans-serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
	margin: 5px;
}


div#newsboxcontent {
	font-size: 11px;
}

div#termincontent{
	font-size: 11px;
}

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

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: left;
	display: block;
}

dl dd {
	margin-left: 0;
	float: left;
}

.printheader{
	display:none;
}
