﻿/*body 
{  
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif; font-size: 10pt
}

td 
{  
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif; font-size: 10pt
}

a 
{  
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
  text-decoration: none
}

div 
{  
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: gray; 
  text-decoration: none
}

A:hover 
{
  color: #FF0000; font-weight: bold
}
*/

/* CSS-Layout für K.D.St.V. Vasgovia Landau */
/* Sigrid Rong EDV-Services */
/* www.rong.de */

/* allgemeine Definitionen */

/* Seitendefinition */
  body {
	color: black;
	background-color: #FEFBD8;
	font-size: 100.01%;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0em;
/*
	margin: 1em 2em 1em 2em;
	padding: 0em;
*/
	min-width: 40em;
}

/* Überschriften allg. */
h1 {
	font-size: 1.5em;
	margin: 0;
	text-align: left; 
	border-bottom: 1px solid silver;
	height: 115px;
}

h2 {
	font-size: 1em;
	color: #999999;
}

h3 {
	font-size: 1em;
	color:#999999;
	text-align: center; 

}

h4 {
	color:#999999;
}

h5 {
	color:#999999;
}
/* Überschriften Ende */

/* Links allg. */
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #008000;
}
a:active {
	color: #008000;
}

/* Bilder */
img {
	border: 0px;
	padding: 3px;
}

/* Navigationsleisten */ 
/* Zentrale Navigation (Home, Kontakt, Impressum, ...) */
.Zentrale-Navigation {
	padding-left: 0.2em;
}
.Zentrale-Navigation a{
	text-decoration: none;
}
.Zentrale-Navigation a:link {
	color: #008000;
}
.Zentrale-Navigation a:visited {
	color: #008000;
}
.Zentrale-Navigation a:hover {
    color: #008000;
  }
.Zentrale-Navigation a:active {
    color: #008000;
  }

/* Ende Zentrale Navigation */

/* Hauptnavigation */
.Hauptnavigation {
	background: #FEFBD8;
	color: #666666;
	text-align: left;
	margin: 0;
	padding: 0 0 0 12em;
}
  
.Hauptnavigation ul {
	margin: 0;
    padding: 0;
}
	  
.Hauptnavigation li {
	font: 0.8em/2em Comic Sans MS, Arial, Helvetica, sans-serif;
	padding: 0 2em 0 0;
	display: inline;
}

.Hauptnavigation a {
	text-decoration: none;
}
.Hauptnavigation a:link {
	color: black;
	background-color: #FEFBD8;
	padding: 0.2em 1em 0.2em 1em;
	border-top: 1px #FFFFFF dotted;
	border-bottom: 1px #333333 dotted;
}
.Hauptnavigation a:visited {
    color: black; 
    background-color: #FEFBD8;
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px #333333 dotted; 
  }
.Hauptnavigation a:hover {
	color: #008000;
	background-color: #FEFBD8;
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px #008000 dotted; 
}
.Hauptnavigation a:active {
    color: #008000; 
    background-color: #FEFBD8;
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px #008000 dotted; 
  }
.Hauptnavigation a.aktuell {
    color: #6A8BA6; 
    background: none;
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px #008000 dotted; 
}

.highlight a{
    color: red;	
}
/* Ende Hauptnavigation */

/* Unternavigation */
.Unternavigation {
	/*	font-size: 0.83em;*/
	float: left;
	text-align: left;
	width: 9.5em;
	margin: 0;
	padding: 0;
	background-color: #FEFBD8;
}
.Unternavigation ul {
    margin: 0; 
    padding: 0;
  }
.Unternavigation li {
    list-style: none;
    margin: 0; 
    padding: 0.3em 0 0.3em 0;
  }
.Unternavigation a {
	text-decoration: none;
	font-size: 0.83em;
	font-weight: normal;
	display: block;
	padding: 0;
}
.Unternavigation a:link {
	color: black;
	background-color: #FEFBD8;
	padding: 0.2em 0 0.2em 1em;
	border-top: 1px #FFFFFF dotted; 
	border-bottom: 1px #333333 dotted; 
  }
.Unternavigation a:visited {
    color: black; 
    background-color: #FEFBD8;
	padding: 0.2em 0 0.2em 1em;
	border-top: 1px #FFFFFF dotted; 
	border-bottom: 1px #333333 dotted; 
  }
.Unternavigation a:hover {
	color: #008000;
	background-color: #FEFBD8;
	padding: 0.2em 0 0.2em 1em;
	border-top: 1px #008000 dotted; 
	border-bottom: 1px #008000 dotted; 
}
.Unternavigation a:active {
    color: #008000; 
    background-color: #FEFBD8;
	padding: 0.2em 0 0.2em 1em;
	border-top: 1px #008000 dotted; 
	border-bottom: 1px #008000 dotted; 
  }
.Unternavigation a.aktuell {
    color: #6A8BA6; 
    background: none;
	border-top: 1px #008000 dotted; 
	border-bottom: 1px #008000 dotted; 
}
/* Ende Unternavigation */
/* Ende Navigationen */

/* Definition der einzelnen Bereiche */
/* Definition Rahmenbereich */
.Seitenblock_Rahmen {
	/* standardkonforme horizontale Zentrierung */
	margin: 0 auto;
	min-width: 400px;
	max-width: 800px;
	text-align: center;
/*	border-left: 3px #C0C0C0 solid;*/
/*	border-bottom: 5px solid #e4e4e4;*/
/*	border-right: 3px #C0C0C0 solid;*/
/*	border-top: 5px solid #EDD6D1;*/
}
/* Ende Rahmenbereich */

/* Seitenblock mit Inhalten */
/* oberste Linie */
.Linie_oben {
	height: 12px;
	background: #DDDDDD; 
	text-align: right;
	height: 20px;
	bottom: 0px;
	width: 100%;
	font: small Arial, Helvetica, Sans-Serif;
	color: #EEEEEE;
}


/* Seitenkopf */
.Seitenkopf {
  	background: #FEFBD8;
	text-align: left;
	width: 100%;
}
  
.Seitenkopf hr{
	height: 2px; /* für IE */;
	border: 0px; /* für Firefox und Opera */	
    border-top: 1px #11346F solid;
	border-bottom: 1px #C0C0C0 solid;
	margin: 0;
	padding: 0;
}
/* Ende Seitenkopf */

.Seitenblock {
	background: #FEFBD8;
	bottom: 0px; /* standardkonforme horizontale Zentrierung */;
	margin: 0 auto;
	padding: 0 0 0.7em 0;
	width: 50em;
	min-width: 41em;
	max-width: 50em;
	text-align: center; /*	padding: 1em 0 1.8em 0;*/;
}

/* Bereich Inhalt */
.Inhalt {
	text-align: left;
	background: #FEFBD8;
	margin: 0 2em 0 14em;
	padding: 0 1em;
	position: relative;
	font-size: small; /*	min-height: 500px;*/;
	left: 0px;
	right: 0px;
}

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
.Inhalt h2 {
    font-size: 1.5em;
    margin: 0.2em 0;
    padding-top: 20px;
  }
.Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

.Inhalt ul{
	font-size: 0.9em;
	list-style-image: url('../images/design/pfeil_r.gif');
}
/* Inhalt */

.Linie_unten {
/*	height: 80px;*/
	background: #FEFBD8;
	text-align: right;
	bottom: 0px;
	width: 100%;
	font: small Arial, Helvetica, Sans-Serif;
	color: #EEEEEE;

}

/* Fusszeile */
.Fusszeile {
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.1em;
	text-align: right;
	background-color: #FEFBD8; 
/*	border: 1px solid silver;*/
	color: #808080;
	font-size: x-small;
}
  
.Fusszeile a{
	text-decoration: none;
}
.Fusszeile a:link {
	color: #888888;
}
.Fusszeile a:visited {
	color: #888888;
}
.Fusszeile a:hover {
    color: #888888;
  }
.Fusszeile a:active {
    color: #888888;
  }
/* Ende Fusszeile */
/* Seitenblock mit Inhalten */

/* Tabellen  */
table#Normale-Tabelle {
    width: 80%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
}

table#Normale-Tabelle td{
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	border-top: 1px #DFDFDF solid;
	border-bottom: 1px #C0C0C0 solid;
	vertical-align: top;
}
/* Ende Tabellen */