body{
	background-color: #000000;
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	background-image: url(../images/hg-stage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#wrap{
	min-height: 100%;
	margin: 0px;
	clear: both;
	background-image: url(../images/hg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* -------------   CONTENT   -------------*/
#content{
	width: 697px; /* eigentlich 698px, aber ungerade, damit HG-Bild nicht springt bei resize */
	min-height: 400px;
	margin: 0px auto;
	display: table;
	padding: 30px 40px 160px 40px;
	font-size: 14px;
	text-align: left;
	color: #ebe7db;
	background-image: url(../images/hg-content.gif);
	background-repeat: no-repeat;
	background-position: center top; /* siehe auch: screen-ie.css */
}

#content a{
	color: #ebe7db;
	text-decoration: none;
	border-bottom: 1px solid #feb405;
}
#content a.aGelb{
	color: #f0b11c;
}
#content a:hover{
	color: #f0b11c;
	text-decoration: none;
	border-bottom-color: #906a28;
}
#content a img{
	border: none;
}


#content a.aBack, #content .alignleft a{
	font-weight: bold;
	line-height: 18px;
	background-image: url(../images/arr-left.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 6px 25px;	
	border:none;
}
#content a.aForw, #content .alignright a{
	font-weight: bold;
	line-height: 24px;
	background-image: url(../images/arr-right.gif);
	background-repeat: no-repeat;
	padding: 5px 25px 8px 0px;
	background-position: right;
	border: none;
}

#content h1 a, #content h2 a, #content h3 a{
	color: #f0b11c;
	text-decoration: none;
	border-bottom: 1px solid #906a28;
}
#content h1, #content h2, #content h3{
	color: #f0b11c;
}

#content p{
	line-height: 22px;
}

#content h1{
	color: #feb50b;
	font-size: 36px;
}
#content h1.imgH1 {
	margin: -25px 0px 4px -7px;
	padding: 0px;
	line-height: 200px;
	height: 63px;
	overflow: hidden;
	background-repeat: no-repeat;
	border: none;
}
#content h1#Willkommen {
	background-image: url(../images/h1-willkommen.jpg);
}
#content h1#News {
	background-image: url(../images/h1-news.jpg);
}
#content h1#Fotos {
	background-image: url(../images/h1-fotogalerie.jpg);
}
#content h1#Videos {
	background-image: url(../images/h1-videoblog.jpg);
}
#content h1#UeberUns {
	background-image: url(../images/h1-ueberuns.jpg);
}
#content h1#Kontakt {
	background-image: url(../images/h1-kontakt.jpg);
}
#content h1#Beginner {
	background-image: url(../images/h1-beginner.jpg);
}
#content h1#Events {
	background-image: url(../images/h1-events.jpg);
}
#content h1#Media {
	background-image: url(../images/h1-media.jpg);
}

.grau{
	color: #3c3c3c;
}

.forcebreak{
	float: none;
	clear: both;
}

/* --- Home ---*/
#content .homeWelcome{
	position: relative;
}
#content .homeWelcome, #content .homeWelcome p{
	font-size: 16px;
	font-weight: bold;
	color: #fec439;
	margin: 0px auto 20px auto;
}
#content .homeWelcome #augustinus{
	position: absolute;
	z-index: 4;
	top: -80px;
	left: 237px;
	width: 344px;
	height: 63px;
}

#content h2.homeH2{
	margin: -10px 0px 4px -5px;
	padding: 0;
	height: 49px;
}
#content h2.homeH2 a{
	border:none;
}

.homeNews, .homeFotos, .homeVideos{
	height: 320px;
	float:left;
	background-color: #000000;
	background-image: url(../images/home-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.homeNews{
	width:212px;
	padding-right: 16px;
}
.homeFotos{
	width:200px;
	padding: 0px 16px;
}
.homeVideos{
	width:212px;
	padding-left: 16px;
	background: none;
}

ul#ulHomeFotos{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#ulHomeFotos li{
	min-height: 68px;
}
ul#ulHomeFotos img{
	width: 53px;
	height: 53px;
	float:left;
	border: 4px solid #333333;
	margin-right: 4px;
}

ul#ulHomeVideos{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#ulHomeVideos li{
	height: 68px;
}
ul#ulHomeVideos .vthumb{
	width: 53px;
	height: 53px;
	display: block;
	position: relative;
	overflow: hidden;
	float:left;
	border: 4px solid #333333;
	margin-right: 4px;
}
ul#ulHomeVideos img{
	height: 54px;
	border: none;
}



/* --- Fotos ---*/
.ulAlbumlist{
	margin:0;
	padding:0;
	list-style-type: none;
	float: none;
	clear: both;
	display:table;
}
.ulAlbumlist li{
	float: left;
	margin:0;
	padding:0;
}
#content .ulAlbumlist a{
	display:block;
	margin:0px 6px 12px 6px;
	padding:0;
	width:200px;
	height:178px;
	border: 1px solid #000000;
	float: left;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	border: none;
}
#content .ulAlbumlist a:hover{
	background-color: #feb405;
	background-image: url(../images/albumlist-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #5a4921;
}
#content .ulAlbumlist a:hover strong{
	color: #39301b;
}

#content .ulAlbumlist img{
	display:block;
	width: 120px;
	height: 120px;
	margin: 3px auto;
	border: 4px solid #333333;
}
#content .ulAlbumlist img.videothumb{
	width: 128px;
	height: 96px;
}

#content .ulAlbumlist a:hover img{
	margin: 6px auto;
	border: 1px solid #feb60a;
}

.ulAlbumlist strong{
	display:block;
	font-weight: normal;
}
.ulAlbumlist a small{
	color: #666666;
}
.ulAlbumlist a:hover small{
	display:none;
}

#content a.fotoThumb{
	display:block;
	float:left;
	width: 78px;
	height: 78px;
	border: none;
}
#content a.fotoThumb:hover{
	background-color: #feb405;
	background-image: url(../images/fotothumb-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
#content a.fotoThumb img{
	width: 64px;
	height: 64px;
	margin: 3px;
	border: 4px solid #333333;
}
#content a.fotoThumb:hover img{
	margin: 7px;
	border: none;
}

/* --- News --- */
.post{
	margin: 0px 0px 0px 52px;
}


.newsDate, .eventIcon{
	display: block;
	float: left;
	width: 46px;
	height: 51px;
	margin: 0px 6px 0px 0px;
	padding-top: 6px;
	color: #6d4706;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hg-datum.gif);
	background-repeat: no-repeat;
}
.eventIcon{
	background-image: url(../images/hg-event.gif);
}

.newsDate strong{
	display: block;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 11px;
}
.newsDate em{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
}
.newsDate.detail{
	margin: 6px 10px 0px 0px;
}

small.postmetadata{
	display: block;
	float: right;
	margin-top: 3px;
}
small.postmetadata, #content small.postmetadata a{
	color: #3c3c3c;
	text-decoration: none;
	border: none;
}
#content small.postmetadata a:hover{
	text-decoration: underline;
}

.postmore{
	margin-top: 0px;
}

.navigation{
	float:none;
	clear:both;
	margin: 40px 10px;
	padding: 6px 0px 5px 0px;
	height: 30px;
	border-top: 3px solid #333333;
}
.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	float:right;
	text-align: right;
}

h3#respond.jqHand{
	/* Hand-Cursor, wenn jQuery funkt */
	cursor: pointer;
	/*cursor: hand;*/
}

img.avatar{
	float: left;
	width: 32px;
	height: 32px;
	background-image: url(../images/hg-gravatar.gif);
	background-repeat: no-repeat;	
	margin-right: 6px;
}

#commentform input, #commentform textarea{
	width: 320px;
	background-color: #313131;
	border: 1px solid #4e4e4e;
	color: #FFFFFF;
}
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus{
	border: 1px solid #feb405;
}



/* --- Page Liste ---*/
ul.pageList{
    margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
#content .pageList a{
    display: block;
    margin: 0 0 8px 12px;
	padding: 5px 0 8px 25px;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/arr-right.gif) no-repeat left center;
	border: none;
}


/* --- Videos ---*/
.ytObject{
	width: 425px;
	height: 358px;
	padding: 4px 14px 0px 14px;
	margin-right: 20px;
	float:left;
	background-color:#333333;
	background-image: url(../images/hg-video.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.ulVideoMeta{
	margin:0;
	margin-top: 38px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #333333;
	font-size: 12px;
	width: 200px;
	float: left;
}
.ulVideoMeta li{
	border-bottom: 1px solid #333333;
	display: block;
	padding: 4px;
	margin: 0;
}

#content p.pEdit a{
	float: right;
	margin-left: 6px;
	padding: 0px 6px 0px 20px;
	background-color: #d4e5f2;
	color: #1c77a0;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/ico-editpage.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border:none;
}

/* -------------   HEADER   -------------*/
#header{
	width: 778px;
	height: 299px;
	margin: -1px auto 0px auto;
	border-top: 1px solid #000000;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav{
	margin: 0px 0px 0px 18px;
	padding: 0px;
	list-style-type: none;
	font-size: 18px;
	line-height: 20px;
	height: 100px;
}
#nav li{
	display: inline;
}
#nav li a{
	display: block;
	width: 114px;
	height: 48px;
	padding-top: 8px;
	margin: 14px 0px 0px 0px;
	float: left;
	color: #fed548;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;	
}
#nav li.active a{
	color: #FFFFFF;
	background-image: url(../images/hg-navli-active.png) !important;
	background-image: url(../images/hg-navli-active.gif);	
}
#nav li a:hover{
	color: #FFFFFF;
	background-image: url(../images/hg-navli-hover.png) !important;
	background-image: url(../images/hg-navli-hover.gif);	
}
#nav li.logo a{
	overflow:hidden;
	width: 155px;
	height: 1px;
	padding-top: 87px;
	margin: 7px 5px 0px 0px;
	background-image: url(../images/logo_harmonies.png) !important;
	background-image: url(../images/logo_harmonies.jpg);
	background-repeat: no-repeat;
}
#nav li.logo h1{
	display:inline;
	line-height: 90px;
}

#btnBeginner{
	position: relative;
}
#btnBeginner a{
	position: absolute;
	right: 60px;
	top: 146px;
}
#btnBeginner img{
	border: none;
}

/* -------------   FOOTER   -------------*/
#footer{
	width: 692px;
	height: 50px;
	margin: -150px auto 0px auto;
	padding: 100px 0px 0px 0px;
	clear: both;
	text-align: left;
	font-size: 14px;
}
#footer, #footer a{
	color: #40363d;
	text-decoration: none;
}
#footer a:hover{
	color: #6e5868;
}
#footer p{
	margin: 0px;
	padding: 0px;
}
#footer p.cr{
	clear:both;
	font-weight: bold;
}
#footer p.nav{
	float: left;
}
#footer p.pd{
	float: right;
}

/* powered by*/
p.powered{
	border-top: 1px solid #40363d;
	padding: 6px 0;
	margin: 18px 0;
	text-align: center;
	font-weight: bold;
	color:#40363d;
	text-align: center;
}
#content p.powered a{
	color: #40363d;
	text-decoration: none;
	border-bottom: 1px solid #40363d;
}
#content p.powered a img{
	border: none;
	vertical-align: middle;
}
