html body {
	margin: 0;
	text-align: left;
	font-size: 10pt;
	background: #fff;
	color: #000;
	font-family: verdana;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	font-style: italic;
	border: none;
}
#logo, #slidebox, #navi, #anfragen, .column-left {
	display: none;
}

.column-right {
    float: right;
    width: 187px;    
}

.column-left p,
.column-right p {
    padding: 0.5em 0;
}

#inhalt {
    padding: 24px 200px;
    text-align: left;
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.2em;
}
