/*http://www.dein-mv.de*/

* {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #F3EEEA;
}

/*TEXT*/

h1, 
h2 {
	color: #EE7F00;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
}

h2 {
	color: #A8414D;
	font-size: 2em;
}

p,
ul {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

ul {
	list-style-type: circle;
	margin-left: 20px;
}

ul li {
	margin-bottom: 5px;
}

a,
a:visited {
	color: #6D3017;
	text-decoration: none;
}

a:hover {
	
}

a.button {
	color: white;
	font-size: 1.6em;
	line-height: 2em;
	padding: 10px 20px;
	border: 1px solid #A8414D;
	background-color: #A8414D;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

a.button:hover {
	background-color: #EE7F00;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

/*LAYOUT*/

#wrapper {
	width: 940px;
	position: relative;
	margin: 10px auto;
}

#main {
	position: relative;
	background-color: white;
}

#main #logo {
	position: absolute;
	top: -67px;
	left: -25px;
	width: 250px;
	height: 250px;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

#main:hover #logo {
	left: 0;
}

#main #content {
	margin-left: 260px;
	padding: 20px 0;
}

#footer {
	color: #999;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
}

#footer p {
	font-size: 10px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

/*GRIDS*/

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12 {
	margin: 10px;
	float: left;
	position: relative;
}

.grid1 {
	width: 60px;
}

.grid2 {
	width: 140px;
}

.grid3 {
	width: 220px;
}

.grid4 {
	width: 300px;
}

.grid5 {
	width: 380px;
}

.grid6 {
	width: 460px;
}

.grid7 {
	width: 540px;
}

.grid8 {
	width: 620px;
}

.grid9 {
	width: 700px;
}

.grid10 {
	width: 780px;
}

.grid11 {
	width: 860px;
}

.grid12 {
	width: 940px;
}

/*SLIDER*/

.flexslider {
	width: 940px;
	height: 320px;
	background: url(uploads/panorama-1.jpg) repeat-y 0 0;
}

.slides {
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}

.slides li {
	height: 320px;
}

.flexslider .slides > li {
	display: none;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-container {
	
}

.flex-direction-nav,
.flex-control-nav {
	display: none;
}

/*CLEARINGS*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*CODE*/

/*#wrapper {
	background: lavender url(images/bg_grids_12-60-940.gif) repeat-y center 0;
}*/