body,form,p {
	margin:0px;
	padding:0px;
}
body,a,td,p,li,h1,h2,h3,ul,ol,li,input,select,option,textarea {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size:11px;
}
a {
	text-decoration:none;
}
img {
	border:0px
}
body {
	background-color:#666666;
}
a:focus {
	outline-width: 0px;
}
#seite {
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	width:800px;
	height: 800px;
}
#inhalt {
	display:block;
	margin:0px;
	padding:0px;
	width:800px;
	height:400px;
}
#inhaltlinks, #inhaltrechts {
	position:relative;
	float: left;
	width:400px;
	height:400px;
	background-color: #EEEEEE;
	color: #333333;
	overflow:hidden;
	margin:0px;
	padding: 0px;
}
#inhaltlinks {
	background-image: url(/images/back0.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#inhaltrechts {
	background-color: #000000;
	color: #e0e0e0;
}

#menu, #submenu, #submenu ul {
	list-style-type: none;
	width:400px;
	padding:0px;
	margin:0px;
}

#subs {
	position: absolute;
	margin-left: auto;
	margin-right:auto;
	top:600px;
	z-index: 999;
}
#submenu {
	margin:2px 0px 0px 400px;
}
.etage {
	position:relative;
	float:left;
	padding-right:0px;
	margin-left: 0px;
	/*width:120px;*/
	padding:0px 5px 0px 20px;
	font-weight:bold;
}
a {
	color: #000000;
	text-decoration: none;
}
a.menulink, .blankline {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px; 
	margin-bottom: 2px;
}
a.menulink {
	background-color: #D0D0D0;
}
#menu .active {
	background-color:#eeeeee;	
}
#submenu .active {
	background-color:#000000 !important;
}
a.menulink:hover {
	background-color: #dddddd;
}
a.menulink:focus {
	background-color: #333333 !important;
	color: #eeeeee;
}
#submenu a.menulink {
	color:#ffffff;
	background-color:#333333;
}
#submenu li {
	padding: 0px;
	margin: 0px;
}
#submenu a.menulink:hover {
	background-color:#222222;
}
#submenu a.menulink:focus {
	background-color:#eeeeee !important;
	color: #333333;
}
.text, .text2 {
	padding:20px;
	line-height:1.5em;
}
.text2 {
	color: #dddddd;
}
#footer, #footer a {
	color: #cccccc;
	text-align: center;
	margin: 50px 0px 50px 0px;
}
h1.headline {
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
}	
/*.cube {
    opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}*/
.noshow {
	display: none;
}
a.lite {
	color: #e0e0e0;
}
#fly {
	position:absolute;
	display: none;
	top: 0px;
	left: 0px;
	width:800px;
	height:400px;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}
.click {
	cursor: pointer;
}