@charset "UTF-8";
/* CSS Document */

body {background-color:#DDD	; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}


#webseite {width:880px; 
margin:0 auto; font: 100%  Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
color: #000;
}

#header {width:880px; 
margin:0 auto; height:100px;
background-color: #FFF;
}

#navigation {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; margin-top:55px; color:#000; float: right; padding-right:20px; text-decoration:none ; padding-top: 0em; padding: 0; 
}


#slider {
	width:880px;
	height:350px;
	margin:0 auto;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; 
}
	

ul {list-style: none;
}


p {

	width:640px;
	float:left;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size:14px; 
	line-height:145%;
} 

p1 {

	width:640px;
	float:left;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size:14px; 
	line-height:145%;
} 



h0 {font-size:15px;
	font-weight:bold;
	padding-left:25px;
	float:left;
	color:#FFF;
}


h1 {
	font-size:22px;
	font-weight:bold;
	line-height:120%;
	float:left; 
	margin-top:0;
	color: #000; 
	width:640px;
}


h2 {
	font-size:20px;
	font-weight:lighter;
	color:#cc0000;
	line-height:130%;
	float:left; 
	padding-bottom:40px;
	color:#666; 
	width:640px;
}

h3 {
	font-size:20px;
	font-weight:lighter;
	color:#cc0000;
	line-height:100%;
	float:left; 
	color:#666; 
	width:640px;
}

hr  {
	border-bottom:2px;
	border-top-style:none;
	border-bottom-style:solid;
	color:#CC0000; 
	margin-top:30px;
	margin-bottom:20px;
}


#footer {width:880px; 
		margin:0 auto; 
		height:30px;
		background-color:#cc0000;
}


a { font-size:15px;
}
a:link { text-decoration:none; color: #000; 
}

a:visited {color:#000;
}

a:hover {
	color:#cc0000;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}


a.hell:link { text-decoration:none; color:#666; 
}

a.hell:visited {color:#000;
}

a.hell:hover {
	color:#cc0000;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

