body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	width:100%;
	height:100%;
	position:relative;
}

a {text-decoration:none;font-weight:bold;color:#393d7e;outline:none;}
a:hover {text-decoration:underline;}
a:active,visited{text-decoration:none;font-weight:bold;color:#393d7e;}
img {border:none;}

.clear {clear:both;}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	min-height:600px;
}

.header {
	width:800px;
	height:255px;
	position:fixed;
	background-color:#ffffff;
}

.mainContent {
	padding-top: 255px;
	width:800px;
	min-height:350px;
}

.textContent {
	margin-top:40px;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
	width:271px;
	padding: 31px 44px 31px 44px;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	width:800px;
	height:80px;
}

/* Große Start Navi */

/* Ende große Start Navi */


/* Kleine Navi */
.sNavWrapper {
	width:80px;
	height:auto;
	margin-top:15px;
	z-index:99;
	position:absolute;
	left:720px;
}

.nav_s_index {
	margin-bottom:9px;
	cursor:pointer;
	display:block;
	width:80px;
	height:11px;
	background:url(images/nav_s_index.jpg) 0 0 no-repeat;
}
.nav_s_index:hover {
	background:url(images/nav_s_on_index.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_s_vita {
	margin-bottom:9px;
	cursor:pointer;
	display:block;
	width:80px;
	height:11px;
	background:url(images/nav_s_vita.jpg) 0 0 no-repeat;
}
.nav_s_vita:hover {
	background:url(images/nav_s_on_vita.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_s_medien {
	margin-bottom:9px;
	cursor:pointer;
	display:block;
	width:80px;
	height:11px;
	background:url(images/nav_s_medien.jpg) 0 0 no-repeat;
}
.nav_s_medien:hover {
	background:url(images/nav_s_on_medien.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_s_fotos {
	margin-bottom:9px;
	cursor:pointer;
	display:block;
	width:80px;
	height:11px;
	background:url(images/nav_s_fotos.jpg) 0 0 no-repeat;
}
.nav_s_fotos:hover {
	background:url(images/nav_s_on_fotos.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_s_presse {
	margin-bottom:9px;
	cursor:pointer;
	display:block;
	width:80px;
	height:11px;
	background:url(images/nav_s_presse.jpg) 0 0 no-repeat;
}
.nav_s_presse:hover {
	background:url(images/nav_s_on_presse.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_s_impressum {
	cursor:pointer;
	display:block;
	width:210px;
	height:11px;
	float:right;
	background:url(images/nav_s_impressum.jpg) 0 0 no-repeat;
}
.nav_s_impressum:hover {
	background:url(images/nav_s_on_impressum.jpg) 0 0 no-repeat;
	text-decoration:none;
}

/* Ende kleine Navi */

/* Große Navi */
.lNavWrapper {
	float:right;
	width:380px;
	height:auto;
	margin-top:40px;
	float:right;
}

.nav_l_index {
	margin-bottom:19px;
	cursor:pointer;
	display:block;
	width:129px;
	height:22px;
	background:url(images/nav_l_index.jpg) 0 0 no-repeat;
}
.nav_l_index:hover {
	background:url(images/nav_l_on_index.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_l_vita {
	margin-bottom:19px;
	cursor:pointer;
	display:block;
	width:129px;
	height:22px;
	background:url(images/nav_l_vita.jpg) 0 0 no-repeat;
}
.nav_l_vita:hover {
	background:url(images/nav_l_on_vita.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_l_medien {
	margin-bottom:19px;
	cursor:pointer;
	display:block;
	width:129px;
	height:22px;
	background:url(images/nav_l_medien.jpg) 0 0 no-repeat;
}
.nav_l_medien:hover {
	background:url(images/nav_l_on_medien.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_l_fotos {
	margin-bottom:19px;
	cursor:pointer;
	display:block;
	width:129px;
	height:22px;
	background:url(images/nav_l_fotos.jpg) 0 0 no-repeat;
}
.nav_l_fotos:hover {
	background:url(images/nav_l_on_fotos.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_l_presse {
	margin-bottom:19px;
	cursor:pointer;
	display:block;
	width:129px;
	height:22px;
	background:url(images/nav_l_presse.jpg) 0 0 no-repeat;
}
.nav_l_presse:hover {
	background:url(images/nav_l_on_presse.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.nav_l_impressum {
	cursor:pointer;
	display:block;
	width:129px;
	height:22px;
	float:right;
	background:url(images/nav_l_impressum.jpg) 0 0 no-repeat;
}
.nav_l_impressum:hover {
	background:url(images/nav_l_on_impressum.jpg) 0 0 no-repeat;
	text-decoration:none;
}

/* Ende große Navi */

/* CD Teaser */

.teaser {
	float:left;
	width:359px;
	height:auto;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
	margin-top:50px;
}
/* Ende CD Teaser */

/* Gallery script */

#loadingFader {position:absolute;z-index:3;top:0;left:72px;width:348px;height:211px;background-color:#000000;text-align:center;}
.anim {display:block;position:absolute;z-index:4; top:90px; left:64px;width:220px;height:19px;}

#galleryWrapper {margin-top:40px;margin-left:auto;margin-right:auto;width:492px;height:211px;position:relative;}
.galleryMinus {background:url(images/arrowLeft.jpg) 0 0 no-repeat;cursor:pointer;left:0px;top:80px;position:absolute;z-index:10;width:31px;height:26px;}
.galleryPlus {background:url(images/arrowRight.jpg) 0 0 no-repeat;cursor:pointer;left:461px;top:80px;position:absolute;z-index:10;width:31px;height:26px;}

#gArea {background-color:#000000;left:72px;width:348px;height:211px;position:relative;overflow:hidden;}
#gBG {text-align:center;width:348px;height:211px;position:absolute;z-index:1;overflow:hidden;}
#gScroll {text-align:center;left:348px;width:348px;height:211px;position:absolute;z-index:2;}

/* Ende gallery script */

.presse1 {
	margin-top:11px;
	width:211px;
	float:left;
	height:11px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	background:url(images/presse1.jpg) 0 0 no-repeat;
}
.presse1:hover {
	background:url(images/presse1on.jpg) 0 0 no-repeat;
	text-decoration:none;
}
.presse2 {
	margin-left:50px;
	margin-top:11px;
	width:144px;
	float:left;
	height:11px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	background:url(images/presse2.jpg) 0 0 no-repeat;
}
.presse2:hover {
	background:url(images/presse2on.jpg) 0 0 no-repeat;
	text-decoration:none;
}
	