/*generelle Seitenstyles*/

body {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica;
}

caption,h1,h2,h3,h4,th,td,div,address,blockquote,nobr,body,blockquote {
	font-family : Verdana, Arial, Helvetica;
   	font-size: 9pt;
}

a {
	text-decoration : none;
	font-weight:normal;
}

a:hover {
	text-decoration : underline;
}

b,strong {
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
}

ul {
	list-style : square;
}

.titel {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #1A9A9A;
	font-weight : bold;
	font-style : normal;
}

.untertitel	{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #1A9A9A;
	font-weight : bold;
	font-style : normal;
}

.formular {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}


/*  menuestyles ANFANG */

.hm,input,textarea,select {
	background-color : #F1F1F1;
}

.hmoffen {
	background-color : #99CCCC;
}

.um {
	background-color : #C2E0E0;
}

.umoffen {
	background-color : #E0F0F0;
}

.hmunten {
	background-color : #E0F0F0;
}

.separator {
	background-color : #ffffff;
}

.menunormal {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

.start {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

.menuauswahl {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
}
	
.vktext {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}


/*  menuestyles ENDE */

.schatten {
	background-color : #606060;
}

.schattentext {
	color : #606060;
}

.neuesteartikel {
	background-color : #E1E9F1;
}

.weiss {
	background-color : #ffffff;
}


/* unteres Menue */  /* Inhaltsboxen */

.hellgruen { 
	background-color : #E0F0F0;
}

.dunkelgruen { 
	background-color : #99CCCC;
}

.mittelgruen { 
	background-color : #C2E0E0;
}

.grau {
	background-color : #F8F8F8;
}

.schwarz {
	background-color:black;
}

.menuover {
	filter:Invert();
}


/*  Komponentenstyles  */

.component {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
}

.componenttitel {
	color : #1A9A9A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}


/*  Komponentenstyles  */

.component {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
}

.anmerkung {
	font-style: italic;
}