@import "http://fonts.googleapis.com/css?family=Quattrocento+Sans"; 
@import "http://fonts.googleapis.com/css?family=Quicksand"; 
body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "Quicksand", Verdana, Gadget, sans-serif;
	color: #2B2B2B;
	font-size: 14px;
	letter-spacing: 120%;
	background-color: #FCFCFC;
	height: 100%;
	line-height: 140%;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content  a{
	color: #F0F;
	text-decoration: none;
}
#content a:hover {
	color: #3F3;
	text-decoration: none;
}
hr {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0F0;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1 {
	color: #333;
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	opacity: 0.8;
	margin: 0px;
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 120%;
}
.right_f h1 {
	margin-bottom: 29px;
}
h1.thema {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F;
	color: #333;
	line-height: 120%;
}
h2 {
	color: #333;
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	margin-bottom: 20px;
	font-size: 2em;
	margin-top: 10px;
	line-height: 120%;
}
h3 {
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	margin-bottom: 12px;
	line-height: 120%;
}
h4 {
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #CCC;
	margin-bottom: 15px;
	line-height: 120%;
}
h5 {
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	font-size: 2em;
	line-height: 120%;
}
#topnavi {
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
}
input[type="submit"], textarea, input[type="text"],input[type="password"]{
	background-color: #FFF;
	-moz-box-shadow: inset 0px 0px 2px #666;
	-webkit-box-shadow: inset 0px 0px 2px #666;
	box-shadow: inset 0px 0px 2px #666;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FFF;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
textarea {
	background-color: #FFF;
	width: 100%;
	border: none;
	height: 70px;
	margin-bottom: 3px;
}
input[type="submit"]{
	background-color: #FFF;
	width: 100px;
	border: none;
	height: 24px;
	margin-bottom: 3px;
	cursor:pointer;
}
input[type="text"],input[type="password"]{
	background-color: #FFF;
	width: 100%;
	border: none;
	height: 20px;
	margin-bottom: 3px;
}
input[type="text"]:hover , input[type="submit"]:hover, textarea:hover, input[type="text"].aktiv , input[type="submit"].aktiv, textarea.aktiv{
	background-color: #ccc;
	-moz-box-shadow: inset 0px 0px 2px #666;
	-webkit-box-shadow: inset 0px 0px 2px #666;
	box-shadow: inset 0px 0px 2px #666;
}
.subnav {
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	float: left;
	width: 120px;
	margin-right: 10px;
	padding-left: 5px;
	height: 130px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
.info {
	position: absolute;
	z-index: 50000;
	background-color: #FFF;
}
#logo {
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 20px;
	float: left;
	width: 40px;
	max-width: 40px;
	height: auto;
}
#hg {
	position: fixed;
	height: 110%;
	width: 110%;
	overflow: hidden;
	min-width: 900px;
	background-image: url(../img/hg_ie.gif);
}
#footer {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 3000;
}
.hgbox {
	background-color: #999;
	float: left;
	height: 20px;
	width: 20px;
}
#subnavi {
	position: absolute;
	z-index: 3000;
	width: 100%;
	bottom: -20px;
}
#subnavi .frame {
	background-color: #FFF;
}
#subnavi #aninav {
	position: absolute;
	background-color: #FFF;
	height: 30px;
	width: 30px;
	top: -30px;
	left: 30px;
}
#aninav .click {
	position: absolute;
	height: 100%;
	width: 100%;
}
#navi {
	font-family: "Quattrocento Sans", Verdana, Gadget, sans-serif;
	bottom: 0px;
	float: right;
	z-index: 3000;
	margin-right: 20px;
	font-size: 1.2em;
}
#navi a{
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
}
#navi a.aktiv{
	color: #F0F;
}
#navi a:hover{
	color: #F0F;
}
#navi ul li{
	list-style-type: none;
	float: left;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-top: 16px;
}
.metanavi {
	background-color: #FFF;
	padding: 10px;
	position: absolute;
	top: -55px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 2px 2px 10px #000;
	background-image: linear-gradient(bottom, rgb(181,181,181) 2%, rgb(245,245,245) 50%);
	background-image: -o-linear-gradient(bottom, rgb(181,181,181) 2%, rgb(245,245,245) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 2%, rgb(245,245,245) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 2%, rgb(245,245,245) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 2%, rgb(245,245,245) 50%);
	right: 0px;
	display: none;
}
.navpfeil {
	position: absolute;
	height: 13px;
	width: 25px;
	right: 13px;
	background-image: url(../img/pfeil_nav.png);
	bottom: -13px;
	display: inherit;
}
#footer .frame {
	margin: 20px;
	border: 1px solid #DEDEDE;
	background-color: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 10px #111;
	-webkit-box-shadow: 2px 2px 10px #111;
	box-shadow: 2px 2px 10px #111;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(196,196,196,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(196,196,196,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(196,196,196,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(196,196,196,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(196,196,196,0.85) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(196,196,196,0.85) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#d9c4c4c4',GradientType=0 ); /* IE6-8 */



}
#content {
	position: absolute;
	z-index: 3000;
	margin: 20px;
	min-width: 860px;
}
.cframe {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.cframe, li.box , .box, .boxklein{
	background-image: url(../img/hg_weiss.png);
	-moz-box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	box-shadow: 1px 1px 6px #333;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FFF;
	background-attachment: scroll;
	background-repeat: repeat;
}
.box {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 8px;
	display: block;
}
.metanavi a {
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 7px;
}
#content .left_f a.box {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/hg_weiss.png);
	margin-bottom: 8px;
	display: block;
	font-weight: bold;
	color: #333;
	position: relative;
}
#content .left_f a.boxklein {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../img/hg_weiss.png);
	margin-bottom: 8px;
	display: block;
	position: relative;
	color: #333;
}
#navi a.box {
	color: #333;
	text-shadow: 0 1px 1px #FFFFFF;
}
#content .left_f a.boxklein:hover ,#content a.box:hover ,#content #topnavi a.aktiv{
	background-image: url(../img/hg_black.png);
	display: block;
	color: #0F0;
	
}
.left_f {
	float: left;
	width: 230px;
	margin-bottom: 100px;
}
.right_f {
	float: right;
	position: relative;
	margin-bottom: 100px;
	min-width: 580px;
}
#text {
	font-size: 1em;
	float: left;
	width: 100%;
}
.text {
	width: 70%;
}
.teaserrechts {
	margin: 5px;
	float: right;
	width: 20%;
}
#img_frame, .teaserrechts {
	padding: 10px;
	-moz-box-shadow: inset 2px 2px 10px #ccc;
	-webkit-box-shadow: inset 2px 2px 10px #ccc;
	box-shadow: inset 2px 2px 5px #ccc;
	border: 1px solid #FFF;
	position:relative;
	background-color:#FFF;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
#img_k {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 20%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#img_k img {
	width: 40%;
	height: auto;
	opacity: 1;
	float: left;
	cursor:pointer;
	margin: 5%;
}
#img_k img.loading{
	width: 10%;
	height: auto;
	opacity: 1;
	margin-left: 30%;
	margin-top: 20%;
}
.galsel img.loading, .galselk img.loading, .galselganz img.loading{
	width: 20%;
	height: auto;
	opacity: 1;
	float: left;
	cursor:pointer;
	margin-top: 25%;
	margin-right: 40%;
	margin-bottom: 25%;
	margin-left: 40%;
}
#img_g  {
	height: 100%;
	width: 75%;
}
#img_g img {
	height: 100%;
	width: auto;
}
#img_g img.loading {
	height: 10%;
	width: auto;
	margin-top: 30%;
	margin-left: 45%;
}
#img_k img:hover, #img_k img.aktivimg {
	-moz-box-shadow: 10px 10px 5px #00;
	-webkit-box-shadow: 10px 10px 5px #00;
	box-shadow: 0px 1px 4px #ccc;
}
.galsel, .galselganz, .galselk {
	float: left;
	display: block;
	-moz-box-shadow: 0px 1px 4px #eee;
	-webkit-box-shadow: 0px 1px 4px #eee;
	box-shadow: 0px 1px 4px #aaa;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FFF;
}
.galsel {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	height: 200px;
	line-height: 120%;
	cursor:pointer;
}
.galselganz {
	width: 100%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	height: 130px;
	cursor:pointer;
}
.galselk {
	width: 21%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	height: 120px;
	line-height: 120%;
	cursor:pointer;
}
#text p {
	margin-top: 5px;
}
.galsel img , .galselk img, .galselganz img{
	height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
}
.textsel {
	background-color: #000;
	height: 90%;
	width: 90%;
	color: #FFF;
	padding: 5%;
	z-index: 3000;
	position: absolute;
	top: 0px;
	display: none;
	font-size: 0.8em;
	line-height: 120%;
}
.textsel h3 {
	margin-bottom: 3px;
}
.naviimg {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 30px;
	background-color: #FFF;
	left: 0px;
	top: 0px;
}
.naviimg img {
	position: absolute;
	height: auto;
	width: 200%;
	left: -25%;
}
.navdec  {
	height: 10px;
	width: auto;
	margin-right: 5px;
}
.button_ser {
	position: relative;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
.button_ser img{
	position: absolute;
	width: 104%;
	height: auto;
	top: 0px;
	left: 0px;
}
.loaded {
	position: relative;
	color: #666;
	background-color: #FFF;
	min-height: 250px;
}
.text_ser p {
	padding-left: 20px;
	padding-top: 10px;
}
.loaded img.loading {
	position: absolute;
	z-index: 5000;
	left: 45%;
	top: 35%;
}
.loaded img.imgload {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	z-index: 3000;
	left: 0px;
	display: none;
}
.loaded .text_ser {
	width: 50%;
	z-index: 4000;
	padding-top: 5%;
	margin-left: 8%;
	padding-bottom: 4%;
	position: relative;
	display: none;
}
.textlinks {
	float: left;
	width: 72%;
}
.formback {
	cursor: pointer;
}
#hg_canvas {
	position: fixed;
}
