﻿
html {
    margin:0;
    background: url("../images/background.jpg") no-repeat top center #c2c2c2; 
    }
    
body {
    font: 11px arial,sans-serif;
    color:#FFFFFF;
    text-align:center;
    margin:0px;
    padding:0px;
    }

p {margin:0 10px 10px}

img {border: none;}

a { color:#FFFFFF; font-weight:bold;}

a:hover { color:#FFFFFF; text-decoration:none;}

/******************************************************************************
                       Navigation Top
******************************************************************************/

    #tabnav {
      float:left;
      width:100%;
      background:#2a2a2a;
      font-size:110%;
      line-height:normal;
      border-bottom:1px solid #666;
      }
    #tabnav ul {
      margin:0;
      padding:10px 10px 0 20px;
      list-style:none;
      }
    #tabnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabnav a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabnav a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabnav a span {float:none;}
    /* End IE5-Mac hack */
    #tabnav a:hover span {
      color:#FFF;
      }
    #tabnav a:hover {
      background-position:0% -42px;
      }
    #tabnav a:hover span {
      background-position:100% -42px;
      }

      #tabnav #current a {
              background-position:0% -42px;
      }
      #tabnav #current a span {
              background-position:100% -42px;
      }

/******************************************************************************
                      Layout
******************************************************************************/

div#container {
    width:754px;
    margin:0 auto;
    text-align:left;
    border:3px solid #FFFFFF;
    background:url("../images/mainbg.jpg") no-repeat left bottom #1f1f1f;
    }
    
* html #content { /* Für IE */
        height: 600px;
}    
    
div#header {
    height:169px;
    margin:0 0 105px 0 ;
    }
    
div#content p {
    line-height:1.4
    }
    
div#extra {
    background:#FF8539
    }
    
div#footer {
    width:754px;
    color:#FFF;
    text-align:right;
    margin:0 auto;
    }
    
div#footer p {
    margin:0;
    padding:5px 10px
    }
    
div#content {
    float:left;
    width:465px;
    padding:0 5px 0 0;
    }
    
div#rightbox {
    float:right;
    width:240px;
    margin:0;
    padding:0 4px 0 4px;
    background-color:#000000;
    background:url("../images/rightbg.jpg") no-repeat 0px 15px ;
    }
    
div#rightboxtpay {
    float:right;
    width:240px;
    margin:0;
    padding:0 4px 0 4px;
    background-color:#1f1f1f;
    }    
    
div#appletbox {
    
    }

div#clear {
    clear:both;
    width:100%
    }
    
div#banner {
    margin: 18px 0px 0px 0px;
    }   
    
div#banner img{
    padding: 3px 0 3px 10px;
    }    
    
/******************************************************************************
                      Font
******************************************************************************/

h1 {
    font: 18px arial,sans-serif;
    font-weight:bold;
    color:#E28110;
    text-align:right;
    border-bottom:1px solid #FFFFFF;
    margin:15px 5px 5px 5px;
    }
    
h2 {
    font: 18px arial,sans-serif;
    font-weight:bold;
    color:#E28110;
    text-align:left;
    margin:15px 5px 5px 10px;
    }
    
    
    
/******************************************************************************
                       Hyperlinks
******************************************************************************/


a.link01 { 
	padding: 3px 0 5px 20px; 
	height:14px;
	background:url(../images/pfeil01.gif) 6px 6px no-repeat; 	
	color: #5e5e5e; 
	background-color:inherit;
}

a.link01:hover,a.link01:active,a.link01:focus	{ 
	color:#FFFFFF; 
	background-color:inherit;
}

a.link02 
{
	padding: 1px 0;
	height:14px;
	font-weight:bold;
	text-decoration:none;
	color: #333333; 
}

a.link02:hover,a.link02:active,a.link02:focus	{ 
	color:#FF7100; 
	
}


a.link03 { 
	padding: 3px 0 5px 20px; 
	height:14px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/pfeil02.gif) 8px 8px no-repeat; 	
	color: #333333; 
	background-color:inherit;
}

a.link03:hover,a.link03:active,a.link03:focus	{ 
	color:#FF7100; 
	background-color:inherit;
}

/******************************************************************************
                       Lightbox
******************************************************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}