body { 	
	background-color:#6F706F; 
	font-family:Helvetica,sans-serif;
	color: #000000;
	font-size:12pt;
	margin-top=10px;
	}

}
a:link {	
//	color:#000000;
//	color:#1E0BCA;
	color:#60FB60;
	text-decoration:underline;
}
a:visited {
//	color:#1E0BCA;
	color:#60FB60;
	text-decoration:underline;
}
a:hover {
	color:#E00000;
	text-decoration:underline;
}
a:active {
//	color:#E00000;
	color:#60FB60;
	text-decoration:underline;
}
a:focus {
//	color:#E00000;
	color:#60FB60;
	text-decoration:underline;
}

.nomargin {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

h1 {
	font-size:24pt;
	font-style:bold;
}

h2 {
	font-size:21pt;
	font-style:bold;
}

h3 {
	font-size:18pt;
	font-style:bold;
}

p {
	font-size:15pt;
	font-style:normal;
}

ul {
	font-size:15pt;
	font-style:normal;
}

ol {
	font-size:15pt;
	font-style:normal;
}

li {
	font-size:14pt;
	font-style:normal;
}

.center {
	text-align:center;
}
a.menue {
	font-style:bold;
	font-size:18pt;
}
a.menue_small {
	font-style:bold;
	font-size:8pt;
}

//test

.rot {
	color:red;
}
.entfernt {
	margin-top:100px;
}
.bottom-right {
	position:absolute;
	bottom:0px;
	right:0px;
}
.bottom-left {
	position:absolute;
	bottom:0px;
}
.bottom {
	position:absolute;
	bottom:0px;
}

#box1 {
	Z-INDEX: 1; LEFT: 0px; WIDTH: 200px; POSITION: absolute; bottom:0px;
}