body, td, th {
	font-family: Arial;
	font-size: 14px;
	color: #FFFF99;
	background-attachment: fixed;
}
body {
	background-color: #003300;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	SCROLLBAR-BASE-COLOR: #CCCC99;
	SCROLLBAR-ARROW-COLOR: #660000;
}
a {
	font-family: Arial;
	font-size: 14px;
	color: #FF9933;
    text-decoration: none;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #FFFF99;
}
h2 {
	font-size: 17px;
	color: #FFFF99;
}
h3 {
	font-size: 16px;
	color: #FFFF99;
}

h4 {
	font-size: 12px;
	color: #FFFF99;
}

.einzug300 {margin-left: 300px;}
.einzug380 {margin-left: 380px;}
.einzug50 {margin-left: 50px;}

.s1-xxsmall {font-size:xx-small;}
.s2-x-small {font-size:x-small;}
.s3-small {font-size:small;}
.s4-smaller {font-size:smaller;}
.s5-medium {font-size:medium;
			font-weight: bold;}
.s6-larger {font-size:larger;}
.s7-large {font-size:large;}
.s8-x-large {font-size:x-large;}
.s9-xx-large {font-size:xx-large;}
.img-rechts {background-position: right;
	float: right;}
	
.img-float-left {float:left;}			/*bei Bildern, denen ich dieses Attribut verpasse, fließt der Text rechts herum vorbei*/
.img-float-right {float:right;}			/*Dasselbe andersrum*/
.img-float-ende {clear:both;}			/*Hiermit kann ich im vorbeifließenden Text das Vorbeifließen stoppen*/

