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

@import url(http://fonts.googleapis.com/css?family=Orbitron:500,700|Open+Sans:400,800,700|Open+Sans+Condensed:700);

/* 
font-family: 'Orbitron', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
 */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'Open Sans';	
}


body
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-size:12px;
	color:#58585a;
} 

#wrapper{
	width:400px;
	height:550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-250px;
	margin-top:-275px;
}

h1{
	
	margin:10px 0px 10px 0px;
	color:#1b35d1;
}

h2{
	color:#1b35d1;
	font-weight:bold;
	font-size:25px;
}

ul{
	margin-left:13px;
}

p{
	margin:10px 0px 5px 0px;
}

a{
	font-style: normal;
	/*font-weight: bold;*/
	color: #1b35d1;
	text-decoration: none;	
}

b.farbig{
	color:#1b35d1;
}

.bold{
	font-weight:bold;
}

#footer {height:3px;
		  background-color:1b35d1;
}