* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #202020;
	background: #f3f3f3;
}

#container {
}

#header {
	background-color:#202020;
}

#logo {
	padding: 50px 40px;
}

/* --- NAVIGATION ---*/

#nav {
	width: 100%;
	background: #ee7f00;
}

#nav ul {         
    padding: 4px 15px 5px 15px;  
}

#nav li {
    display: inline; 
 	 list-style-type: none;
}

#nav a {
    color: #fff; 
  	text-decoration: none;
	padding: 5px 15px;
}

#nav a:hover {
    color: #ccc;
	background: #202020; 
  	text-decoration: none;
}

/* --- ENDE NAVIGATION ---*/

#section {
	padding: 30px;
}

#section img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

.animation {
	float: left;
	margin: 20px 20px 20px 0;
}

#footer {
	background: #202020;
	background-image: url(images/footerbild.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #ccc;
	padding: 20px 0;
	border-top: solid 5px #ee7f00;
}

.footerbox {
	float: left;
	padding: 0 20px;
}

.clear {
	clear: left;
}

h1 {
	font-size: 170%;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0;
}

h2, .fett {
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
}

h2, p {
	margin: 10px 0;
}

p {
	margin: 5px 0;
}
.bold {
	font-weight: bold;
}

#footer .fett {
	margin-bottom: 10px;
	color: #ee7f00;
}

hr {
	color: #57585a;
	line-height: 1px;
	margin: 30px 0;
}

.foto1-link {
	width: 160px;
	height: 63px;
	display: block;
	margin: 0 auto;
}

.foto1 {
	background: url(images/oswald.gif) no-repeat;
}

.foto1-link:hover {
	background-position: 0 -63px;
}

.foto2-link, .foto3-link, .foto4-link {
	width: 30px;
	height: 30px;
	display: block;
}

.foto2 {
	background: url(images/facebook.gif) no-repeat;
	float: left;
}

.foto2-link:hover, .foto3-link:hover, .foto4-link:hover {
	background-position: 0 -30px;
}

.foto3 {
	background: url(images/google.gif) no-repeat;
	float: left;
	margin-left: 15px;
}
.foto4 {
	background: url(images/xing.gif) no-repeat;
	float: left;
	margin-left: 15px;
}