body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	background-attachment: fixed;
	background-image: url(medien/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
	background-color: #F0F0F0;
	} 

a {
	color: #39F;
	text-decoration: none;
	} 
a:link {
	color: #39F;
	text-decoration: none;
  } 
a:hover {
	text-decoration: underline;
	color: #39F;
	} 
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #06C;
	} 
h1 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 20px;
	} 
h2 {
	font-weight: bold;
	font-size: 12px;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	text-decoration: none;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	font-size: 12px;
	}	
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}
.fototext {
	color: #FFF;
	font-weight: normal;
}
.rand1 {
	border: 1px solid #999;
}

.klein {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
.unterstrichen {
	text-decoration: underline;
}
.abstand {
	line-height: 200%;; 
}

