html {
	height: 100%;
	/*overflow: hidden;*/
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

a:focus, a:hover, a:active { text-decoration: underline; }

p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ul li, ul ul, li li {
	list-style: none;
	margin: 0;
	padding: 0;
}
sup {
	font-size: 7;
	line-height: 0;
}

#navigation{
	display: none;
}

img { border: none; }

body {
	height: 100%;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background: #FFF;
	margin: auto;
	text-align: center;
	min-height: 500px;
	color: #262626;
}

.main, #flashcontent {
	height: 100%;
	display: block;
	min-width:800px;
	min-height:500px;
}

.wrapper {
	text-align: center;
	width: 960px;
	display: block;
	margin: auto;
}

.innerwrapper {
	float: left;
	text-align: left;
	display: block;
	width: 960px;
}

.logo {
	width: 960px;
	height: 150px;
	display: block;
	text-align: center;
}

.logo img { margin: 50px auto; }

.rechtstext {
	text-align: left;
	border-top: 1px solid #CCC;
	padding: 10px 0 50px 0;
	margin-top: 20px;
}

.textwrapper { margin: 20px 0 50px 0; }

.text {
	float: left;
	padding-right: 15px;
	margin-bottom: 20px;
}

.t_1 { width: 250px;}
.t_2 { width: 195px;}
.line { border-top: 1px solid #CCC; }

.text h2 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 32px;
}

.middle { text-align: center; }

h2 {
	line-height: 25px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

