* {
	margin:0;
	padding:0;
	border: none;
}

html, body {
	height:100%;
}

body {
	background: url(../img/background.gif) repeat;
	color:#204D71;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a , a:visited {
	color: #069;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #39f;
}

#distance { 
	width:1px;
	height:50%;
	background: url(../img/background.gif) repeat;
	margin-bottom:-270px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:540px;
	width:667px;
	clear:left;
	background: url(../img/page.png) no-repeat 0 0;
}

#container #content {
	position: absolute;
	left: 16px;
	top: 73px;
	height: 415px;
	width: 635px;
	max-width: 635px;
	max-height: 415px;
	overflow: auto;
}

.clear {
	clear: both;
}

/********************************************************* Menue außerhalb der Seite *********************/

#outside {
	position: absolute;
	margin: 0;
	top: 0;
	width: 100%;
	height: 18px;
	background: url(../img/background_outside.gif) repeat;
	z-index: 3;
	border-bottom: 1px solid #fff;
}

#outsideTeamNews {
	margin: 3px auto 0;
	width: 650px;
	font-size: 10px;
	z-index: 4;
	color: #fff;
}

#outsideTeamNews span.head {
	color:#578DC4;
	font-weight:bold;
}

#menueOutsideRight {
	position: absolute;
	top: 3px;
	right: 7px;
	z-index: 51;
}

a.buttonImpressum {
	display: block;
	width:59px;
	height: 11px;
	background: url(../img/b_impressum.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonImpressum:hover, a.buttonImpressum:focus, a.buttonImpressum:active {
	background-position:0 -11px;
}

a.buttonImpressumSelected {
	display: block;
	width:59px;
	height: 11px;
	background: url(../img/b_impressum.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}


a.buttonIntern {
	display: block;
	width:39px;
	height: 11px;
	background: url(../img/b_intern.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonIntern:hover, a.buttonIntern:focus, a.buttonIntern:active {
	background-position:0 -11px;
}

a.buttonInternSelected {
	display: block;
	width:39px;
	height: 11px;
	background: url(../img/b_intern.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}


#menueOutsideLeft {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 50;
}

a.buttonBookmark {
	display: block;
	width:69px;
	height: 11px;
	background: url(../img/b_bookmark.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonBookmark:hover, a.buttonBookmark:focus, a.buttonBookmark:active {
	background-position:0 -11px;
}

/************************************************************ Logo button *************************/

a.buttonLogo {
	display: block;
	position: absolute;
	left: 18px;
	bottom: 5px;
	width:215px;
	height: 31px;
	background: url(../img/logo.png) no-repeat 0 0;
	font: bold 10px/31px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonLogo:hover, a.buttonLogo:focus, a.buttonLogo:active {
	background-position:0 -31px;
}

/************************************************************** Navigation *************************/

#container #menueTop {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 465px;
}

#container #menueBottom {
	position: absolute;
	bottom: 17px;
	right: 30px;
	width: 350px;
}

#nav {
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	padding-right: 42px;
}

#nav li.last {
	padding-right: 0 !important;
}

a.buttonTeam {
	display: block;
	width:31px;
	height: 11px;
	background: url(../img/b_team.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonTeam:hover, a.buttonTeam:focus, a.buttonTeam:active {
	background-position:0 -11px;
}

a.buttonTeamSelected {
	display: block;
	width:31px;
	height: 11px;
	background: url(../img/b_team.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonMovies {
	display: block;
	width:39px;
	height: 11px;
	background: url(../img/b_movies.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonMovies:hover, a.buttonMovies:focus, a.buttonMovies:active {
	background-position:0 -11px;
}

a.buttonMoviesSelected {
	display: block;
	width:39px;
	height: 11px;
	background: url(../img/b_movies.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonGallery {
	display: block;
	width:50px;
	height: 11px;
	background: url(../img/b_gallery.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonGallery:hover, a.buttonGallery:focus, a.buttonGallery:active {
	background-position:0 -11px;
}

a.buttonGallerySelected {
	display: block;
	width:50px;
	height: 11px;
	background: url(../img/b_gallery.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonStories {
	display: block;
	width:46px;
	height: 11px;
	background: url(../img/b_stories.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonStories:hover, a.buttonStories:focus, a.buttonStories:active {
	background-position:0 -11px;
}

a.buttonStoriesSelected {
	display: block;
	width:46px;
	height: 11px;
	background: url(../img/b_stories.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonMotto {
	display: block;
	width:37px;
	height: 11px;
	background: url(../img/b_motto.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonMotto:hover, a.buttonMotto:focus, a.buttonMotto:active {
	background-position:0 -11px;
}

a.buttonMottoSelected {
	display: block;
	width:37px;
	height: 11px;
	background: url(../img/b_motto.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonLinks {
	display: block;
	width:33px;
	height: 11px;
	background: url(../img/b_links.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonLinks:hover, a.buttonLinks:focus, a.buttonLinks:active {
	background-position:0 -11px;
}

a.buttonLinksSelected {
	display: block;
	width:33px;
	height: 11px;
	background: url(../img/b_links.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonGuestbook {
	display: block;
	width:63px;
	height: 11px;
	background: url(../img/b_guestbook.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonGuestbook:hover, a.buttonGuestbook:focus, a.buttonGuestbook:active {
	background-position:0 -11px;
}

a.buttonGuestbookSelected {
	display: block;
	width:63px;
	height: 11px;
	background: url(../img/b_guestbook.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonDownloads {
	display: block;
	width:63px;
	height: 11px;
	background: url(../img/b_downloads.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonDownloads:hover, a.buttonDownloads:focus, a.buttonDownloads:active {
	background-position:0 -11px;
}

a.buttonDownloadsSelected {
	display: block;
	width:63px;
	height: 11px;
	background: url(../img/b_downloads.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonContact {
	display: block;
	width:50px;
	height: 11px;
	background: url(../img/b_contact.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonContact:hover, a.buttonContact:focus, a.buttonContact:active {
	background-position:0 -11px;
}

a.buttonContactSelected {
	display: block;
	width:50px;
	height: 11px;
	background: url(../img/b_contact.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

a.buttonShop {
	display: block;
	width:31px;
	height: 11px;
	background: url(../img/b_shop.gif) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}
a.buttonShop:hover, a.buttonShop:focus, a.buttonShop:active {
	background-position:0 -11px;
}

a.buttonShopSelected {
	display: block;
	width:31px;
	height: 11px;
	background: url(../img/b_shop.gif) no-repeat 0 -11px;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
	text-indent: -9999px;
}

/******************************************** Downloads *************************************/

#downloads {
	width:100%;
	height:100%;
	background: url(../img/downloads_bild.gif) no-repeat 0 0;
}

#downloadsLeft {
	float:left;
	width: 315px;
	text-align: center;
	margin-top: 70px;
}

#downloadsLeftLeft {
	float:left;
	width: 155px;
}

#downloadsRightLeft {
	float:left;
	width: 155px;
}

#downloadsRight {
	float:right;
	width: 315px;
	text-align: center;
	margin-top: 70px;
}

#downloadsLeftRight {
	float:right;
	width: 155px;
}

#downloadsRightRight {
	float:right;
	width: 155px;
}

#downloadsLeft div.imageBackground img, #downloadsRight div.imageBackground img {
	width: 100px;
	border: none;
	height: 62px;
	margin: 7px;
}

div.imageBackground {
	width: 114px;
	height: 76px;
	margin: 0px auto 15px;
	background: url(../img/h_downloads_bilder.gif) no-repeat 0 0;
}


/***************************************** Movies ****************************************************/

#movies {
	text-align:left;
	max-width: 610px;
	width:610px;
}

.movie {
	margin-bottom:25px;
} 

.movie .movieHeadline {
	margin: 10px 0 5px 5px;
	font-size:16px;
	font-weight:bold;
	font-variant: small-caps;
}

.movie .movieLeft {
	float: left;
	width: 420px;
	height: 310px;
	padding: 10px;
	background: url(../img/h_movies.gif) no-repeat 0 0;
}

.movie .movieRight {
	padding-top: 30px;
	float: right;
	width: 165px;

}


/************************************ Team *****************************************************************/

#team {
	margin:0;
	padding:0;
}

#teamStart {
	margin:0;
	background:url(../img/h_team_preview.png) no-repeat 60px 40px;
}

#teamLeft {
	float:left;
	width:565px;
	height:415px;
	max-height: 415px;
	overflow:auto;
}

#teamRight {
	float:right;
	width:70px;
	height:415px;
}

#teamLeft #teamProfile {
	margin-right:5px;
}

#teamLeft #playerHeadline {
	margin: 0 0 5px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

#teamLeft #playerHeadline p {
	font-size: 10px;
	font-weight:bold;
}

#teamLeft #playerHeadline p span {
	font-size: 9px;
	color: #666;
	font-weight:normal;
}

#teamLeft #playerLeft {
	float: left;
	width: 259px;
}

#teamLeft #playerRight {
	margin-top:20px;
	float: right;
	width: 280px;
}

#teamLeft #playerRight p {
	font-size: 10px;
	font-weight:bold;
	margin-bottom: 5px;
}

#teamLeft #playerRight p span{
	font-size: 12px;
	color: #333;
	font-weight:normal;
}

#teamLeft #newsHeadline {
	margin: 15px 0 -10px; 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

#teamLeft #newsHeadline p {
	font-size: 10px;
	font-weight:bold;
}

#teamLeft #newsEintrag {
	font-size: 11px;
	margin-top: 20px;
}

#teamLeft #newsEintrag p {
	font-size: 12px;
	color: #333;
	margin-bottom:7px;
}

#teamLeft #newsEintrag p.head {
	color: #204D71;
	font-size: 18px;
	font-weight:bold;
}

#teamLeft #newsEintrag p.small {
	font-size: 9px;
	color: #666;
}

#teamLeft #newsEintrag img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding:3px;
	border:1px solid #999;
}

#teamLeft #newsEintrag ul {
	list-style-position:inside;
	color: #333;
	font-size: 12px;
	margin-bottom:7px;
	margin-left: 7px;
}

#teamRight ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#teamRight ul li{
	margin: 0 0 5px 5px;
}

#teamRight ul li.last{
	margin: 0 0 0 5px;
}

#teamStart ul {
	width:426px;
	float:right;
	list-style:none;
	margin: 0;
	padding: 0;
}

#teamStart ul li{
	margin: 0 0 5px 0;
}

#teamStart ul li.last{
	margin: 0;
}

#teamStart ul li div.left{
	float:left;
	width:360px;
	height:65px;
	background:url(../img/h_news_preview.png) no-repeat 0 0;
}

#teamStart ul li div.left p{
	padding: 19px 20px 0 30px;
	font-weight:bold;
	font-size:12px;
}

#teamStart ul li div.left p span{
	color: #666;
	font-size:9px;
	font-weight:normal;
}

#teamStart ul li div.right{
	float:right;
	width:65px;
	height: 65px;
}

#team a.Schorsch {
	display: block;
	width:65px;
	height: 65px;
	background: url(../img/team/t_georg.png) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
}

#team a.Schorsch:hover, #team a.Schorsch:focus, #team a.Schorsch:active {
	background-position:0 -65px;
}

#team a.Maddin {
	display: block;
	width:65px;
	height: 65px;
	background: url(../img/team/t_martin.png) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
}

#team a.Maddin:hover, #team a.Maddin:focus, #team a.Maddin:active {
	background-position:0 -65px;
}

#team a.Doc {
	display: block;
	width:65px;
	height: 65px;
	background: url(../img/team/t_stefan.png) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
}

#team a.Doc:hover, #team a.Doc:focus, #team a.Doc:active {
	background-position:0 -65px;
}

#team a.Pitscho {
	display: block;
	width:65px;
	height: 65px;
	background: url(../img/team/t_peter.png) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
}

#team a.Pitscho:hover, #team a.Pitscho:focus, #team a.Pitscho:active {
	background-position:0 -65px;
}

#team a.Schlinge {
	display: block;
	width:65px;
	height: 65px;
	background: url(../img/team/t_christian.png) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
}

#team a.Schlinge:hover, #team a.Schlinge:focus, #team a.Schlinge:active {
	background-position:0 -65px;
}

#team a.Ingo {
	display: block;
	width:65px;
	height: 65px;
	background: url(../img/team/t_ingo.png) no-repeat 0 0;
	font: normal 2px/11px Verdana, sans-serif;
	border:none;
	text-decoration: none !important;
	cursor:pointer;
}

#team a.Ingo:hover, #team a.Ingo:focus, #team a.Ingo:active {
	background-position:0 -65px;
}


/**************************************Impressum******************************************************/

#impressum {
	background: url(../img/impressum_bild.gif) no-repeat 0 0;
}

#impressum #impressumLeft {
	float:left;
	width: 310px;
	margin-top: 85px;
}

#impressum #impressumRight {
	float:right;
	width: 310px;
	margin-top: 85px;
}

#impressum ul {
	list-style-position:outside;
	padding-left: 30px;
}

#impressum ul li{ 
	margin-bottom: 20px;
}

#impressum ul li font{
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
}

/************************************** Gallery ********************************************************/

#album{
	width: 610px;
	max-width: 610px;
}

#albumHeadline p.headline{
	font-size:16px;
	font-variant:small-caps;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 0 5px;
}

#albumHeadline p.description{
	text-align: left;
	margin: 0 0 10px 5px;
}

#album .albumPreview {
	margin: 10px 0 0 10px;
}

#album .albumPreview .imageBackground {
	background: url(../img/h_galleryThumb.gif) no-repeat 0 0;
	padding:9px;
	width: 130px;
	height: 130px;"
}

/****************************** Slideshow ********************************************************/

#slideshow img {
	margin: 0;
	padding: 0;
	width: 635px;
	height: 415px;
}

#slideshow-page h1 {
	display: block;
	position: absolute;
	top: 25px;
	right: 37px;
	z-index: 100;
	font: small-caps bold 3em Helvetica,Verdana,Arial, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#slideshow-page h2 {
	font: bold 1.3em Verdana,Arial, sans-serif;
}

#slideshow-page h2 a {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	color: #ff9a00;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#slideshow-page h2 a:hover {
	color: #ffff49;
}
