a, a:visited {
color: #333;
text-decoration: none;
}
a:active {
color: #333;
text-decoration: none;
}
a:hover, a:focus {
color: #666;
text-decoration: underline;
}
body, html {
background: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
height: 100%;
margin:0;
font-size:12px;
background-image: url('http://www.flipz.de/assets/greybg.png');
}
h1 {
color: #FFFFFF;
}
img {
border: none;
}
p {
color: #999999;
font-size: 0.6em;
}
div.outer {
height: 100%;
}
#megazine {
height: 100%;
outline: none;
width: 100%;
position:absolute;
z-index:200;
}

.topbuttons {
    position:absolute;
    top:0;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
     background:transparent url(elements/bu_contents.png);
     width:114px;
     height:26px;
     position:absolute;
     z-index:300;
     text-indent: -5000px;
}

.topbuttons.left { left:0;  }
.topbuttons.right { right:0; background: transparent url(elements/bu_close.png); }


.head {
width: 642px;
height: 0;
margin: 0 auto;
}

#contents { width:100%; display:none; }
#contentsbg { 
background-color:#000000;
height:100%;
position:absolute;
width:100%;
z-index:1000;
}
#contentslist {
height:88%;
left:50%;
margin-left:-350px;
overflow:auto;
position:absolute;
width:700px;
z-index:1000;
}
#contentslist img{
cursor: pointer;
}
#contentslist li {
float:left;
display:inline-block;
margin:10px;
}

#bottombar {
background-color:#FFF;
width:100%;
height:30px;
line-height:30px;
position:absolute;
bottom:0;
}
#bottombar .inner {
position:absolute;
z-index:800;
font-size:13px;
width:100%;
}

#navigator {
background:url("elements/menu.png") repeat scroll 0 0 transparent;
height:33px;
left:50%;
margin-left:-145px;
margin-top:-23px;
padding:10px;
position:absolute;
width:270px;
z-index:150;
}

#controls {
height:33px;
left:50%;
margin-left:-145px;
margin-top:-23px;
padding:10px;
position:absolute;
width:280px;
z-index:860;
}

#controls * {
float:left;
height:40px;
cursor:pointer;
text-indent: -5000px;
}

#page_first { margin-left:20px; } 
#page_number { 
border:1px solid #EDAF25;
cursor:default;
height:20px;
margin:7px 29px 0;
text-align:center;
width:50px;
text-indent:0;
}
#page_number_box {
width:110px;
text-align: center;
}
#page_next, #page_last,#page_prev,#page_first    { width:30px;   } 

#claim { float:left; margin-left:10px; }

#downloadpdf {
background:url("elements/pdf.png") no-repeat scroll 0 4px #FFFFFF;
padding-left:30px;
position:absolute;
right:10px;
z-index:400;
} 

#help_window {
background:none repeat scroll 0 0 #FFFFFF;
display:block;
height:385x;
left:50%;
margin:30px 0 0 -350px;
padding:20px;
position:absolute;
width:700px;
z-index:1000;
display: none;
}
#help_window_close {
cursor:pointer;
position:absolute;
right:5px;
top:2px;
font-size: 9px;
color: #990000;
}
#help_window #help_content {
	overflow: hidden;
}

#help_content p
{
  font-size: 11px;
}

#help_content #left
{
  width: 320px;
  float: left;
  padding-right: 10px;
  border-right: 1px dashed #ccc;
}

#help_content #right
{
  margin-left: 10px;
  width: 320px;
  float: left;
}

#bu_help { background:url("elements/bu_help.png") repeat scroll 0 0 transparent;
bottom:30px;
position:absolute;
top:auto;
display: block;
 }