﻿html{
width: 100%;
height: 100%;
}

body{
margin: 0;
padding: 0;
background-color: white;
width: 100%;
height: 100%;
}


.logo{
margin:  22px 0 0 20px;
position: relative;
float: left;
border: 0;
width: 262px;
height: 115px;
background-image: url(img/logo.png);
}

.logohead{
margin: 22px 20px auto 0;
position: relative;
float: right;
font-family: 'Times New Roman',Times,serif;
font-style: italic;
font-size: 100px;
color: rgba(0,0,0,0.5);
}

#container{
width: 1040px; 
margin: 0px auto; 
}

#menu{
position: relative;
margin-top: 51px;
float: left;
width: 190px;
}

#content{
position: relative;
margin-top: 51px;
float: left;
width: 850px;
font-family: 'Sintony', sans-serif;
color: #3b4245;
font-size: 15px;
}

h1{
font-family: 'Sintony', sans-serif;
color: #3b4245;
font-size: 17px;
font-weight: bold;
margin: 0 0 15px 0;
}

h2{
font-family: 'Sintony', sans-serif;
color: #3b4245;
font-size: 17px;
font-weight: bold;
margin: 0 0 15px 0;
}

.div_links{
position: relative;
float: left;
border: 430px;
margin-right: 10px;
}
.div_rechts{
position: relative;
float: left;
width: 400px;
border: 0;
}

.rechts{ text-align: right; margin: 0; }

.slider-wrapper { 
	width: 80%; 
	margin: 0 auto;
}

.clear {
	clear:both;
}