/* Stilvorlagen */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1em;
} 
 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
 
address {
	margin-bottom: 1em;
}
 
li {
	margin-bottom: 0.5em;
}
 
img {
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a {
	color: #000;
}

blockquote {
	margin: 0px 0px 0px 4em;
	padding: 0px;
}

.form_error_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff3300;
	border: 1px solid #ff3300;
	padding: 10px;
}
 
.form_error_field {
	background-color: #ff3300;
}


/* Seitenaufbau */
body {
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-3dlight-color: #e0e0e0;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #ffffff;
	margin-top: 0px;
	background-color: #ffffff;
	text-align: center;
}

#center {
	margin-left: auto;
	width: 643px;
	margin-right: auto;
	text-align: left;
}

#header_top {
	height: 14px;
}

#navi_top {
	margin-top: 1px;
	height: 15px;
	border: #999 solid 1px;
	padding: 4px;
	background-color: #eee;
}

a.c {
	color: #477000;
	text-decoration: none;
}

#slideshow {
	margin-top: 1px;
	height: 200px;
}

#header_bottom {
	margin-top: 5px;
	height: 15px;
	border: #999 solid 1px;
	padding: 4px;
	background-color: #eee;
}


#content {
	margin-top: 10px;
}

#footer {
	margin-top: 20px;
	height: 14px;
}

.div_box {
	border: #999 solid 1px;
	padding: 10px;
	background-color: #eee;
}

.div_box img {
	padding-top: 8px;
}

.div_box_kopf {
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	padding: 4px;
	background-color: #eee;
	text-align: center;
}

.div_cal_frei {
	background-color: #00ff00;
	float: left;
	width: 50px;
	height: 16px;
	border: #ffffff solid 1px;
	padding-top: 4px;
	text-align: center;
}

.div_cal_prov {
	background-color: #f0f000;
	float: left;
	width: 50px;
	height: 16px;
	border: #ffffff solid 1px;
	padding-top: 4px;
	text-align: center;
}

.div_cal_res {
	background-color: #ff0000;
	float: left;
	width: 50px;
	height: 16px;
	border: #ffffff solid 1px;
	padding-top: 4px;
	text-align: center;
}

.div_clear_float {
	clear: both;
}
