 body
{
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin:0;
	padding: 0;
	text-align:center;
	line-height: 130%;
	background-attachment: fixed;
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	
}


a:visited {
	text-decoration: none;
	color: #6d6db7;
	font-size:0.9em;
	font-weight: normal;
		
}
a:link {
	text-decoration: none;
	color: #9999cc;
	font-size:0.9em;
	font-weight: normal;
	
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size:0.9em;
	font-weight: normal;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:0.9em;
	font-weight: normal;
}

h1 {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: #9999cc;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	line-height: 1.6em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	line-height: 1.3em;
}

h4 {
	font-size: 1.4em;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

h6 {
	font-size: 2em;
	font-weight: normal;
	color: #9999cc;
	font-family: Papyrus;
}


.rund {
border-radius: 25px;
} 

.rund {
-moz-border-radius: 25px;
border-radius: 25px;
} 

.transparent {
	background: transparent;
}


.punkte {
	border: 4px dotted #383a49;
}



.bildlinks {
	float: left;
	margin: 10px 10px 10px 0px;
}

.bildrechts {
	float: right;
	margin: 10px 0px 0px 10px;
}

.schriftgold {
	color: #eac85d;
}

.schriftrot {
	color: #F00;
}

.schriftweiss {
	color: #FFF;
}

.schriftschwarz {
	color: #000;
}

.klein {
color : #9999cc;
font-size : 0.8em;
}

.kleinweiss {
color : #fff;
font-size :0.8em;
}


.kleinrot {
color : #ff0000;
font-size : 0.8em;
}


.farbe {
	color: #9999cc;
	text-decoration: none;
}


.kugerl {
list-style: url(bilder/kugerl.gif);
}


