* {
	margin: 0;
	padding:0;
	outline:none;
	height: 100%;		
}

body {
	color: #000;
	background-image: none;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	height: auto;	
}

p {
	margin: 0 0 10px 0;
}

#header,
#claim,
#navi,
#navi-add,
#navi-lang,
#content-sidebar,
#push,
#footer {
	display: none;
	height: auto;
}

#content-main-headline,
.content {
	height: auto;
}

h1 {
	font-size: 20px;
}

h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
}

h1.branding a img {
	display: block;
}

.content-column-1,
.content-column-2,
.content {
	height: auto;
	width: 100% !important;
}