* {
	margin:0;
	padding:0;
}

body {
	background:#f8e38f url(../images/content-kachel.gif) top center repeat-y;
	font:75%/1.5em Arial, Helvetica, sans-serif;
	color:#100e0c;
}

h1 {
	width:375px;
	height:154px;
	background:url(../images/logo-zeidler.gif) no-repeat;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	float:left;
}

h2 {
	font:2.2em "Brush455 BT","Brush Script MT","Trebuchet MS",Georgia,Helvetica,Arial,sans-serif;
	color:#f00;
	margin:0 0 20px 0;
}

h3 {
	font-size:1.2em;
	color:#00389C;
	margin:20px 0 10px 0;
}

p, address {
	margin:0 0 15px 0;
}

a {
	text-decoration:none;
}

a:link {
	color:#265bb6;
}
a:visited {
	color:#265bb6;
}
a:hover {
	color:#039;
	text-decoration:underline;
}
a:active {
	color:#f00;
}

noscript {
	background:#c00;
	color:#fff;
	font-size:1.1em;
	padding:10px;
	border:1px solid #fff;
	margin:0 0 15px 0;
}

address {
	font-style:normal;
	background:#f7cd66;
	padding:15px 10px 5px 10px;
	border:1px solid #B88926;
}