/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	background:#34373a url(../images/HG.jpg) repeat-x;
	color:#fff;
}
* {
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	list-style:none;
}
p {
    line-height:17px;
}
a {
    color:#7B7C7E;
    text-decoration:none;
}
a:hover {
    color:#fff;
}

a img{
	border:0;
}
.clear{
	clear:both;
}
h1, h2, h3, h4 {
    color:#fff;
}
h1 {
    font-size:17px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:18px;
}
h4 {
    font-size:16px;
}

/*	Layout CSS	*/
/*	Allgemein	*/
#Stage {
    width:930px;
    height:608px;
}
/*	Startseite	*/
#StageLeftStart {
    float:left;
    width:125px;
    height:565px;
    border-right:3px solid #fff;
    text-align:center;
}
#StageContentStart {
    float:left;
    width:636px;
    height:563px;
    overflow:hidden;
    border-bottom:2px solid #fff;
}
#StageContentStart h1 {
    text-align:right;
    font-size:25px;
    padding-right:10px;
    margin-top:-32px;
}
.centerStart {
    border-bottom:3px solid #fff;
}
/*	Content		*/

#StageContent {
    position:relative;
    float:left;
    width:695px;
    height:553px;
    padding-top:10px;
}
#Content {
    position:absolute;
    bottom:-7px;
}
#StageFooter {
    clear:both;
    width:930px;
    height:45px;
    border-bottom:3px solid #fff;
}

#StageFooter p {
    border-top:0px;
    text-align:right;
}
#StageFooter h1 {
    text-align:right;
    font-size:25px;
    padding-top:22px !important;
}

/*	Referenz		*/

#Referenz {
    position:absolute;
    bottom:-24px;
    font-weight:bold;
}
.ReferenzJahr {
    width:75px;
    float:left;
}
.ReferenzText {
    width:330px;
    float:left;
}
.ReferenzAnmerkung {
    float:left;
}
#Referenz .clear {
    height:17px;
}
.ReferenzNavi {
    position:absolute;
    left:-128px;
    bottom:4px;
}
.ReferenzNaviSpacer {
    padding:2px;
}


/*	ImageGallery	*/
#ImageGallery {
}
#ImageGalleryDefault {
    float:left;
    width:668px;
    text-align:center;
    margin-left:-107px;
}
#ImageGalleryImages {
    float:left;
    margin-left:10px;
    margin-right:10px;
}
#ImageGalleryImages p {
    margin-bottom:4px;
}
.GalerieNavi {
    margin-top:490px;
    float:left;
}
.GalerieNaviSpacer {
    width:8px;
}

/*	Bio		*/

#Bio {
    position:absolute;
    bottom:-7px;
    font-weight:bold;
}
.BioTitel {
    width:180px;
    float:left;
}
.BioText {
    width:330px;
    float:left;
}
#Bio .clear {
    height:17px;
}
.BioNavi {
    position:absolute;
    left:-128px;
    bottom:4px;
}
.BioNaviSpacer {
    width:8px;
}

/*	FlvPlayer	*/
#FlvPlayerSubtitle a {
    color:#fff;
}
#FlvPlayerSubtitle {
    clear:both;
    margin-left:-43px;
    padding-top:20px;
}
#FlvPlayerSzenenLeft {
    position:absolute;
    bottom:0px;
    left:-43px;
}
#FlvPlayerSzenenRight {
    position:absolute;
    bottom:0px;
    left:350px;
}
.FlvPlayerSzene {
    width:97px;
    height:52px;
    background:#000;
    overflow:hidden;
    margin-right:5px;
    margin-top:5px;
    float:left;
}

<!--[if IE 7]>
#StageMenue .line {
    margin-top:20px !important;
    position:absolute;
    border-bottom:3px solid #fff;
    width:40px;
    z-index:1;
    height:10px !important;
    background:red !important;
}
<![endif]-->
<!--[if IE 8]>
#StageMenue .line {
    margin-top:25px !important;
    position:absolute;
    border-bottom:3px solid #fff;
    width:40px;
    z-index:1;
}
<![endif]-->
