a {
	color: #000;
}
#container {
	margin:0px 0px; margin:1em 5em 1em 1em; 
	font-size: 0.8em;
    line-height: 1.4em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;padding:0;
	color: #333;
}

/*
*
* Header
*
*/
#container #header h1, #container #header h2{
	font-size: 1em;

}
#container h1 a:before  {
 	content:url(../images/logo.png)" ";
} 

#container h1 a span, #container h2 {
	display:none;
}
#container h1 a {
	text-decoration:none;
}


/*
*
* Content
*
*/
#container #content:before  {
} 
#container #content {
}

#container #content img{
	float: left;
	padding-right: 2em;
}


/*
*
* Hauptnavigation
*
*/
#content #navigation {
	display:none;
}


