/* LINKS						*/
/* ====================================================	*/

A:link{
        color: #0000CC;
        text-decoration:none;
}
A:visited{
        color: #0000CC;
        text-decoration:none;
}
A:active{
	color: #CC0000;
	text-decoration:none;
}
A:hover{
        color: #CC0000;
        text-decoration:none;
}

A.weiss:link{
        color: #FFFFFF;
        text-decoration:none;
	font-weight: bold;
}
A.weiss:visited{
        color: #FFFFFF;
        text-decoration:none;
	font-weight: bold;
}
A.weiss:active{
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}
A.weiss:hover{
        color: #FF0000;
        text-decoration:none;
	font-weight: bold;
}

A.gruen:link{
        color: #FF0000;
}
A.gruen:visited{
        color: #FF0000;
}
A.gruen:aktive{
        color: #FF0000;
}
A.gruen:hover{
        color: #FFFFFF;
}

A.titel:link{
        color: #FF0000;
        text-decoration:none;
	font-weight: bold;
}
A.titel:visited{
        color: #FF0000;
        text-decoration:none;
	font-weight: bold;
}
A.titel:active{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
A.titel:hover{
        color: #FFFFFF;
        text-decoration:none;
	font-weight: bold;
}

A.ohne:link{
        color: #000000;
        text-decoration:none;
}
A.ohne:visited{
        color: #000000;
        text-decoration:none;
}
A.ohne:active{
	color: #CC0000;
	text-decoration:none;
}
A.ohne:hover{
        color: #CC0000;
        text-decoration:none;
}


/* ALLGEMEINE FORMATE					*/
/* ====================================================	*/

body,td{
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
        font-size : 10pt;
        color: #000000;
	scrollbar-base-color: #CC0000;
	scrollbar-track-color: #CC0000;
	scrollbar-face-color: #990000;
	scrollbar-arrow-color: #FFFFFF;
}
p{	font-size : 10pt;
        Letter-Spacing : normal;
        margin-top: 2pt; 
        margin-bottom: 2pt; 
}
li{	font-size : 10pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
}
ul{	font-size : 10pt;
	list-style-type : disc;
	list-style-position: outside;
	margin-top : 0pt;
	margin-bottom : 0pt;
}
hr{	color : #000000;
	size : 2px
}
hr.menu{
	color : #FFFFFF;
	size : 2px
}
form {	margin-top: 0pt; 
	margin-bottom: 0pt; 
}
select {font-size : 10pt;
	font-weight: bold;
}
.button { 
	color : #FFFFFF;
	font-weight : bold;
	background-color : #990000; 
}

.klein{	font-size : 8pt;
}

.rot{	color: #CC0000;
}
.weiss{
        color : #FFFFFF;
        Font-Weight: bold;
}


/* Gemeinsame VVI Formate für die Startseite		*/
/* ====================================================	*/
/* Diese Formate müssen im eigenen Stylesheet definiert	*/
/* sein - die Spezifikation der Formate ist nach	*/
/* eigenen Wünschen anzupassen! 			*/
/* ACHTUNG: LINKS und ALLGEMEINE FORMATE (s.o.)		*/
/* müssen ebenfalls definiert sein!			*/


.HeadH1{			/* Seitenüberschrift   	*/
	font-size : 14pt;
        Font-Weight: bold;
        color: #CC0000;
        Letter-Spacing: normal;
        margin-top: 5pt; 
        margin-bottom: 2pt; 
}
p.Titel {font-size : 11pt;
        Font-Weight: bold;
        color: #CC0000;
        Letter-Spacing: normal;
        margin-top: 8pt;
        margin-bottom: 2pt;
}
p.TitelO {
	font-size : 11pt;        
	Font-Weight: bold;
        color: #CC0000;
        Letter-Spacing: normal;
        margin-top: 0pt;
        margin-bottom: 2pt;
}
p.Unter {			/* Untertitel   	*/
	font-size : 10pt;
	font-weight: bold;
	text-align:justify;
	color : #000000;
        margin-top: 0pt;
	margin-bottom : 2pt;
}
p.Ueber {			/* Uebertitel   	*/
	font-size : 10pt;
	font-weight: bold;
	color : #CC0000;
        margin-top: 0pt;
	margin-bottom : 2pt;
}
p.Balken {			/* Uebertitel (invers) 	*/
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #CC0000; 
        margin-top: 8pt;
	margin-bottom : 2pt;
}
p.Text {			/* normaler Text 	*/
	font-size : 9pt;
	text-align:justify;
        margin-top: 2pt;
        margin-bottom: 2pt;
}
p.TextKlein {			/* kleine Schrift im Blocksatz	*/
	font-size : 8pt;
        color: #000000;
        margin-top: 0pt;
        margin-bottom: 0pt;
	text-align:justify;
}

p.Frage {			/* Fragetext	*/
	text-align: left;
        color: #006666;
        margin-top: 2pt;
        margin-bottom: 2pt;
}
p.Antwort {			/* Antworttext 	*/
	text-align:justify;
	color : #000000;
        margin-top: 2pt;
        margin-bottom: 2pt;
}
p.Liste {			/* Liste	 	*/
	text-align:left;
        margin-top: 2pt; 
        margin-bottom: 2pt; 
}
p.Bild {			/* Bilder (zentriert) 	*/
	text-align: center;
        margin-top: 2pt; 
        margin-bottom: 2pt; 
}
p.Tabelle {			/* Tabelle (zentriert) 	*/
	text-align: center;
        margin-top: 2pt; 
        margin-bottom: 2pt; 
}
p.Weiter {			/* weiterführender Link	*/
	text-align: right;
        font-weight: bold;
        margin-top: 2pt;
        margin-bottom: 2pt;
}
p.Hinweis, p.foto {			/* kleine Schrift	*/
	font-size : 8pt;
        color: #990000;
        margin-top: 0pt;
        margin-bottom: 0pt;
}
p.foto { text-align: center;		/* zentriert unter Fotos	*/
         font-size : 9pt;
}

p.Hinweisr {			/* kleine Schrift	*/
	font-size : 8pt;
        color: red;
        margin-top: 0pt;
        margin-bottom: 0pt;
}
p.HinweisJ {			/* kleine Schrift im Blocksatz	*/
	font-size : 8pt;
        color: #990000;
        margin-top: 0pt;
        margin-bottom: 0pt;
	text-align:justify;
}
p.Hidden {			/* Kalender:verborgene Suchbegriffe */
	font-size : 8pt;
        color: #FFFFFF;
        margin-top: 0pt;
        margin-bottom: 0pt;
}
td.Rahmen {			/* Tabellen-Kasten, etc	*/
	font-size : 10pt;
	font-weight : bold;
        color: #FFFFFF;
	background-color : #CC0000; 
        margin-top: 0pt;
        margin-bottom: 0pt;
}
table.Rahmen {			/* für Kasten		*/
	background-color : #CC0000; 
}
td.Balken {			/* für Kasten		*/
	font-size : 10pt;
	font-weight : bold;
        color: #FFFFFF;
	background-color : #CC0000; 
        margin-top: 8pt;
	margin-bottom : 2pt;
}
td.Impressum {			/* Impressum		*/
	font-size : 8pt;
        color: #000000;
	text-align: center;
        margin-top: 0pt;
        margin-bottom: 0pt;
}
.Magazin {			/* für Spalte Rechts	*/
	color : #000000;
	font-size : 8pt;
	margin-top: 0pt; 
       	margin-bottom: 0pt;
} 
.MUeber {			/* für Spalte Rechts	*/
	color : #CC0000;
	font-size : 8pt;
	font-weight : bold;
	margin-top: 2pt; 
       	margin-bottom: 2pt;
} 

/* Gemeinsame VVI Formate für den Kalender		*/
/* ====================================================	*/

TD.NON {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size :12px;
	color :#C0C0C0;
	font-weight :normal;
}
TD.SOME {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size :12px;
	color :#000000;
	font-weight :normal;
}
A.EVENT:Link {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size :12px;
	background-color: #CC0000;
	color= #FFFFFF;
	font-weight :bold;
	text-decoration: none;}
A.EVENT:Visited {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size :12px;
	background-color: #CC0000;
	color= #FFFFFF;
	font-weight :bold;
	text-decoration: none;
}
A.EVENT:hover {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size :12px;
	background-color: #DDDDDD;
	color: #006666;
	font-weight :bold;
	text-decoration: none;
}

a.mini:hover {  color: #FF0000; font-size: 8pt; }
a.mini:link  {  color: #808080; font-size: 8pt ; }
a.mini:visited {  color: #808080;  font-size: 8pt ; }




