@charset 'utf-8';
@import url(reset.css);
/* @import url(lightbox.css); */

/* ----------------------------------------------------- All browsers */

body {	
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #000;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 860px;
	height: 650px;
	margin-top: -325px;
	margin-left: -430px;
	z-index: 0;
	border: 0px solid #FFF;
}

#v_seite {
	float: left;
}
#r_seite {
	float: right;
}

#w2 {
	float: left;
	height: 80px;
	width: 860px;
	margin-top: 10px;
}

#w2 img {
	float: left;
}

p.adresse {
	padding: 10px;
	float: left;
}

img, a img {
	border: 0;
}

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

a:hover {
	color: #CCC;
	border-bottom: 2px solid #c0060b;
	text-decoration: none;
}



/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
