body {
	font-family: Arial,sans-serif;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

/* scrolleiste internet explorer ab vers.5.5 */

html body {
	scrollbar-arrow-color: #5394C8; scrollbar-base-color:#ffffff ;
	scrollbar-highlight-color : #808080;; scrollbar-shadow-color :#e6e6e6;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*********** #navBar link styles ***********/

#navBar{
	margin: 0;
	padding: 0;
}

#navBar ul {
	list-style: url(none) none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #44786B;
}

#navBar ul a {
	display: block;
	color: #FFFFFF;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#navBar li {
	cursor: hand;
	font-size: 90%;
	display: block;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44786B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #44786B;
}

#navBar li a:hover {
	background-color: #dddddd;
	color: #44786B;
	text-decoration: none;
}

.TL-Logo {
	background-image: url(../Images/BG_1.JPG);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #44786B;
}
.TL-Kopf {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #44786B;
	padding-left: 5px;
	font-size: 30px;
	font-weight: bold;
}
.TL-Rechts {
	background-image: url(../Images/BG_1.JPG);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #44786B;
	padding-top: 5px;
}
.TL-Inhalt {
	padding-top: 5px;
	padding-left: 5px;
}
.TL-Fuss {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #44786B;
	padding-left: 5px;
}
.Color_Theme {
	color: #44786B;
}
.Color_White {
	color: #FFFFFF;
}
.Color_Red {
	color: #FF3300;
}
.Color_Gold {
	color: #FF6600;
}
.Color_Blue {
	color: #0000FF;
}
.CodeText {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
}
.CodeKeyword {
	color: #FF3300;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	text-transform: uppercase;
}	
.CodeComment {
	color: #0000FF;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
}
.CodeConstant {
	color: #000066;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
}

