* {
	padding:0;
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

a {
	text-decoration:none;
	outline:none;
}

.clear {
	clear:both;
}


#header,
#content {
	margin:0 auto;
}

.topleiste {
	background-color: #69187F;
	height:50px;
}

.topleiste .nav {
	text-align:right;
	color:#fff;
}

.topleiste .nav a {
	line-height:50px;
	color:#fff;
}

.topleiste .nav a:hover {
	text-decoration:underline;
}

#header {
	margin:50px auto 20px auto;
}

#header .left {
	width:512px;
	float:left;
}

#header .right {
	width:511px;
	margin-left:512px;
	border-right:1px solid #999999;
}

#header .contact {

	padding:30px 0 30px 0 ;
	font-weight:300;

}

#header .right .contact .time {
	color:#69187F;
	font-weight:400;
}

#navi {
	border-bottom:1px solid #69187F;
	border-top:1px solid #69187F;
	height:48px;
	margin-bottom:20px;
	background: linear-gradient(to bottom, #ffffff 75%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#navi ul li {
	list-style:none;
	display:inline;
	line-height:50px;
}

#navi ul li a {
	color: #666666;
	text-decoration: none;
	padding:16px 15px 14px 15px;
	text-transform:uppercase;
	font-weight:400;
}

#navi ul li a:hover,
#navi ul li a.active {
	background: #69187F;
	color: #fff;
}

#content {
	margin-bottom:30px;
}

#content p,
#content ul {
	color: #333333;
}

#content ul {
	padding-left:15px;
	color:#69187F;
}

#content ul li {
	list-style:outside;
}

#content ul li p {
	color:#000;
}

#content .desc {
	margin-bottom:30px;
}

#content h1,h2,h3,h4,h5,h6 {
	font-size: 20px;
	color: #69187f;
	font-weight:400;
	margin-bottom:10px;
}

#content h2 {
	font-size:18px;
}

#content h3 {
	font-size:17px;
}

#content h4,
#content h5,
#content h6 {
	font-size:16px;
}

#content h5,
#content h6 {
	background-color:#69187f;
	color:#fff;
	padding:10px;
	text-align:right;
}

#content h5 {
	text-align:left;
}

#content p,
#content ul {
	margin-bottom:10px;
}

#content .title h1 {
	color: #333333;
	margin-bottom:15px;
}
#content .image {
	margin-bottom:20px;
}

#content .image img {
	display: block;
	height: auto;
	max-width: 100%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

#content .price {
	background-color:#69187f;
	width:250px;
	padding:10px;
	text-align:center;
	color:#fff;
	font-weight:400;
	font-size:20px;
	margin-top:20px;
}

#content .price p {
	color:#fff;
	font-weight:400;
	margin:0;
}

#footer {
	background-color:#000;
	color:#fff;
	font-size:13px;
	padding:40px 0 ;
	text-align:center;
}

#footer .att a {
	background: #000 url('images/attentio.png') no-repeat;
	width:130px;
	height:32px;
	display:block;
	margin:30px auto 0 auto;
}

#plenty_appendix {
	display:none !important;
}

@media (min-width: 1200px) {
	#content .image img {
		display: block;
		height: auto;
		max-width: 50%;
	}

	img {
		display: block;
		height: auto;
		max-width: 50%;
	}
}