/* *** global classes **************************** */
body {
	margin-left			: 0px;
	margin-top			: 0px;
	background-color 	: #FFFFFF;
	color				: #000000;
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	scrollbar-base-color		: #549976; 
	scrollbar-3dlight-color		: #FFFFFF; 
	scrollbar-arrow-color		: #006644; 
	scrollbar-darkshadow-color	: #006644; 
	scrollbar-face-color		: #549976; 
	scrollbar-highlight-color	: #FFFFFF; 
	scrollbar-shadow-color		: #006644; 
	scrollbar-track-color		: #FFFFCC;
}
td {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
}

/* *** global classes for headlines ************* */
h1 {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 12pt;
	font-weight 		: bold;
	color				: #000000;
}
h2 {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	font-weight 		: bold;
	color				: #000000;
}
h3 {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	font-style 			: italic;
	color				: #000000;
}
h4 {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
}
h5 {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
}
h6 {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
}

/* *** pseudo-class for links ******************* */


/* *** pseudo-class selectors for links ********* */
a.black:link {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
	text-decoration		: none;
	font-weight 		: bold;
}
a.black:visited {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
	text-decoration		: none;
	font-weight 		: bold;
}
a.black:hover {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #006644;
	text-decoration		: none;
	font-weight 		: bold;
}
a.black:active {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
	text-decoration		: none;
	font-weight 		: bold;
}
a.white:link {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFFFF;
	text-decoration		: none;
	font-weight 		: bold;
}
a.white:visited {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFFFF;
	text-decoration		: none;
	font-weight 		: bold;
}
a.white:hover {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFF00;
	text-decoration		: none;
	font-weight 		: bold;
}
a.white:active {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFFFF;
	text-decoration		: none;
	font-weight 		: bold;
}

/* *** class selectors for background-color ***** */
.header {
	background-color	: #006644;
}
.boxBorder {
	background-color	: #549976;
}
.boxContents {
	background-color	: #FFFFCC;
}
.boxHome {
	background-color	: #FFFFCC;
	text-align			: justify;
}

/* *** class selectors ************************** */
a.activeLink {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFF00;
	font-weight 		: bold;
}
a.white {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFFFF;
	font-weight 		: bold;
}
a.black {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
	text-decoration		: none;
	font-weight 		: bold;
}
a.important {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #000000;
	font-weight 		: bold;
}
td.white {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 10pt;
	color				: #FFFFFF;
}
td.headline {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 12pt;
	font-weight 		: bold;
	color				: #000000;
	background-color	: #549976;
}
a.comment {
	font-family 		: Verdana, Arial, sans-serif;
	font-size 			: 8pt;
	font-style	 		: italic;
	color				: #000000;
}
input.button {
	background-color	: #549976;
	color				: #006644; 
	width				: 100px; 
	border-style		: outset; 
	border-color		: #549976;
}
input.field {
	background-color	: #FFFFFF; 
	color				: #006644; 
	border-color		: #549976;
}
textarea.field {
	background-color	: #FFFFFF; 
	color				: #006644; 
	border-color		: #549976; 
	scrollbar-base-color		: #549976; 
	scrollbar-3dlight-color		: #FFFFFF; 
	scrollbar-arrow-color		: #006644; 
	scrollbar-darkshadow-color	: #006644; 
	scrollbar-face-color		: #549976; 
	scrollbar-highlight-color	: #FFFFFF; 
	scrollbar-shadow-color		: #006644; 
	scrollbar-track-color		: #FFFFCC;
}

/* *** class selector for justification within cells */
td.headLink					{ text-align:right; vertical-align:top}

/* *** SLIDESHOW *********************************** */
#slideshow {
 height:150px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:150px;
}
#slideshow img.start {
 display:block;
}


