@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-color: #CCC;
	background-image: url(../bilder/hg-verlauf.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body * {
	font-size: 100%;	
}
p {
	margin-bottom: 1.063em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}

/* Headers */
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #92a1be;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92a1be;
	margin-bottom: 6px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}

/* Links */
a:link { 
	text-decoration: none;
	color: #92a1be;	
}
a:visited { 
	text-decoration: none;
	color: #333333;	
}
a:hover {
	color: #333333;
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	color: #0788C3;
	border-bottom: 1px dotted #0788C3;
}
a:hover.more-link {
	text-decoration: none;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}

/*  design  */
#main {
	width: 885px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*  header  */
#header {
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	display: inline;
	float: left;
	height: 342px;
	margin-bottom: 0;
	width: 885px;
	background-image: url(../bilder/hg-kopf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 72px;
	padding: 0px;
	background-color: #FFF;
}
#header-logo {
	height: 82px;
	width: 256px;
	float: left;
	padding-top: 26px;
	margin-left: 60px;
}

/*  navigation  */
#header #nav {
	height: 108px;
	width: 443px;
	margin: 0;
	float: right;
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#header #nav ul li a:link,
#header #nav ul li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	padding-top: 47px;
	padding-right: 11px;
	padding-left: 11px;
	margin: 0;
	padding-bottom: 7px;
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	color: #fff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	background-color: #c8d0de;
}
#header #nav ul li#current a {
	color: #FFF;
	background-color: transparent;
	background-image: url(../bilder/titel-nav-marius-feldmann-dresden.gif);
	background-repeat: repeat-x;
}
#header #nav ul li.first a:link, 
#header #nav ul li.first a:visited {
}
#kontaktbox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	display: inline;
	float: right;
	margin-bottom: 0;
	height: 219px;
	width: 358px;
	padding-left: 85px;
	color: #333;
	padding-top: 15px;
}
#navleist  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	display: inline;
	float: left;
	height: 56px;
	width: 885px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../bilder/hg-navigation.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#navleist li {
	display: inline; /* li nebeneinander anzeigen */
	list-style-type: none;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-left: 13px;
}
#navleist ul li#current a {
	color: #92a1be;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92a1be;
	background-color: #FFF;
}
#navleist ul li.first a:link, 
#navleist ul li.first a:visited {
}

/*  content  */
#content {
	margin-left: 50px;
	margin-top: 0px;
	overflow: hidden;
	display: inline;
	float: left;
	height: auto;
	margin-bottom: 0;
	width: 685px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
	margin-right: 0px;
	text-align: justify;
	padding-bottom: 10px;
}

/*  foot  */
#foot {
	margin-left: 50px;
	margin-top: 0px;
	overflow: hidden;
	display: inline;
	float: left;
	height: 25px;
	width: 685px;
	background-color: #92a1be;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 40px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	color: #fff;
	padding-top: 7px;
}

/* Bilder */
.bild-rechts {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	float: right;
}
.bild-links {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
.bild-rechts-text {
	margin-top: -88px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	float: left;
	padding: 0px;
	clear: left;
}
#label a{background:#77aa55;color:#fff;text-decoration:none;font-family:arial,sans-serif;text-align:center;font-weight:bold;padding:10px 50px;font-size:1.2rem;line-height:1.3rem;position:relative;transition:0.3s;}
#label a:hover{background:#c8d0de;color:#fff;}
#label a::before,
#label a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff;}
#label a::after{bottom:1px;top:auto;}
@media screen and (min-width:100px){#label{position:absolute;display:block;top:200;right:0;width:300px;overflow:hidden;height:400px;z-index:9999;}
#label a{width:220px;position:absolute;top:220px;right:-30px;transform:rotate(-10deg);-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);box-shadow:6px 6px 12px rgba(0,0,0,0.8);}}

