html
{
  background-image: url(../images/bgpage.gif);   /* Adresse des Hintergrundbildes */
  background-attachment: fixed;    /* Hintergrundbild fixieren */
  background-repeat: repeat-x;   /* Hintergrundbild ohne Wiederholung */
 }

body
{
font-size: 12px;
font-family: arial;

}

p {
	margin: 0;
	padding-bottom: 10px;
}

.chromestyle{
width: 898px;
font-size: 12px;
font-weight: bold;
font-family: arial;
text-align: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffff99;
}


td.IEvenCms {
background-color: #cc9933;
}

#content {
position:  	absolute;  	/* wichtig */
left:  	  	50%;  	  	/* wichtig */
margin:  	0 -450px;
padding-top: 6px;
width: 901px;
  float: left;
}

* html div#content { /* IE 6 */
	padding-top: 0px;
	margin: -160px -450px 0 -450px;
}

*+html div#content { /* IE7 */
	padding-top: 0px;
}

div.box_content {
    margin-top: 175px;
	padding: 5px;
/*	padding: 10px 5px 10px 5px;*/
    width: 888px;
    height: 100%;
    border: 1px solid #BBB;
    background-color: #ffffff;
    float:left;
}

div.box_footer {
    text-align:center;
    padding: 5px;
    margin-top: 15px;
    width: 888px;
    height: 100%;
    border: 1px solid #BBB;
    background-color: #ffffff;
    font:normal 10px Arial;
}


#header {
    position:fixed;
    top:0px; left:0px; right:0px;
    text-align:center;
    padding: 0;
    height: 150px;
    z-index:5;
}

/* Und für den Internet Explorer */

* html #header {
    margin:0;
    height:10%;
}


div.headline {
    font:bold 16px Arial;
	width:99%;
    margin-left: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #BBB;
}

div.content {
    font: Arial;
	width:99%;
    margin-left: 5px;
    padding-left: 5px;
}

div.box_news {
    padding: 5px;
    margin-top: 5px;
    width: 180px;
    border: 1px solid #BBB;
    background-color: #ffffff;
    font:10px Arial;
    float: right;
	background-image: url(../images/background_table.gif);
	background-repeat: repeat-x;
}


div.box_spielbericht {
    padding: 5px;
    margin-top: 5px;
    width: 680px;
    border: 1px solid #BBB;
    background-color: #ffffff;
    font:normal 10px Arial;
    float: left;
    text-align: justify;
	background-image: url(../images/background_table.gif);
	background-repeat: repeat-x;
}

div.box_links {
    padding: 5px;
    margin-top: 5px;
    width: 330px;
    border: 1px solid #BBB;
    background-color: #ffffff;
    float: left;
	background-image: url(../images/background_table.gif);
	background-repeat: repeat-x;
}

div.box_rechts {
    padding: 5px;
    margin-top: 5px;
	margin-right: 4px;
		margin-left: 5px;
    width: 333px;
    border: 1px solid #BBB;
    background-color: #ffffff;
    float: left;
	background-image: url(../images/background_table.gif);
	background-repeat: repeat-x;
}

a {
	font: bold;
    color: #000000;
}
    
div.termin {
    font: Arial;
	width:98%;
    margin-left: 5px;
    padding-left: 5px;
    border-bottom: 1px dotted #BBB;
}   

h1 {
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
	
	
h2 {
	padding: 1px 0 5px 0px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
	
h4, h5,  {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
}

img
{ 
border: 0px;
}

/********************************/
/***** Bilder positionieren *****/
/********************************/

.image_left {
    padding: 0 10px 5px 0; 
    float: left;
}

.image_centred {
    padding: 10px 10px 10px 10px; 
    float: left;
}

.image_right {
    padding: 0 0 5px 5px; 
    float: right;
}


a {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

a:hover {
  color: #d70000;
  text-decoration: underline;


}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/********************************/
/*********** Lightbox ***********/
/******* Gallery Bild groß ******/
/********************************/

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("../inc/images/lightbox/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 400;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("../inc/images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("../inc/images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("../inc/images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("../inc/images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
	
/********************************/
/********** Polaroid ************/
/********************************/

.polaroid { 
    float:left;
    width: 172px;
    height: 185px;
    background-color:#fffbe4;
    margin: 2px 2px 2px 0;
    padding: 0px;
    border: 0px solid #cac9c4;
    font-size: 9px;
    text-align: center;
}

.polaroid img { 
    margin: 0px 2px;
    border: 1px solid #fffbe4;
}

.polaroid a:hover {
    text-decoration: none;
}

.polaroid a:hover img {
    border: 1px solid #dec573;
}


.polaroid_wrapper {
    float: left;
}	



/********************************/
/****** Thumbnailübersicht ******/
/*********** Gallery ************/
/********************************/

.galleryuebersicht {
    width: 100%;
	  clear: both;
	  text-align: center;
}

.galleryuebersicht p {
    clear: both;
}

.gallery_wrapper {
    width: 900px;
    margin: auto;
    margin-top: 15px;
     text-align: center;
}


.thumbnail_wrapper {
    width: 170px;
    height: 165px;
    margin: 0px 5px 0px 0px;
    float: left;
     text-align: center;
}

.thumbnail_wrapper img {
    margin: auto;
     text-align: center;
    }


.thumbnail_wrapper a:hover img {
    border: 2px solid #ffffff;
}


