@charset "UTF-8";
/* CSS Document */
html {
      height: 100%;
}
body{
	margin: 0;
	padding: 0;
	color: #1F1F1F;
	line-height: 29px;
	background: #CCC;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 1px;
	color: #333;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#wrapper{
	width: 967px;
	background-color: #FFF;
	height: 100% !important;
    height: 100%;
    margin: 0 auto; 
    overflow: hidden;
}
#header{
	width: auto;
	height: 400px;
}
#header img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
#navi ul{
	padding: 0px;
	list-style: none;
	text-align: center;
}	
#navi ul li{
	margin: 10% 0 0 0;
	padding: 0 25px 0 0;
	display: inline-block;
	list-style: none;
	width: auto;
}
#navi ul li a{
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	color: #666666;
	letter-spacing: 1px;
	text-decoration: none;
}
#navi ul li a:hover{
	color: #A400A5;
}
#content{
	margin: 98px 257px 98px 257px;
}
h1{
	font-size: 30px;
	color: #A400A5;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
}
h2{
	font-size: 24px;
	color: #666666;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
#klein{
	font-size: 10px;
	color: #666666;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}	
#nachoben a{
	font-size: 14px;
	color: #666666;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 20px 30px 30px 0;
}	
#nachoben a:hover{
	color: #CCC;
}	
p.italic{
	font-size: 18px;
	font-family: "museo-sans",sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 28px;
}	
#bild img{
	width: 100%;
	height: auto;
}
b{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
}
ul{
	padding-left: 10px;
	line-height: 200%;
	list-style-image:url(../images/bullet.png)
}
#slideshow { 
    position: relative; 
	padding: 0; 
	text-align: center;
}

#slideshow div img{ 
    width: 967px;
    height: 100%; 
    padding: 0;
	position: relative; 
}

#slideshow > div { 
    position: absolute; 
}
#partner img {
	width: 280px;
	height: 100%;
	margin: -10px 0 40px 0;
}