html, body{
	width:100%; 
	min-height:100%;
}

html{
	background-color:#000000;
	background: url('../IMG/Startseite.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
    color:#000000;
	
    MARGIN: 0px;
	MARGIN-TOP: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px;
    PADDING-BOTTOM: 0px; 
    FONT-SIZE: 16px; 
	
	overflow-x:hidden;
}


@font-face { font-family: 'ErasLight'; src: url('../ERASLGHT.TTF') format('truetype'); }
body, div, td, button, select, input, textarea {
	FONT-FAMILY: ErasLight, Verdana, Arial, Helvetica, sans-serif;
}


.hide{
	display:none;
}
.showIfMobile{
	display:none;
}



hr{
	border:0px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}

strong{
	font-weight:normal;
	font-size:21px;
}

a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#888888;
}


button, select, input, textarea {
    font-size: 27px;
    color:#696969;
	resize: none
}        

select.form, input.form, textarea.form{
	width:97%;
	margin-bottom:10px;
	min-width:650px;
	padding:8px 8px 8px 8px;
} 

input.submit{
	cursor:pointer;
	background-color:#303741;
	border:1px solid #303741;
	color:#ffffff;
	text-align:center;
}
input.submit:hover{
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#303741;
}


td{
	font-size:13px;
	vertical-align:top;
}

div.middle, td.middle{
	vertical-align:middle;
}

div.center, td.center{
	text-align:center;
}

div.left{
	float:left;
}

div.right{
	float:right;
}

div, td{
	font-size:16px;
}

/* Padding */
div.navi_link, div.white_box, div.kontakt_box{
	padding:10px 10px 10px 10px;
}

a.navi{
	display:block;
	font-size:24px;
	color:#ffffff;
	padding-left:40px;
	margin-top:5px;
	background:url('../IMG/arrow.png');
	background-size:16px 16px;
	background-position:left center;
	background-repeat:no-repeat;
}

div.navi_link{
	display: inline-block;
	min-width:240px;
	cursor:pointer;
	background-color:rgba(255,255,255,0.95);
	border-bottom:2px solid #cccccc;
	margin-left:10px;
	margin-right:10px;
	font-size:32px;
}
div.navi_link:hover, div.navi_aktiv{
	border-bottom:2px solid #000000;
	background-color:#0077BF;
	color:#ffffff;
}

div.cnix_link{
	min-width:160px;
	margin-left:0px;
	margin-right:0px;
}
div.kontakt_link{
	min-width:120px;
	margin-left:0px;
	margin-right:0px;
}


img.logo{
	height:36px
}

/* Content */
div.kontakt_box{
	display: inline-block;
	text-align:right;
	background-color:rgba(255,255,255,0.9);
	font-size:22px;
}
img.kontakt{
	float:left;
	margin-top:-15px;
	margin-left:-45px;
	width:70px;
}

div.white_box{
	display: inline-block;
	background-color:rgba(255,255,255,0.9);
	margin-bottom:40px;
	font-size:40px;
}

div.title{
	font-size:60px;
	margin-bottom:60px;
}

div._design{
	font-size:60px;
	margin-bottom:10px;
}

div.TA_right{ 
	text-align:right;
}


div#newsticker{
	overflow:hidden;
}
div#ticker1{
	width:20000px;
	margin-left:10px;
}
div.preview{
	float:left;
	margin-right:24px;
}





