/* Header css
---------------------------------------- */

.search-header {
    box-shadow: none;
	margin-top: 5px;
}

.forumsname-header {
	min-width: 100px;
	width: 100%;
	text-align: right; 
	margin-bottom : 10px;
	font-size: 20px;
}

.seitenkopf-werbung-img {
	max-width: 100%;
	height: auto;
}

#site-description {
    float: left;
    width: auto;
}

@media only screen and (max-width: 800px)
{
	.forumsname-header {
		display:none;
	}
}
