@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    width: 100%;
    margin: 0;
    line-height: 1.7;
    background-color:#fff;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    box-sizing: border-box;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
	clear: both;
}
.container:before,
.container:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.container:after {
    clear: both;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul span {
	cursor: pointer;
}
.content {
	width: 100%;
	display:table;
}
.right,
.mid,
.left {
	display:table-cell;
	vertical-align: top;
	width: 20%;
	padding: 10px;
}
.mid {
	width: 55%;
	padding-top: 30px;
}
.right {
	background-color: #efefef;
	width: 25%;
}
.left {
	padding-top: 30px;
}
header {
	background-image: url("../images/handelt.jpg");
	background-repeat: repeat-x;
	height: 147px;
}
.search{
	float: left;
	width: 25%;
	margin-top: 41px;
}
select {
    width: 176px;
}
.logo {
	float: left;
    width: 75%;
}
.menu li {
	font-size: 12px;
	border-bottom: 1px solid #78872a;
	padding: 3px 7px;
}
.menu li:first-child {
	background-color: #c8d32d;
}
h1 {
	color: #798322;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 20px;
}
.mid_img {
	text-align: center;
}
.text {
	margin: 20px 10px 20px 0;
}
.text p {
	margin: 25px auto;
}

.text a{
    color:#d02884;
}
