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

@font-face { 
	font-family:HelveticaNeue; src:url(fonts/Helvetica55Roman.otf), url(fonts/Helvetica55Roman.ttf);
}

@font-face {
	font-family:BankGothic; src:url(fonts/BankGothicLight.otf), url(fonts/BankGothicLight.ttf);
}

body {
	background-image:url(hintergruende/start-hg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FCF;
	background-position:center top;
	font-family:HelveticaNeue, Helvetica, Verdana, sans-serif;
	font-size:11pt;
	line-height:1.5;
	color:#CCC;
	margin:0;
}

p {
	font-family:HelveticaNeue, Helvetica,, Verdana, sans-serif;
	font-size:11pt;
	line-height:1.5;
	font-weight:normal;
	margin:0;
	color:#CCC;
}

h1 {
	font-family:HelveticaNeue, Helvetica, Verdana, sans-serif;
	font-size:16pt;
	font-weight:bold;
	line-height:1;
	margin:0;
	color:#000;
}

div#center {
	width:1176px;
	margin-left:auto;
	margin-right:auto;
}

div#content {
	width:1176px;
	margin-top:20px;
	font-family:HelveticaNeue, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:10pt;
	font-color:#CCC;
	text-align:center;
}

div#content a {
	text-decoration:none;
	color:#CCC;
}

div#content a:hover {
	color:#90F;
}
