html, body {
	font-family: 'Open Sans', sans-serif;
	background-color: #b24926;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

h1{
	font-size: 24px;
}

a,
a:link,
a:visited {
	color: #b24926;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.radius_all {
	border-radius: 3px;
}

.relative {
	position: relative;
}

.center {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.imgBox {
	clear: both;
	display: block;
	text-align: center;
	margin: 20px 0;
}

legend, fieldset {
	border-radius: 3px;
	border: 1px solid #cecece;
	padding: 4px 20px;
}

.img {
	margin: 3px auto;
}

#overall {
	display: block;
	margin: 10px auto;
	padding: 30px;
	width: 1200px;
	background-color: #fff;
	height: 100%;
	-webkit-box-shadow: 3px 3px 10px #000;	/* webkit browser*/ -moz-box-shadow: 3px 3px 10px #000;	/* firefox */ box-shadow: 3px 3px 10px #000;
}

#navi_left {
	position: fixed;
	width: 250px;
	padding: 10px;
	border: 1px solid #888888;
	background-color: #fdfdfd;
}

#navi_left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi_left ul li {
	border-radius: 3px;
	border: 1px solid #cecece;
	background-color: #fff;
	margin: 3px 0;
	padding: 2px 5px;
}

#navi_left ul li a { color: #000; }
#navi_left ul li a:hover { text-decoration: none; }

#navi_left ul li:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}

#content {
	font-size: 14px !important;
	margin: 0 0 0 300px;
	min-height: 400px;
}

.text {
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.kontaktformular {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 20px 0;
}

.kontaktformular div {
	position: relative;
}

.kontaktformular label.error {
	position: absolute;
	border: 1px solid #ff0000;
	-webkit-box-shadow: 1px 1px 10px #ff0000;	/* webkit browser*/ -moz-box-shadow: 1px 1px 10px #ff0000;	/* firefox */ box-shadow: 1px 1px 10px #ff0000;
	background-color: #ffaeb0;
	right: 0px;
	top: 10px;
}

.kontaktformular #message {
	display:none;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding:3px;
	background-color: #8cef87;
	border: 1px solid #21b818;
	padding: 10px;
	text-align: center;
}

.kontaktformular input,
.kontaktformular textarea {
	display: block;
	min-width: 300px;
	width: 300px;
	padding: 10px;
	margin: 10px;
	font-size: 12px !important;
}

.kontaktformular textarea {
	height: 150px;
	width: 700px;
}

.price {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: #b24926;
	color: #fff;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 5px #000;	/* webkit browser*/ -moz-box-shadow: 1px 1px 5px #000;	/* firefox */ box-shadow: 1px 1px 5px #000;
}

.price_label {  }
.price_value { font-size: 30px; font-weight: bold; }
.shipping { text-align: right; font-size: 10px; }

#footer {
	margin: 20px 0 0 0;
	border-top: 1px solid #888888;
	text-align: center;
}