body{
	font-family: sans-serif;
	background-color: white;
	/*background-image: url("picture/bg.jpg");*/
	background-repeat: repeat-x repeat-y;
}

h1{
	font-size: 20px;
}

h2{
	color: black;
	font-size: 36px;
	font-family: "Impact", sans-serif;
}

#logo{
	background-color: black;
	padding: 3px 5px;
}

#navigator{
	background-color: black;
}


#navigator a:link, a:visited {
  color: white;
  padding: 5px 50px 5px;
  text-align: right;
  font-size: 22;
  text-decoration: none;
}

#navigator a:hover {
  background-color: white;
  color: black;
  padding: 5px 50px 5px;
  text-align: right;
  font-size: 22;
  text-decoration: underline;
  border-radius: 3px;
}

#content1{
	opacity: 0.9;
}
/*
#content1 table, th, tr, td{
	border-collapse: collapse;
	border: 1px solid black;
}
*/

#content2{
	padding: 50px 50px;
}

#content2 a:link, a:visited {
        color: white;
	background-color: black;
	text-decoration: underline;
}

#content2 a:hover {
	text-decoration: none;
}

#infos{
	font-family: "Verdana";
	background-color: black;
	font-size: 22px;
	color: white;
}

#infos a:link, a:visited {
	color: white;
	text-decoration: underline;
}

#foto{
	border-radius: 100px;
}

#fotoklein{
	border-radius: 60px;
}
		