header {
    background: url('hintergrund.JPG') no-repeat center center/cover;
}




@font-face
{
	font-family:'lato-regular';
	src:url('./schriftart/lato-regular.ttf');
	format('truetype');
}

@font-face
{
	font-family:'opensans-regular';
	src:url('./schriftart/opensans-regular.ttf');
	format('truetype');
}

html
{
	height:100%;
	min-height:100%;
}

body
{
	font-family:lato-regular,Verdana,Arial;
	font-style:normal;
	font-weight:normal;
	font-size:60px;
	line-height:1.4;
	text-decoration:none;
	color:#7A7A7A;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	background-color:#101010;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center 0px;
	overflow:auto;
}

h1
{
	font-family:opensans-regular,Verdana,Arial;
	font-style:normal;
	font-weight:normal;
	font-size:19px;
	line-height:1.4;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

p
{
	font-family:lato-regular,Verdana,Arial;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	line-height:1.4;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

a
{
	font-family:lato-regular,Verdana,Arial;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	line-height:1.4;
	text-decoration:none;
	color:#cecece;
	margin:0px;
	padding:0px;
}

a:hover
{
	color:#ffffff;
}

a.discreet {
	color:#606060;
}

a.discreet:hover
{
	color:#cecece;
}

img
{
	margin:0px;
	padding:0px;
	background-color:transparent;
}

div
{
	width:500px;
	margin:200px;
	height:100px;
	padding:0px;
	background-color:#00FFAB;
}

#fenster
{
	width:1200px;
	min-height:100%;
	float:none;
	margin:0px auto;
	padding:0px;
	background-color:#151515;
	overflow:auto;
}

