/* @group general */

* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	font-size: 11px;
	font-weight: normal;
}

html {
	min-height: 100%;
 	height: auto;
 	overflow: scroll;
	cursor: pointer;
}

body {
	background: #000 url(../media/background_complete.jpg) no-repeat center bottom;
}

body.white {
	background: #FFF;
}
a {
	outline: 0;
}

#wrapper {
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

br.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 1px;
}

#content {
	width: 960px;
	margin: 0px auto 0;
	padding: 20px;
	position: relative;
}

#logo{
	width: 297px;
	height: 30px;
	background-image: url(../media/logo_start.png);
	margin: 0 auto;
	position: absolute;
	left: 7%;
	bottom: 171px;
}

#logo_black{
	display: none;
	width: 297px;
	height: 30px;
	background-image: url(../media/logo_black.png);
	margin: 0 auto;
	position: absolute;
	left: 7%;
	bottom: 171px;
	position: fixed;
	z-index: 5;
}

/* @end */

/* @group navi */

#nav {
	margin: 0 auto;
	position: absolute;
	top: 171px;
	right: 260px;
	display: none;
	position: fixed;
	z-index: 2;
	list-style: none;
}

#nav li a:link, #nav li a:active, #nav li a:visited, #nav li a:hover {
	font-size: 60px;
	letter-spacing: 0px;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
	display: block;
	color: #000;
}

.navSelected {
	font-size: 14px;
}

#navMenu {
	font-size: 19px;
	letter-spacing: 0px;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
	display: block;
	position: fixed;
	top: 56px;
	right: 150px;
	display: none;
	padding-right: 10px;
	z-index: 3;
	cursor: pointer;
	color: #000;
}

#navMenu span {
	font-size: 19px;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #b6b3b3;
	font-style: italic;
}
/* @end */

/* @group gallery */

#gallery {
	position: relative;
	top: 75px;
	left: 7%;
	width: 860px;
	display: none;
}

#gallery ul {
	margin-top: 0px;
}


#gallery .gallery {
	float: left;
	margin-right: 30px;
	margin-bottom: 100px;
	height: 102px;
}

#liner {
	height: 0px;
	top: 0px;
	width: 1000px;
	position: fixed;
	background-color: #FFF;
	z-index: 1;
}
/* @end */

/* @group galleries */

.slider{
	padding:0;
	overflow:hidden;
	width: 800px;
	position: relative;
	margin-bottom: 120px;
	/*border: 1px dotted red*/
}

.slider ul, .slider li{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	width: 800px;
}
.slider li{ 
	overflow:hidden;
	text-align: center;
	float: left;
}

.slider li img {
	/*max-width: 750px;*/
}

.sliderPrev {
	display: none;
	width: 15px;
	height: 100%;
	background: transparent url(../media/arrowleft.png) no-repeat center left;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sliderNext {
	display: none;
	width: 15px;
	height: 100%;
	background: transparent url(../media/arrowright.png) no-repeat center right;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.sliderCaption {
	padding-right: 25px;
	text-align: center;
	font-size: 12px;
}
/* @end */



#about {
	position: absolute;
	top: 125px;
	left: 7%;
	width: 720px;
	display: none;
	text-align: right;
}

#contact {
	position: absolute;
	top: 125px;
	left: 7%;
	width: 720px;
	display: none;
	text-align: right;
}

#imprint {
	position: absolute;
	top: 125px;
	left: 7%;
	width: 720px;
	display: none;
	text-align: right;
}

#news {
	position: absolute;
	top: 75px;
	left: 7%;
	width: 720px;
	display: none;
}

#news ul {
	margin-top: 0px;
}

.contentType {
	margin-top: 90px;
}

.contentType ul li{
	list-style: none;
}

.contentType ul {
	margin-top: 80px;
}

.contentType li {
	margin-bottom: 4px;
	font-size: 16px;
}

.contentType li a:link, .contentType li a:visited, .contentType li a:active {
	color: #000;
}

.contentType li a:hover {
	text-decoration: underline;
}


.contentType p {
	font-size: 16px;
	line-height: 21px;
}

.contentType p a:link, .contentType p a:visited, .contentType p a:active {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.contentType p a:hover {
	text-decoration: underline;
}

