﻿<style><style type="text/css">
<!--

 BODY {font-family:verdana, helvetica; color:black; font-size:11px; font-weight:normal;}
 TABLE {font-family:verdana, helvetica; color:black; font-size:11px; font-weight:normal; 	width: 100%;}

/* Bilder mit Link ohne Rahmen anzeigen */
 a img { border: 0; }

/* Überschriften definieren */
h2 { font-family:verdana, helvetica; color:black; font-size:14px; font-weight:bold; margin-top: 0px; margin-bottom: 0px; }
h3 { font-family:verdana, helvetica; color:black; font-size:28px; font-weight:bold; margin-top: 0px; margin-bottom: 0px; }


/*	Definition Hintergrundfarbe und Scrollbar	*/
textarea {
background:url(background.jpg) repeat-x;
background:#404040;
background-color: #404040;
scrollbar-base-color:#6E0E0E; 
scrollbar-track-color:#6E0E0E;
scrollbar-face-color:#FE0606;
scrollbar-highlight-color:#6E0E0E;
scrollbar-3d-light-color:#FE0606;
scrollbar-dark-shadow-color:#FE0606;
scrollbar-shadow-color:#FE0606;
scrollbar-arrow-color:#000000;
}

body {
background-color: #404040;
scrollbar-base-color:#6E0E0E; 
scrollbar-track-color:#6E0E0E;
scrollbar-face-color:#FE0606;
scrollbar-highlight-color:#6E0E0E;
scrollbar-3d-light-color:#FE0606;
scrollbar-dark-shadow-color:#FE0606;
scrollbar-shadow-color:#FE0606;
scrollbar-arrow-color:#000000;
	font-family: Verdana;
}






html {
background:url(background.jpg) repeat-x;
background:#404040;
background-color: #404040;
scrollbar-base-color:#6E0E0E; 
scrollbar-track-color:#6E0E0E;
scrollbar-face-color:#FE0606;
scrollbar-highlight-color:#6E0E0E;
scrollbar-3d-light-color:#FE0606;
scrollbar-dark-shadow-color:#FE0606;
scrollbar-shadow-color:#FE0606;
scrollbar-arrow-color:#000000;
}



/* CMS ADDITIONS */

a:link {
color:silver;
font-weight:normal;
text-decoration:none;
}
a:visited {
color:silver;
font-weight:normal;
text-decoration:none;
}
a:focus {
color:silver;
font-weight:normal;
text-decoration:none;
}
a:hover {
color:red;
font-weight:normal;
text-decoration:none;
}
a:active {
color:silver;
font-weight:normal;
text-decoration:none;
}
h1:focus {
background-color:red;
}
h1:hover {
background-color:Silver;
}
h1:active {
background-color:Gray;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#ebe8b5;
}

#TB_window a:link {color: #c0c0c0;}
#TB_window a:visited {color: #c0c0c0;}
#TB_window a:hover {color: #ff0000;}
#TB_window a:active {color: #c0c0c0;}
#TB_window a:focus{color: #c0c0c0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #400000;
	z-index: 102;
	color:#ebe8b5;
	display:none;
	border: 1px solid #ebe8b5;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



// FRONTEND SETTINGS

.style1 {
	text-align: center;
	}
.style2 {
	text-align: left;
}
.style3 {
	margin-top: 20px;
}
.style4 {
	text-align: left;
	white-space: nowrap;
}
.style5 {
	margin-top: 20px;
	font-family: Verdana;
	font-size: xx-large;
	color: #CCCCFF;
}
.style7 {
	margin-top: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCFF;
	margin-bottom: 0;
}
.style9 {
	color: #CCCCFF;
	margin-top: 0;
	margin-bottom: 0;
}
.style10 {
	color: #CCCCFF;
	font-size: small;
}
.style11 {
	border-width: 0;
}
.style14 {
	text-align: right;
	font-size: x-small;
	color: #CCCCFF;
}
.style16 {
	margin-top: 0;
	font-family: Verdana;
	font-size: small;
	color: #CCCCFF;
	text-align: center;
	margin-bottom: 0;
}
.style18 {
	background-color: #333333;
	text-align: left;
	color: #CCCCFF;
}
.style19 {
	color: #CCCCFF;
	background-color: #333333;
}
.style20 {
	color: #CCCCFF;
	font-size: x-small;
}
.style21 {
	font-size: 14px;
}

table.news {
	width: 85%;
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: #404040;
	
	background-color: #404040;
}



/* --- Body Einstellungen --------------------------- */

body    {
color: #9b0000;
font-family: Verdana, Arial, Helvetica;

}

/* --- Link Einstellungen --------------------------- */


/* ---> Navigation Seitenweise Blättern ----------*/

.vsnws_navi {
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
padding: 0px;
vertical-align: middle;
}

.vsnws_navi a {
display: block;
background-color: #aa0000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
color: #f0f0f0;
text-decoration: none;
text-align: center;
padding: 2px 5px 2px 5px;
border: 1px solid #680000;
}

.vsnws_navi a:hover, active  {
display: block;
background-color: #8c0000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
color: #f0f0f0;
text-decoration: none;
text-align: center;
padding: 2px 5px 2px 5px;
border: 1px solid #680000;
}

/* ---> Aktive Seite --> Seitenweise Blättern -------- */
.vsnws_navi_ov {
display: block;
background-color: #8c0000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
color: #e9e9e9;
text-decoration: none;
text-align: center;
padding: 2px 5px 2px 5px;
border: 1px solid #680000;
}

/* --- News Titel --------------------------- */

.vs_nws_titel {
background-color: #9b0000;
font-size: 16px;
font-family: Verdana, Arial, Helvetica;
text-align: left;
color: #f9f9f9;
font-weight: bold;
}

/* --- News Titel Top -- Einzelne News --------------------------- */

.vs_nws_titel2 {
background-color: #B44040;
font-size: 12px;
font-family: Verdana, Arial, Helvetica;
text-align: left;
color: #f9f9f9;
padding: 2px;
font-weight: bold;
}

/* --- Sub-Title -- Autor, Datum, Zeit --------------------------- */

.vs_nws_aut {
background-color: transparent;
font-size: 10px;
font-family: Verdana, Arial, Helvetica;
text-align: left;
color: #cccccc;
 }

/* --- News Tabelle Aussen --------------------------- */

.vs_nws_tab  {
background-color: #9b0000;
color: #f5f5f5;
font-family: Verdana, Arial, Helvetica;
FONT-SIZE: 12px;
}

/* --- News Tabelle innen -- Einzelne News --------------------------- */

.vs_nws_tab2  {
background-color: #9b0000;
color: #f0f0f0;
font-family: Verdana, Arial, Helvetica;
FONT-SIZE: 11px;

}

/* --- News Tabelle -- Seitenweise Blättern, News Archiv ------------ */

.vs_nws_tab0  {
color: #f5f5f5;
font-family: Verdana, Arial, Helvetica;
FONT-SIZE: 12px;
}



</style>
