
body {
	font-family: Verdana;
	font-size: 11px;
	/*background-color: #FFFFCC;*/
	scrollbar-base-color:	#BEBEBE;
	scrollbar-face-color:	#808080;
	scrollbar-shadow-color:	#999999;
	scrollbar-highlight-color: #BEBEBE;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #BEBEBE;
	scrollbar-arrow-color: #000000;
}
/*scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
*/

a:link, a:visited 	{color: #E8E8E8; font-size: 12px; text-decoration:none; background-color: transparent;}
a:hover					{color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration:none; background-color: transparent;
  							 border-top: 1px dotted grey; border-bottom: 1px dotted grey;}
a:active 				{color: #FF0000; font-size: 12px; background-color: transparent;}

.bgcol_main 	{ background-color: #000000; }


/*** FONTS ***/
.superheadline 	{color: #E8E8E8; font-family: Verdana; font-size: 24px; font-weight: bold;}
.superheadline2	{color: Gold; font-family: Verdana; font-size: 16px; font-weight: bold;}
.headline 			{color: #E8E8E8; font-family: Verdana; font-size: 18px; font-weight: bold;}
.subheadline		{color: #E8E8E8; font-family: Verdana; font-size: 16px; font-weight: bold;}
.advertisement18	{color: Gold; font-family: Verdana; font-size: 18px; font-weight: bold;}
.advertisement24	{color: Gold; font-family: Verdana; font-size: 24px; font-weight: bold;}
.advertisement30	{color: Gold; font-family: Verdana; font-size: 30px; font-weight: bold;}
.advertisement30_2	{color: #FFFFFF; font-family: Verdana; font-size: 25px; font-weight: normal;font-style: italic;}
.advertisement36	{color: Gold; font-family: Verdana; font-size: 36px; font-weight: bold;}
.advertisement54	{color: Gold; font-family: Verdana; font-size: 54px; font-weight: bold;}
.miditext 			{color: #E8E8E8; font-family: Verdana; font-size: 14px; font-weight: bold;}
.normaltext 		{color: #E8E8E8; font-family: Verdana; font-size: 12px; font-weight: normal;}
.minitext 			{color: #E8E8E8; font-family: Verdana; font-size: 9px; font-weight: normal;}
.error 	  			{color: #FF0000; font-family: Verdana; font-size: 9px; font-style: normal;	font-weight: bold;}
.error2 	  		{color: #FF0000; font-family: Verdana; font-size: 9px; font-style: normal;}
.info 	 				{color: #0000FF; font-family: Verdana; font-size: 9px; font-style: normal;}
.info2 	 				{color: #FF99CC; font-family: Verdana; font-size: 12px; font-style: normal;}
.success 				{color: #66FF00; font-family: Verdana; font-size: 9px; font-style: normal;}

/*** SITE-BACKGROUNDS ***/
.bgcol_banner	{background-color: Gray;}
.bgcol_ontop	{background-color: Black;}
.bgcol_left		{background-color: #333333;}
.bgcol_main	  {background-color: #333333;}
.bgcol_right	{background-color: #333333;}
.bgcol_bottom	{background-color: Black;}
.bgcol_keeper	{background-color: Gray;}

/*** BACKGROUNDS ***/
.transparentbgcol	{background-color: transparent;}
.lightbgcol				{background-color: #999999;}
.normalbgcol			{background-color: #BEBEBE;}
.darkbgcol				{background-color: #808080;}
.darkbluebgcol		{background-color: #0A246A;}
.errorbgcol 			{background-color: #FF0099;}

/*** HIGHLIGHT CELL ***/
.highlight 			{color: #0000FF; background-color: #BEBEBE;}
.highlightbgcol {background-color: #BEBEBE;}

/*** BORDERS ***/
.nullborder 	  			{border: 0px;}
/*.lightridgeborder 		{border: medium ridge #B0BEFD;}*/
.mediumoutsetborder		{border: thin outset;}
.darkoutsetborder 		{border: 1px outset #2A1F55;}
.darkthindottedborder 	{border: 1px dotted #2A1F55;}
.insidethindottedborder {border-bottom: 1px dotted black; border-collapse: collapse; border-left: 1px dotted black;}
/*.normalborder	  			{border: 2px solid #000000;}*/
.normalborder	  			{border: 2px inset;}
.normalborderthin	  		{border: 1px solid #000000;}
.adminborder	  			{border: 3px double #640326;}

