/* 
	www.woig.de
	(c) 2003 Wolfram LUDWIG, DF3UT
*/

h1, h2, h3, h4, a, a:visited, a:active, a:hover, body, td, tr
.text, .text-fett, .text-comment, .text-cr {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color : green;
	font-weight : bold;
/*	padding-top : 7px;
	padding-bottom : 3px;
*/
}

.list {	
	padding-left : 7px; }

h1 {
	font-size : 24px;
      background : transparent url(/images/RBnn.png) repeat-y left top;
	background-color : transparent;
}

h2 {
	font-size : 15px;
	background : transparent url(/images/RBnn.png) repeat-y left top;
	background-color : transparent;
}

h3 {
	font-size : 14px;
}

h4 {
	font-size : 13px;
}


a, a:visited, a:active, a:hover   { text-decoration : none; }
a, a:visited  	{ color : #87cefa; }
a:active  		{ color : #ff3333; }
a:hover  		{ color : #87ceeb; }

body, td, tr ,.text-fett, .text  {
	color : #ffffff;
	font-size : 12px;
}

body  {
	margin-left : 30px;
	width: 700px;
	background : transparent url(/images/woig_bgt.png) repeat-y left;
	background-color : blue;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #333333; 
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #333333; 
	scrollbar-arrow-color: #87cefa;
}


.text-fett {
	font-weight : bold;
}

.text-comment, .text-cr {
	font-weight : bold;
	font-size : 10px;
	color : #c0c0c0;
}

/* menu links */
a.menu {
	font-weight : bold;
	font-size : 16px;
	color : #ff0000;
}
a.menu:visited {	/* besuchet */
	color : #c0c0c0;
}
a.menu:active {		/* aktiv */
	color : #ffff00;
}
a.menu:hover {
	color : #00ff00;
}

.input-feld {
	background-color: transparent;
	border-color: red;
	border-width: 2px;
	border-style: inset;
	color : #ffff00;
}