@charset "utf-8";
/*******************************
	Reset all
*******************************/
*{	padding: 0;
	margin: 0; }
/*******************************
	Clear Float
*******************************/
.clear {clear: both;}
/*******************************
	Allgemeines
*******************************/
html { 	font-size:small;height:100%; }
body {	width:100%;
		height:100%;
		color:#fff;
		background:#D2DDE8;	
		font-size:0.90em;
		font-family:Arial, "Lucida Grande", verdana, helvetica, sans-serif; }
img, a img, table {	border:0; }
.keine-anzeige { display:none; }
/*******************************
	Fonts Hyperlinks
*******************************/
a, a:link, a:visited {
	color:#fff;
	text-decoration:none; }
a:hover {
	color: #3167AF; }

#menu a, #menu a:link, #menu a:visited {
	color: #639ACE;
	text-decoration:none; }
#menu a:hover {
	font-size:x-large; }
/*******************************
	Layout-Struktur
*******************************/
#wrapper {
	z-index:1;
	margin:0 0 0 200px;
	position:relative;
	width:600px;
	text-align:left;
	height:100%;
	background-color:#639ACE; }

#logo_start {
	z-index:2;
	position:absolute;
	top:30%;
	left:0; }
	
#logo_content {
	z-index:2;
	position:absolute;
	top:0;
	left:0; }
	
#menu {
	z-index:2;
	position:absolute;
	top:45%;
	left:3%;
	font-weight:bold;
	color:#639ACE;
	font-size: large; }
	
#menu li {
	list-style-type: none;
	line-height: 1.5em; }
	
#menu .small {
	font-size: x-small;
	margin: -1.5em 0 0 0; }
	
#buttons {
	z-index:2;
	position:absolute;
	left:230px;
	top:90%; }
	
/*******************************
	Blocks und Container
*******************************/
#logo_start p {
	padding:20px 0 0 230px; }
#logo_content {
	padding:0 0 0 202px; }