body {
background-color: white;
background-image: none;
font-family: Lucida, 'Lucida Grande', Helvetica, 'Helvetica Neue', Arial, sans-serif;
font-size: 12px;
}

#wrapper {
width: 100%;
}

#top {
height: auto;
}

#logo img {
visibility: hidden;
display: none;
}

#headerimage {
visibility: collapse;
display: none;
}

#left {
/*float: right;*/
/*visibility: collapse;
display: none;*/
}
#left #benutzer {
display: none;
visibility: collapse;
}

h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Lucida, Arial, sans-serif;
}

h1, #logo span {
	font-size: 26px;
	font-weight: bold;
}

h2, #home #content h3 {
font-size: 25px;
}

#content h3, #home #content h4 {
font-size: 22px;
}

#content h4 {
font-size: 18px;
}

#left h3 {
font-size: 20px;
}

#left form {
	width: 30%;
}

#footer {
margin-top: 50px;
border-top: 1px solid #333333;
font-size: 12px;
}