﻿
body {
	margin: 0;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: black;
	background-size: 1680px 1050px;
	background-repeat: no-repeat;
	text-align: right;
}

header>h1 {
	margin: 0;
	padding: 15px 30px;
}

#searchbox {
	text-align: center;
	margin-left: 50px;
}

nav {
	text-align: center;
}

nav>ul {
	margin: 50px 50px;
}

nav>ul>li {
	display: inline-block;
	position: relative;
}

nav>ul>li.eins {
	background-image:url('../img/foto1.jpg');
	width: 200px;
    height: 200px;
	border-radius: 8px;
}
nav>ul>li.zwei {
	background-image:url('../img/foto2.jpg');
	width: 100px;
    height: 100px;
	border-radius: 8px;
}
nav>ul>li.drei {
	background-image:url('../img/foto3.jpg');
	width: 100px;
    height: 100px;
	border-radius: 8px;
}
nav>ul>li.vier {
	background-image:url('../img/foto4.jpg');
	width: 100px;
    height: 100px;
	border-radius: 8px;
}
nav>ul>li.fünf {
	background-image:url('../img/foto5.jpg');
	width: 100px;
    height: 100px;
	border-radius: 8px;
}
nav>ul>li.sechs {
	background-image:url('../img/foto6.jpg');
	width: 100px;
    height: 100px;
	border-radius: 8px;
}
nav>ul>li.sieben {
	background-image:url('../img/foto7.jpg');
	width: 100px;
    height: 100px;
	border-radius: 8px;
}

nav>ul>li>a.one {
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	width: 200px;
    height: 200px;
}

nav>ul>li>a {
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	width: 100px;
    height: 100px;
}

nav>ul>li:hover {
	background-color: #f4f4f4;
}

nav>ul>li:hover  ul{
	display: block;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: white;
}

a.one:hover {
	background-color: transparent;
}

footer {
	text-align: center;
	padding: 120px;
	color: black;
	font-size: 10px;
}
