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



html { 
	overflow-x: hidden; 
  overflow-y: scroll; 
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#96A8BA;
	background-image:url(images/topbanner-hg.png);
	background-repeat:repeat-x;
}







@font-face {
    font-family: 'glightit';
    src: url('webfonts/glightit.eot');
    src: url('webfonts/glightit.eot?#iefix') format('embedded-opentype'),
         url('webfonts/glightit.woff') format('woff'),
         url('webfonts/glightit.ttf') format('truetype'),
         url('webfonts/glightit.svg#glightitLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gboldit';
    src: url('webfonts/gboldit.eot');
    src: url('webfonts/gboldit.eot?#iefix') format('embedded-opentype'),
         url('webfonts/gboldit.woff') format('woff'),
         url('webfonts/gboldit.ttf') format('truetype'),
         url('webfonts/gboldit.svg#gbolditBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flight';
    src: url('webfonts/flight.eot');
    src: url('webfonts/flight.eot?#iefix') format('embedded-opentype'),
         url('webfonts/flight.woff') format('woff'),
         url('webfonts/flight.ttf') format('truetype'),
         url('webfonts/flight.svg#fLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fblack';
    src: url('webfonts/fblack.eot');
    src: url('webfonts/fblack.eot?#iefix') format('embedded-opentype'),
         url('webfonts/fblackt.woff') format('woff'),
         url('webfonts/fblack.ttf') format('truetype'),
         url('webfonts/fblack.svg#ffblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mlight';
    src: url('webfonts/mlight.eot');
    src: url('webfonts/mlight.eot?#iefix') format('embedded-opentype'),
         url('webfonts/mlight.woff') format('woff'),
         url('webfonts/mlight.ttf') format('truetype'),
         url('webfonts/mlight.svg#mLight') format('svg');
    font-weight: normal;
    font-style: normal;
}





body,td,th {
	font-family: glightit, serif;
	font-size:18px;
	line-height:26px;
	color: black;
}

a:link {
	color: #2872BC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2872BC;
}
a:hover {
	text-decoration: underline;
	color: #B1D1E7;
}
a:active {
	text-decoration: none;
	color: #B1D1E8;
}



.centerbox {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:white;
	position:relative;
}



.column-left {
	width: 250px;
	float: left;
	margin-left:50px;
	text-align:center;
	font-size:15px;
	line-height:20px;
}


.column-right {
	width: 600px;
	float:right;
	margin-right:40px;
}



.clear {
	clear:both;
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
}


.footer {
	width:1000px;
	height:42px;
	background-color:#404858;
	margin: 0 auto 0 auto;
	text-align:center;
	font-family:flight;
	font-size:14px;
	padding-top:15px;
	color:#96A8BA;
}

.footer a:link {
	color:#96A8BA;
}

.footer a:visited {
	color:#96A8BA;
}

.footer a:hover {
	color:white;
}






.titel {
	font-family: flight, sans-serif;
	font-size:40px;
	line-height:40px;
	text-transform: uppercase;
}

h1 {
	font-family: glightit, serif;
	font-size:18px;
	line-height:26px;
	color: black;
	font-weight:normal;
}

.untertitel {
	font-family: fblack, sans-serif;
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	color:black;
}

.lauftext {
	font-family: glightit, serif;
	font-size:18px;
	line-height:26px;
	color: black;
	text-transform:none;
}

.legende {
	font-family: flight, sans-serif;
	font-size:15px;
	line-height:24px;
	text-transform:uppercase;
	color:#999;
}

.fett {
	font-family: gboldit, serif;
}

.hacktext {
	font-family: mlight; sans-serif;
	font-size:16px;
	line-height:24px;
	color: black;
	text-transform:none;
}

.hacktext-fett {
	font-family: mlight, serif;
	font-weight: bold;
}

.hacktext-code {
	font-family: Courier;
}

.hacktext-small {
	font-family: mlight; sans-serif;
	font-size:14px;
	line-height:20px;
	color: grey;
	text-transform:none;
}

.hacktext-untertitel {
	font-family: gboldit; serif;
	font-size:18px;
}

.hacktext-legende {
	font-family: glightit, serif;
	color: grey;
}




.newsbox {
	margin: 30px 0 30px 0;
	padding:30px 150px 10px 150px;
	border-top: 1px solid #7B98AD;
}