	/* hide from ie on mac \*/
	html {
		height: 100%;
		
	}	
	
	/* end hide */
	
	a {	
		color:#cccccc;
	}
	
	
body
{
background-color: black;
  margin:0 auto;
  text-align:center;
color: #dcdcdc;
font-family:Verdana,Helvetica,Arial,sans-serif;
}

div#layout
{
width:940px;
  margin:0 auto;
  text-align:left;
} 
ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
margin-top:25px;
float: left;
height:33px;
font-size:.8em;
color: white;
font-family:Verdana,Helvetica,Arial,sans-serif;


}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {

color:#c0c0c0;
text-decoration:none;

padding:0px 7px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;

text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}
.menu {color: white;}


#logo {
float: left;
}
#kontakt {
	font: 15px sans-serif;
	color: #e7e7e7;
	text-align: center;
}
#kontakt dt {
	font-size: 120%;
font-weight: bold;
color: #dcdcdc;

}
#kontakt dd {
margin-bottom: 15px;
}
#kontakt hr {
margin: 40px 0 20px 0;
}

/* linie */
hr.greyline {
	height: 0;
	border-style: dashed;
	border-width: 1px 0 0 0;
	border-color: #a1a1a1;
}


