﻿<style>
body         { color: black;scrollbar-face-color: #DFFFBF;scrollbar-shadow-color:green;scrollbar-track-color:orange; scrollbar-track-color:yellow; scrollbar-arrow-color: blue; font-family: Times New Roman; font-size: 12pt;background-color:white; }
h1           { color: #cd5c5c; font-size: 24pt; font-weight: bold }

h2           { font-family: Times New Roman; font-size: 18pt; color:darkslateblue; font-style: italic; font-weight: bold; position: relative }
a:active     { color: #483d8b;cursor: crosshair; }
a:link       { color: #006400; cursor: crosshair; }
a:visited    { color: #1e9044;cursor: crosshair; }


.wichtig{color:red; font-weight:bolder;}
.seitenmenue

{position:absolute;
	margin-left:1px;
	margin-top:70px;
	

}

.seitenmenue ul {margin:0;padding:0;width:7em; border: 1px solid;background-image:url(images/button/button3.jpg);}
.seitenmenue  li {list-style:none;display:block;margin:0;width:7em;text-decoration:none;}
 .seitenmenue li a  {text-decoration:none;display:block;font-size:14px;font-weight:bolder;color:darkblue;}
.seitenmenue li a:hover{background-image:url(images/button/button5.jpg);;color:darkgreen;border-bottom:1px solid; border-color:red;}
.content {
	margin-left:150px;
	margin-top:10px;
	width:600px;
	z-index:1;
	position: absolute;

}

</style>