/**
 * DEFAULT STYLES
 */
body
{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	width: 520px;
	background-color: #e9ebee;
	overflow-x:hidden;
}

h2
{
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.button
{
	background: url(../images/fan/button-bg.jpg) repeat-x;
	height: 43px;
	font-size: 16px;
	font-weight: bold;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	border-width: 0 !important;
	color: #fff;
}

.arial-bold
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block !important;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.wrapper
{
	clear: both;
	height: 1px;
	font-size: 1px;
}
/* END CLEARFIX */


*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

/*
 * 	NO FAN
 */
.fblike
{
	width: 85px;
	overflow: hidden;
	z-index: 100;
}

#teilnahmebedingungen
{
	font-size: 10px;
	color: #666;
	padding: 5px;
	margin-top: 10px;
}

/**
 * INDIVIDUAL STYLES
 */

/* slider */
.slider {
	position:relative;
}
.slider-bg {
	width:520px;
	height:437px;
	background:url(images/bg-slogan.png) no-repeat;
}
.slider .slogan {
	margin:0;
	padding:0;
	list-style:none;
}
.slider .slogan li {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	display:none;
}
.slider .slogan li img {
	display:block;
}
.slider .slogan li span {
	position:absolute;
	display:none;
	right:0;
	top:202px;
	display:none;
	text-align:right;
	z-index:2;
}
.slider .slogan em {
	float:right;
	padding:0 12px;
	clear:right;
	margin-bottom:2px;
	font-style:normal;
	font-size:30px;
	color:#fff;
	line-height:40px;
	background:#000;
	opacity:0.85;
}
.slider .slogan li.active,
.slider .slogan li.active span {
	display:block;
}
/* slider nav */
.slider a.prev,
.slider a.next {
	position:absolute;
	top:217px;
	width:63px;
	height:63px;
	text-indent:-9999px;
	z-index:10;
}
.slider a.prev {
	left:24px;
	background:url(../images/slider-prev.png) no-repeat;
}
.slider a.next {
	right:24px;
	background:url(../images/slider-next.png) no-repeat;
}
.slider #header-border-bottom {
	position:absolute;
	left:0px;
	top:431px;
	width:520px;
	height: 6px;
	background: url(../images/bg-slider-border.png);
	z-index:15;
}
/* slider menu */
.slider .menu {
	position:absolute;
	right:25px;
	top:396px;
	width:118px;
	z-index:15;
	font-size: 16px;
	font-weight: bold;
}
.slider .menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:95px;
	padding: 0 11px;
	height:35px;
	background:url(../images/bg-slider-menu.png) no-repeat;
}
.slider .menu ul li {
	float:left;
	background:url(images/bg-sep-menu.gif) no-repeat;
}
.slider .menu ul li:first-child {
	background:none;
}
.slider .menu ul a {
	float:left;
	position:relative;
	top: 9px;
	width: 25px;
	margin-left: 5px;
	line-height: 28px;
	height:25px !important;
	text-align:center;
	color:#000;
	background-color: #fff;
	text-decoration: none;
	
	background: url(../images/bg-slider-menu-inactive.png) no-repeat;      
}
.slider .menu ul a:hover,
.slider .menu ul a.active {
	background-image: url(../images/bg-slider-menu-active.png);
}
.slider .menu ul .first-child a:hover,
.slider .menu ul .first-child a.active {
	background:url(images/bg-menu-left-hov.gif) no-repeat;
}
.slider .menu ul .last-child a:hover,
.slider .menu ul .last-child a.active {
	background:url(images/bg-menu-right-hov.gif) no-repeat 100% 0;
}


/**
 * CONTENT
 */
#content
{
	background: url(../images/bg-content.jpg) no-repeat;
	height: 1619px;
	position: relative;
}

.image-map-link
{
	position: absolute;
	height: 0px;
	left: 40px;
	padding-top: 13px;
	text-decoration: none;
	width: 170px;
}