/* schriftstil,abstände*/
body  {
	margin-top : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	color : Black;
	background-color : #000000;
	font-family : verdana,arial;
	font-size : 10pt;
}

table,tr,td  {
	color : Black;
	font-family : verdana,arial;
	font-size : 10pt;
}

/* scrolleiste internet explorer ab vers.5.5*/
body  {
	scrollbar-arrow-color : white;
	scrollbar-base-color : 636a84;
	scrollbar-highlight-color : #e6e6e6;
	scrollbar-shadow-color : black;
	SCROLLBAR-TRACK-COLOR : #000000;
}

/* menue linke und rechte seite*/
#menu a  {
	display : block;
	background-color : #F6DB00;
	color : Black;
	text-decoration : none;
	font-family : verdana, sans-serif;
	font-size : 8pt;
	width : 140px;
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin : 0px auto;
	border-bottom : solid 1px #e6e6e6;
}

#menu a:visited  {
	background-color : #F6DB00;
	color : Black;
	text-decoration : none;
	font-family : verdana, sans-serif;
	font-size : 8pt;
	width : 140px;
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin : 0px auto;
	border-bottom : solid 1px #e6e6e6;
}

#menu a:active  {
	background-color : #F6DB00;
	color : Black;
	text-decoration : none;
	font-family : verdana, sans-serif;
	font-size : 8pt;
	width : 140px;
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin : 0px auto;
	border-bottom : solid 1px #e6e6e6;
}

#menu a:hover  {
	background-color : Yellow;
	color : #445543;
	text-decoration : none;
	font-family : verdana, sans-serif;
	font-size : 8pt;
	width : 140px;
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin : 0px auto;
	border-bottom : solid 1px #e6e6e6;
}

/* menütitel,seitentitel*/
.rubrik  {
	background-color : #ffcc00;
	color : Black;
	text-decoration : none;
	font-family : verdana, sans-serif;
	font-size : 10pt;
	width : 140px;
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin : 0px auto;
	border-bottom : solid 1px #e6e6e6;
	border-top : solid 1px #e6e6e6;
	height : 19px;
	font-weight : bold;
}

.leiste  {
	background-color : #ffcc00;
	color : Black;
	text-decoration : none;
	font-family : verdana, sans-serif;
	font-size : 10pt;
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin : 0px auto;
	height : 19px;
	font-weight : bold;
}

/* allgemeine links im text*/
a:link  {
	color : Maroon;
	text-decoration : underline;
	;font-family : verdana;
	font-size : 10pt;
}

a:visited  {
	color : Red;
	text-decoration : underline;
	font-family : verdana;
	font-size : 10pt;
}

a:active  {
	color : white;
	text-decoration : underline;
	font-family : verdana;
	font-size : 10pt;
}

a:hover  {
	color : #ffffff;
	background-color : #F6DB00;
	text-decoration : none;
	font-family : verdana;
	font-size : 10pt;
}

/* uhr - datum*/
input.datum  {
	font-size : 9pt;
	background-color : #F6DB00;
	color : Black;
	border : solid 0px;
}

input.zeit  {
	font-size : 9pt;
	background-color : #F6DB00;
	color : Black;
	border : solid 0px;
}

form  {
	margin-bottom : 0px;
}


