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


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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
	background-color: #262626;
}

h1 {
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 35px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
}

.cleaner {
	border:medium none;
	clear:both;
	height:1px;
	margin:-1px 0 0;
	padding:0;
	visibility:hidden;
	font-size: 1px;
}

#hinweis  {
	margin: 30px 0 50px 0;
	
}

#container
{
	width: 960px;
	margin: 0 auto;
	min-height: 700px;
	height: auto !important;  
	height: 700px; 
}

#header {
	background-color: #262626;
	height: 200px;
}

#header #logo {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

.center {
	text-align: center;
	margin-top: 40px;
}

.screenshot {
	float: left;
}

.text {
	clear: both;
}

.link {
	display: block;
	float: left;
	padding: 4px 15px 5px 15px;
	color: #262626;
	margin-bottom: 15px;
}

.link:hover {
	color: #b4fc17;
	background: #262626;
	text-decoration: none;
}

.mail {
	padding: 4px 15px 5px 15px;
	color: #b4fc17;
	margin-bottom: 15px;
	text-decoration: none;
}

.mail:hover {
	color: #b4fc17;
	background: #262626;
	text-decoration: underline;
}




