body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 71%;
	color: #FFFFFF;
	line-height: 125%;
	background-attachment: fixed;
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: default;
}
a:visited {
	text-decoration: none;
	color: #6d6db7;
	font-size:95%;
	font-weight: normal;
		
}
a:link {
	text-decoration: none;
	color: #9999cc;
	font-size:95%;
	font-weight: normal;
	
}
a:hover {
	color: #F00;
	text-decoration: none;
	font-size:95%;
	font-weight: normal;
}
a:active {
	color: #FFF;
	text-decoration: none;
	font-size:95%;
	font-weight: normal;
}
h1 {
	font-size: 95%;
	font-weight: normal;
	text-decoration: none;
	color: #9999cc;
}

h2 {
	font-size: 99%;
	font-weight: normal;
	color: #FFF;
	line-height: 125%;
}
h3 {
	font-size: 115%;
	font-weight: normal;
	color: #FFF;
	line-height: 130%;

}

h4 {
	font-size: 135%;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	
}

h5 {
	font-size: 150%;
	font-weight: normal;
	color: #FFF;
}

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



.punktrand {
	border-top: 5px solid #ff0000;
	border-right: 5px solid #ff0000;
	border-bottom: 5px solid #880000;
	border-left: 5px solid #880000;
	border-style: dotted;
   
	
}


.punktrandgold {
	border-top: 7px dotted #fddf49;
	border-right: 7px dotted #fddf49;
	border-bottom: 7px dotted #9e8d25;
	border-left: 7px dotted #9e8d25;
	
}

.punkte {
	border: 4px dotted #26273e;
}



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

.bildrechts {
	float: right;
	margin: 10px 0px 10px 10px;
}
.schriftrot {
	color: #F00;
}

.schriftschwarz {
	color: #000;
}


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

.schriftgrau {
	color: #999;
}


.schriftdunkel {
	color: #333;
}

.klein {
color : #9999cc;
font-size : 90%;
}
