/* Copyright by Simon Dierkes */

body
	 {	background-repeat:repeat; /* alternativ: repeat, repeat-x, repeat-y, no-repeat */
		background-attachment:fixed; /* alternativ: scroll, fixed */
		background-position:center middle; /* alternativ: top, center, middle, bottom, left, right, oder numerische Werte */
		padding:0px;
		margin:0px;
		height:100%;
		width:100%;
		overflow:auto;
		scrollbar-arrow-color : #003333;
  		background-color:#DDDDDD;
		/*background-image:url(../gifs/hintergrund.gif);*/}


/* Eigenschaften für Standardtext */
p
	{	font-family:Verdana,Arial;
		font-style:normal; /* alternativ: normal, italic */
		font-variant:normal; /* alternativ: normal, small-caps */
		font-size:8pt;
		/*font-weight:normal; alternativ: normal, bold, bolder, lighter, 100...900 */
		text-decoration:none; /* alternativ: none, underline, overline, line-through, blink */
		text-transform:none; /* alternativ: none, capitalize, uppercase, lowercase */
		color:#000000;
		text-shadow:none; /* alternativ: none, Farbangaben */
	}








table.head, td.menue1, td.menue2, table.fuss /* Hintergrundfarbe Rahmen */
	{	background-color:#666666;
	}

td.text /* Farbe Standardtext */
	{	color:#000000;
	}


td.ansicht /* Hintergrundfarbe Text */
	{	background-color:#ECFEEE;
	}

td.textfeld, table.textfeld /* Hintergrundfarbe */
	{	background-color:#ECEEFF;
	}

td.menueheadline /* Hintergrundfarbe Menueueberschriften / Farbe Menueueberschriften */
	{	background-color:#ECFEEE;
		color:#000000;
	}

td.headline /* Hintergrundfarbe Headline / Farbe Headlines */
	{	/* background-color:#ECFEEE; */
		color:#000000;
	}

td.headline2 /* Hintergrundfarbe Headline / Farbe Headline2 */
	{	background-color:#666666; 
		color:#ECFEEE;
	}


a, a.n /* Farbe passive Standardlinks / passive Standardlinks normal*/
	{	color:#666666;
	}


a:hover, a.n:hover  /* Farbe aktive Links*/
	{	color:#000000;
	}


a.menuelinks /* Farbe passive Links im Menue */
	{	color:#ECFEEE;
	}

a.menuelinksa, a.menuelinks:hover /* Farbe aktive Links im Menue */
	{	color:#666666;
	}

a.menuefuss /* Farbe passive Links im Fuß-Menue */
	{	color:#666666;
	}

td.menuefuss, td.fuss, a.fuss /* Farbe Text im Fuß-Menue & Fußzeile & Link in Fußzeile */
	{	color:#000000;
	}


a /* Standardlinks */
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none;
	}

a.n /* Standardlinks normal */
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:9pt;
		font-weight:normal;
		text-decoration:underline;
	}


span.head, span.head2 /* Überschrift */
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:16pt;
		letter-spacing:2pt;
		font-weight:bold;
		text-decoration:none;
		line-hight:10pt;
		margin:0pt;
		color:#ECFEFF;
	}

td.headline, td.headline2 /* Headlines */
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		letter-spacing:0pt;
		font-weight:bold;
		text-decoration:none;
	}

td.counter
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		letter-spacing:0pt;
		font-weight:normal;
		text-decoration:none;
		color:#ECFEFF;
	}

	
span.head2
	{	font-style:italic;
		letter-spacing:0pt;
	}	
	

a	/* Standardlinks */
	 {	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		font-weight:normal;
		text-decoration:underline;
	}



a.menuelinks
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none; /* alternativ: none, underline, overline, line-through, blink */
	}

a.menuelinksa, a.menuelinks:hover
	{	font-family:Verdana,Arial;
		font-style:normal;
		background:#ECFEFF;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none; /* alternativ: none, underline, overline, line-through, blink */
	}

a.menuefuss  /* Links im Fuß-Menü */
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		font-weight:normal;
		text-decoration:underline; /* alternativ: none, underline, overline, line-through, blink */
	}


td.menueheadline
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
	}

td.menuefuss, td.fuss /* Text im Fuß-Menü & Fußzeile */
	{	font-family:Verdana,Arial;
		font-style:normal;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none;
	}


table.textfeld, td.text, td.textfeld, table.textfeldmenue, td.textfeldmenue /* Standard-Text, Text in Textfeldern */
	{	font-family:Verdana,Arial;
		font-style:normal; /* alternativ: normal, italic */
		font-variant:normal; /* alternativ: normal, small-caps */
		font-size:8pt;
		font-weight:normal;
		text-decoration:none; /* alternativ: none, underline, overline, line-through, blink */
	}

