body {background-image:   url(../pic/hg-dragon-gr.jpg);}

body {font-family: Arial; 
	color: #FFFF99;
	text-decoration: none;
	font-size: 14px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color:#006633;}

a {color:#FF9933;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;
	color:##66CC33;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;
	color:#FFFF66;}
	
.liste-menue {font-size:smaller;
		margin-left: -20px;}
li {margin-top: 3px;}					/*Listenelemente*/

.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;
			font-weight: bold;}
.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*/

