@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#bg_head {
	position:absolute;
	top:200px;
	width:100%;
	height:340px;
	background:url(images/bg_head.jpg) top center no-repeat;
	z-index:2;
}

div#bg_navi {
	position:absolute;
	top:60px;
	width:100%;
	height:127px;
	z-index:3;
}

div#content {
	position:absolute;
	vertical-align:top;
	top:540px;
	width:100%;
	z-index:3;
	background:url(images/schatten.jpg) top center no-repeat;
}


.text_normal {
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

.text_bold {
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.tel {
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
	font-weight:bold;
	color:#A60D26;
	font-size:22px;
}
.text_footer {
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
	color:#FFF;
}
