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

body, html  { 
	height: 100%; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-size: 100%;
	vertical-align: baseline;
	
}

body {
	line-height: 1;
	font-family: 'VectoraLTStd45Light', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}

p a {
	text-decoration:none;
	color:#fff;
}

p a:hover {
	color:#349ed8;
	text-decoration:none;
}

h2 {
	font-size:24px;
	text-transform:uppercase;
	color:#349ed8;
	font-weight: normal;
}

h3 {
	color:#999;
}

.clear {
	clear:both;
}

/* ------------------------------------------------------------*/
/* SCHRIFTARTEN */
/* ------------------------------------------------------------*/

@font-face {
    font-family: 'VectoraLTStd45Light';
    src: url('fonts/vectoraltstd-light-webfont.eot');
    src: url('fonts/vectoraltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vectoraltstd-light-webfont.woff') format('woff'),
         url('fonts/vectoraltstd-light-webfont.ttf') format('truetype'),
         url('fonts/vectoraltstd-light-webfont.svg#VectoraLTStd45Light') format('svg');
}

/* ------------------------------------------------------------*/
/* MAIN														   */
/* ------------------------------------------------------------*/

.container {
	margin: 0 auto;
	width:960px;
}

.header {
	font-size:36px;
	margin:25px 0px 25px 0px;
}

.content {
	font-size:14px;
	margin:60px 0px 0px 0px;
	line-height:1.5;
}

.content_left {
	float:left;
	width:465px;
}

.content_right {
	float:right;
	width:465px;
}

.content_contact {
	float:left;
	margin-right:50px;
	margin-top:25px;
}

.footer {
	margin: 60px 0px 0px 0px;
	padding-bottom: 20px;
	color: #666;
}

.footer a {
	color:#666;
}

.shadow {
  -moz-box-shadow:    5px 5px 5px 3px #ccc;
  -webkit-box-shadow: 5px 5px 5px 3px #ccc;
  box-shadow:         0px 0px 5px 3px #ccc;
}
