body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color:#ffb600;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffb600;
	scrollbar-highlight-color:#003366;
	scrollbar-shadow-color:#003366;
	scrollbar-track-color:#FFFAEC;
	background-repeat: repeat-x;
}
#first {
	margin:0px auto;
	width: 100%;
	}
#header {
    float:none;
	margin:0px;
	border: 0px;
	height: 110px;
	width: 100%;
	background-image:  url(../images/kopf_verlauf.gif);
}
#content {
	margin: 0px;
	float:none;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	border: none;
	height: 450px;
	width: 750px;
	background-image: url(../images/c_hinter.jpg);
	background-repeat: no-repeat;
}
#content_leftframe {
	float:none;
	margin: 0px 0px;
	height: 380px;
	width: 235px;
}
#content_rightframe {
    float:none;
	margin: 0px 0px;
	height: 390px;
	width: 420px;
}
#content_rightblog {
  float:none;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 390px;
	width: 480px;
}
#footer {
	margin: 0px;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
}
.footer {
	margin: 0px;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
}


#footer  a {
	text-decoration: none;
	color: #BFC6DD;
}
#footer  a:hover {
	color: #FFFFFF;
}
#copyright {
	margin: 0px 0px;
	padding-top:12px;
    width: 240px;
	float:left;
}
#copyright a {
	text-decoration: none;
	color: #E3EEE3;
}
#copyright a:hover {
	color: #ffffff;
}
a {
	color: #000066;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #003399;
}

td {
	font-size: 12px;
}

.bloginhalt {
	text-align: left;
	width: 98%;
}
.preisliste {
 font-family: Courier New, Courier, mono;
}
.titel {
	width: 90%;
    border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	padding-bottom:1px;
}
.blogtitel {
	width: 90%;
    border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.titeltext {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.rahmen {
	border: thin solid #CCCCCC;
	padding-left:0px;
	padding-right:0px;
	width: 230px;
	float:none;
	background-color: #f8f8f8;
	margin: 0px;
}
input {
	font-size: 12px;
	background-color: #F8f8f8;
	border: thin solid #CCCCCC;
}
input:hover {

	background-color: #Ffffff;
	border: thin dashed #CCCCCC;
}
textarea {
	font-size: 12px;
	background-color: #F8f8f8;
	border: thin solid #CCCCCC;
}
textarea:hover {
	background-color: #Ffffff;
	border: thin dashed #CCCCCC;
}
.klein {
	font-size: 10px;
	margin-top:5px;
}
.linie {
	background-image: url(../images/linie.gif);
	background-repeat: repeat-x;
}