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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

p {
	color:#fff;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover { 
	color: #83aec4;
	text-decoration:underline;
}

.logo {
	position:absolute;
	top: 40px;
	left: 80px;
	width:269px;
	height:72px;
	z-index:100000;
}

.navi {
	position:absolute;
	top: 120px;
	left: 80px;
	width:269px;
	height:18px;
	z-index:200000;
}

.content {
	z-index:1;
}

#button {
	height: 18px;
	width: 270px;
	margin: auto;
}


.fadeboxes {
	position:absolute;
	top: 141px;
	left: 284px;
	width:600px;
	height:356px;
	z-index:200001;
	display:none; 
	background: url(../../img/content-bg.png) repeat-y;
}

.closebutton {
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:25px;
	z-index:200002;
	cursor:pointer;
}


ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:0;
	cursor:pointer;
}

.the_menu {
	display:none;
	width:200px;
}

.the_menu li {
	background: url(../../img/menue-bg.png) repeat-y;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px 0 5px 10px; 
	display:block;
	text-transform:uppercase;
}

.subnav {
	font-size:12px;
	margin-left:10px; 
}

.the_menu li a:hover {
	padding:10px 0 5px 10px; 
	color: #83aec4;
}

.boxcontent {
	width:550px;
	margin:25px; 
}

.spaltig {
	width: 200px;
	margin-right:20px;
	color:green;
	float:left;
}

.spaltigende {
	width: 330px;
	float:left;
}

.imgfloat {
	width:130px;
	float:left;
	margin-right:10px;
}

.imgend {
	width:130px;
	float:left;
}

clear {
	clear:both;
}

