@charset "UTF-8";
/* CSS Document */

html, body {
	heigth:100%;
	width:100%;
	/* overflow:hidden; */
}
body {
	overflow:hidden;
}
body {
	background-color:#000;
	background-image:url(../images2/hg/hg7.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	font-size:medium;
	line-height:1.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dwidth {
	width:800px;
}
.ma {
	margin:auto;
}

header#h1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	border-bottom:5px solid #fff;
	background-color:#000;
	background:rgba(0,0,0,0.9);
	z-Index:2;
}

footer#f1 {
	position:absolute;
	bottom:0px;
	width:100%;
	height:170px;
	left:0px;
	z-Index:1;
	background-color:#000;
	background:rgba(0,0,0,0.95);
	overflow:hidden;
	color:#fff;
}
	footer#f1 img.logo {
		margin-top:10px;
		display:block;
		float:left;
	}
	footer#f1 img.logodoc {
		margin-top:45px;
		margin-left:1em;
		display:block;
		float:left;
	}
	footer#f1 img.schriftzug {
		margin-top:35px;
		margin-left:1em;
		display:block;
		float:left;
	}
	footer#f1 a, footer#f1 a:link {
		color:#666;
		text-decoration:none;
	}
	
	footer#f1 dl {
		margin-left:4em;
		margin-top:37px;
		color:#666;
		font-size:90%;
		line-height:1em;
		width:350px;
	}
		footer#f1 dl img.logodoc {
			margin-top:15px;
		}
	footer#f1 section {
		overflow:hidden;
	}

div#content {
	/*
	position:absolute;
	left:50px;
	right:50px;
	height:400px;
	top:50%;
	margin-top:-200px;
	*/
	
	position:absolute;
	top:70px;
	bottom:190px;
	left:50%;
	margin-left:-400px;
	overflow:auto;
	
	/*
	margin-top:70px;
	margin-bottom:200px;
	*/
	
	padding:1em;
	z-Index:3;
	
	background-color:#000;
	background:rgba(0,0,0,0.9);
	color:#fff;
	
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
}

	div#content section {
		/*
		display:block;
		float:left;
		width:400px;
		height:100%;
		margin-left:0.2em;
		margin-right:0.2em;
		border-left:1px solid#333;
		border-right:1px solid #333;
		border-collapse:collapse;
		overflow:auto;
		*/
	}
	div#content a, div#content a:link {
		color:#ccc;
	}

.minimize {
	text-decoration:none;
	color:#666;
	/*
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	background:-moz-linear-gradient(top, #333, #111);
	background:-webkit-gradient (linear, left top, left bottom, from(#333), to(#111));
	background:-webkit-linear-gradient(top, #333, #111);
	background:-o-linear-gradient(top, #333, #111);
	background:-ms-linear-gradient(top, #333, #111);
	background:linear-gradient(top, #333, #111);
	*/
	cursor:pointer;
	padding:0.2em;
	display:block;
	text-align:right;
	float:none;
	clear:both;
	font-family:"GarageGothicBoldRegular",Arial,sans-serif;
	font-size:100%;
	text-transform:uppercase;
}

