@charset "UTF-8";
body {
 background-color: #FFFFFF;
}
h3 {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
}

h5 {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
	font-weight:normal;
	font-size:15px;
}

h6 {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
	font-weight:normal;
	font-size:15px;
	text-align:right;
}

/* Rubrik Seite */
un {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	color: #000000;
	text-align: right;
	font-size: 15px;
	text-decoration:underline;
}

/* Text allg */
p {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	color: #000000;
	text-align: right;
	font-size: 15px;
}
/* unvisited link */
a:link {
	text-decoration: none;
  color: black;
}

/* visited link */
a:visited {
	text-decoration: none;
  color: #333;
}

/* mouse over link */
a:hover {
	text-decoration: none;
  color: #666;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Text over Image unsichtbar  */
.pictext {
	position:absolute;
  bottom: 10px;
  left: 10px;
  font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
 color: #FFF;
 font-size:13px;
 visibility:hidden;
}
/* Text over Image sichtbar bei hover  */
.container:hover .pictext {
visibility:visible;
}

.bilder {
	float:left;
	margin-left:5px;
}


