

/* Reset by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
weiß: #fff;
schwarz: #000;
rot: #B91518;
grün: #B9B900;
*/

html, body {
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#page {
	width: 580px;
	margin: 0 auto;
	padding: 0;
}

#startbild {
	padding: 250px 0 0 0;
}

#kontakt_text {
	padding: 15px 30px 0px 30px;
}

.floating_block {
	width: 245px;
	padding: 10px 15px 0px 0px;
	height: 185px;
	float: left;
}

h1 {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

p {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

pre {
	font-family: Monaco, Courier, "Courier New", monospace;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	background: #eee;
	border: 1px dotted #333;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	background: transparent;
}

a:hover, a:active {
	text-decoration: none;
}
