@charset "UTF-8";
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('font/League_Gothic-webfont.eot?') format('eot'),
         url('font/League_Gothic-webfont.woff') format('woff'),
         url('font/League_Gothic-webfont.ttf') format('truetype'),
         url('font/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color:black;
}
#container {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: black;
}
@media all and (max-height: 630px) {
	#container {
	margin: -47px 0 0 0;
	}

}
#lichtkasten {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0;
	background: url(JanV.Backround.jpg) no-repeat center top;
	width: 1014px;
	height: 855px;
}
#intro {
	margin: auto;
	padding: 250px 0 0 0;
	background: url(JanV.Backround.Lines.gif) no-repeat center top;
	width: 1014px;
	height: 605px;
	text-align:center;
}
#intro h1 {
	text-align:center;
}
#menu {
	margin: auto;
	padding: 130px 0 0 0;
	background: url(JanV.Backround.Lines.gif) no-repeat center top;
	width: 1014px;
	height: 725px;
	text-align:center;
}
#back {
	padding: 103px 0 0 185px;
}
#referenzen {
	text-align: center;
}
#referenzen div {
	width: 250px;
	display: inline-block;
}
#referenzen img {
	margin: 50px 0 10px 0;
	padding: 0;
}
#adress {
	margin: 0 0 0 168px;
	width: 186px; height: 110px;
	background-image: url(adress.gif);
}
h1 {
	font-family: "LeagueGothicRegular", Impact;
	font-size: 70px;
	width: 643px;
	height: 60px;
	text-align: right;
	display: block;
	margin: 0 0 0 175px;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
.red {
	color: #C00000;
}
#scroll_area {
	margin: 10px 0 0 175px;
	width: 663px;
	height: 356px;
	overflow: auto;	
}
.star{
	margin: 0 16px 30px 47px;
	display: table;
}
.star > img{
	display: inline-block;
}
.star > div{
	display: inline-block;
}
.star > div.img{
	display: table-cell;
	height: 100%;
	vertical-align: top;
}
.star h2{
	font-family: "LeagueGothicRegular", Impact;
	font-size: 50px;
	width: 450px;
	margin: 0 0 0 17px;
	padding: 0;
	line-height: 60px;
	text-align: left;
}
.star  p{
	margin: 0 0 0 17px;
	padding: 0;
	width: 450px;
	font-weight: bold;
}

.kontakt p{
	margin: 0 0 0 168px;
	padding: 0;
	width: 450px;
	height: 60px;
	text-align: left;
	font-weight: bold;
}
.impressum p{
	margin: 0 0 20px 168px;
	padding: 0;
	width: 450px;
	text-align: left;
	font-weight: bold;
}
.video {
	margin: 40px 0 0 175px;
	width: 663px;
	text-align:center;
	
}
.foot {
	position:absolute;
	width: 100%;
	text-align: center;
	top: 700px;
	z-index: 100;
}
.foot a{
	text-decoration: none;
	color: #292929;
}