﻿/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

* {
	margin: 0;
	padding: 0;
}

body{
	font: normal normal normal 12px 'Open Sans', sans-serif;
	background: url(../imgs/hgs/hg_mpkt.gif);
	color: #666;
}
header, nav, footer, aside, section{
	display: block;
}

header{
	width: 365px;
	height: 150px;
	float: right;
	background: url(../imgs/headlogo.gif) left top no-repeat;
}
nav{
	clear: both;
	float: left;
}
nav a{
	display: block;
	width: 135px;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 2px 0;
	background: #E4E4E4;
	color: #777;
}
nav a:hover {
	color: #802929;
	background: rgba(250,250,250,0.7);
}
nav span{
	color: #FFF;
	background: #AAA;
	padding: 2px 0;
	display: block;
	width: 135px;
	float: left;
	text-align: center;
}
#navzweite {
	clear: both;
	text-align: center;
}
#navzweite a {
	text-decoration: none;
	color: #888;
	padding: 0 5px;
	margin: 0 20px;
	border-radius: 3px;
}
#navzweite a:hover {
	color: #802929;
	background-image: linear-gradient(#FFF, #DFDFDF);
}
#navzweite span {
	color: #802929;
	background: rgba(128,128,128,0.2);
	padding: 0 5px;
	margin: 0 20px;
	border-radius: 3px;
}
section{
	min-height: 400px;
	margin: 15px 48px 0 135px;
}
section.refs{
	margin: 0 48px;
}
section.formback{
	margin: 35px 135px;
	min-height: 160px;
	border-radius: 7px;
	background: rgba(200,200,200,0.3);
}
section.formback p{
	font-size: 13px;
	text-align: center;
	margin-bottom: 17px;
}
section p{
	margin-bottom: 5px;
}
section p a{
	text-decoration: none;
	color: #777;
	padding: 0 2px;
	border-radius: 3px;
}
section p a:hover{
	color: #FFF;
	background: #999;
}
ul{
	margin: 10px 0 15px 45px;
}
li {
	list-style-image: url(../imgs/listbullet.gif);
}
footer{
	height: 17px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.2em;
	background-image: linear-gradient(#FFF, #DFDFDF);
	border-top: 1px solid #E4E4E4;
}
footer a{
	text-decoration: none;
	color: #777;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 3px;
}
footer a:hover{
	color: #FFF;
	background: #999;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 9px;
	color: #888;
	background: url(../imgs/listbullet.gif) left 1px no-repeat;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #888;
}
dl{
	margin: 15px 0;
}
dt{
	float: left;
	width: 105px;
}
dl a{
	text-decoration: none;
	color: #777;
	padding: 0 2px;
	border-radius: 3px;
}
dl a:hover{
	color: #FFF;
	background: #999;
}
/*=== Kontaktformular ===*/
form {
	float: right;
	width: 360px;
	height: 335px;
	margin-top: 5px;
	padding: 5px;
	background: rgba(200,200,200,0.2);
	border-radius: 7px;
}
form p{
	margin-bottom: 2px;
}
label {
	display: block;
	margin-bottom: 7px;
	color: #666;
}
input, select, textarea {
	border: 1px solid #CCC;
	color: #666;
	padding: 2px 3px;
	background-image: linear-gradient(#FFF, #EFEFEF);
	font: normal normal normal 11px 'Open Sans',sans-serif;
	float: right;
}
input.radio {
	margin-top: 4px;
}
textarea {
	margin-bottom: 15px;
}

/*=== Individivs ===*/
#wrapper{
	width: 810px;
	margin: 25px auto 10px;
	background: #FFF url(../imgs/hgs/hg_hueller.gif) left top no-repeat;
	box-shadow: 2px 5px 9px #AAA;
}
#beibild {
	float: right;
	text-align: right;
	font-size: 11px;
	margin: 5px 0 0 25px;
}
#beibild img{
	padding: 2px;
	border: 1px solid #E4E4E4;
}
#beibild p{
	margin: -3px 0 0 0;
}
#colright{
	float: right;
	width: 310px;
}

/*=== für Datenschutz-Seite ===*/
#lefz{
	float: left;
	width: 160px;
}
#reiz{
	float: right;
	width: 540px;
}
#reiz p.eingrckt{
	margin: 5px 0 0 15px;
}
#reiz dl{
	margin-left: 15px;
}
#reiz dt{
	width: 64px;
}

/*=== Klassen ===*/
.distante{
	clear: both;
	height: 15px;
}
.clearer{
	clear: both;
	height: 5px;
}
.highslide img{
	margin: 0 25px 5px 0;
}
a.fdv{
	color: #6F6866;
	margin-left: -2px;
}
a.fdv:hover{
	color: #007CC3;
	background: none;
}

/*=== für flexcroll ===*/
div.flexcroll {
	height: 312px;
	overflow: auto;
	margin: 5px;
}
div.flexcroll p{
	font: normal normal normal 12px/14px 'Open Sans',sans-serif;
	text-align: justify;
	padding-right: 12px;
	text-indent: 3px;
	margin-bottom: 5px;
}
div.flexcroll h1{
	font: normal normal bold 12px 'Open Sans',sans-serif;
	color: #999;
	text-indent: 0;
	background: none;
}