@charset "UTF-8";
/*** Farben ***/
/* grau: rgb(127,127,127), #7F7F7F */
/* gruen: rgb(176,197,34),#A7C522 */
/* dunkelgrau (Schrift): rgba(76,76,76,1.00) */

/*** Basic ***/
html, body {

	color: rgb(127,127,127);
	font-family: raleway;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: raleway;
}
h1 {
	font-size: 36px;
	font-weight: 200;
}
h2 {
	font-size: 36px;
	font-weight: 200;
}
h3 {
	color: rgb(176,197,34);
	font-size: 20px;
	font-weight: 200;
	padding-bottom: 18px;
}
h4 {
	margin: 0px; padding: 0px;
	font-weight: bold;
}
p {
	font-family: raleway;
	line-height: 1.5em;
	padding-bottom: 1em;
}

/*** Klassen ***/
.small {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.nobreak {
	white-space: nowrap;
}

/*** DIVs ***/
#container {
	margin: 0 auto;
	width: 996px;
	min-height: 797px;
	background: url(../_img/HG-Home_996x797.jpg) top left no-repeat;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*box-shadow: -5px -5px 5px #ddd;
	-webkit-box-shadow: -5px -5px 5px #ddd; */
}
#columnLeft{
	width: 526px; 
	float: left;
	margin-top: 420px;
}
#columnRight {
	width: 470px;
	float: left;
}

#imgPortraet img {
	border: 6px solid rgb(176,197,34);
}

#naviMain {
	clear: both;
	margin-top: 30px;
	margin-left: 50px;
}
#naviMain ul li img {
	position: relative;
	top: -2px;
}
#naviMain ul li {
	color: rgb(176,197,34);
	padding-bottom: 1em;
}
#naviMain ul li a {
	color: rgb(176,197,34);
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding-left: 12px;
}
#naviMain ul li a:hover { text-decoration: underline; }

#naviMeta {
	float: right;
	width: 150px;
	text-align: right;
	margin: 16px 12px 0px 0px;
	color: #fff;
	font-size: 9px;
	z-index: 200;
}
#naviMeta a {
	color: #fff;
	text-decoration: none;
}

#content {
	clear: both;
	background:url(../_img/HG-WeissTransp_10x10.png) repeat;
	padding: 20px 28px 12px 8px;
	margin-bottom: 30px;
}

#listContentSubline {
	clear: both;
	width: 380px;
	background: rgb(88,88,90);
	padding-left:40px;
	border: 10px solid rgb(88,88,90);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 100;
}
#listContentSubline ul li {
	display: inline;
	color: rgb(176,197,34);
	text-transform: uppercase;
	font-size: 13px;
	padding-right: 12px;
}

#contact {
	width: 265px;
	height: 300px;
	color: rgb(127,127,127);
	float: left;
	text-align: right;
}
#contact .contactTitle {
	color: rgb(176,197,34);
	margin: 16px 16px 20px 0px;
	font-size: 12px;
}
#contact .contactText {	
	color: rgba(76,76,76,1.00);
	margin-right: 16px;
	padding-bottom: 1.2em;
	font-size: 12px;
}