html
{
height: 100%;
overflow:auto;
}

body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: Verdana, Tahoma, Arial, Helvetica, Sans Serif;
font-size: 11px;
color: #ffffff;
background-image:url(../images/background.jpg); 
background-repeat:repeat-y; 
background-position:top center;
overflow:auto;

   scrollbar-face-color:#c64934;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-track-color:#252525;
   scrollbar-shadow-color:rgb(0,0,0);
   scrollbar-highlight-color:rgb(0,0,0);
   scrollbar-3dlight-color:#808080;
   scrollbar-darkshadow-Color:#202020;

}

.header { position:absolute;
         left:50%;
         top:0px;
         height:190px;
		 margin-left:-420px;
         width:840px;
		 background-image:url(../images/grailknights.jpg); 
		 background-repeat:no-repeat; 
		 background-position:top; }

.footer { position:absolute;
         left:50%;
         bottom:0px;
         height:21px;
		 margin-left:-420px;
         width:840px;
		 background-image:url(../images/verlauf_menuunten.jpg); 
		 background-repeat:no-repeat; 
		 background-position:bottom; }

.content { position:absolute;
         left:50%;
         top:185px;
         bottom:23px;
		 margin-left:-427px;
		 overflow:auto;
		 overflow-x:hidden;
		 height: expression(((document.documentElement.scrollHeight) - 206) + 'px');
		 border:0px solid #ffffff;
         width:845px; 
		 z-index:1;
		 } 
		 
.fix_content 
		{
} 
		 
.charactericon
		{ position:absolute;
         left:50%;
         top:185px;
         bottom:23px;
		 margin-left:-427px;
		 border:0px solid #ffffff;
         width:845px; 
		-moz-opacity: 0.10;
		opacity:0.10;
		 background-image:url(../images/logo_back.png); 
		 background-repeat:no-repeat; 
		 background-position:center center;} 
		 
.charactericon_ie
		{  position:absolute;
		 filter: alpha(opacity=10);
		 z-index:0;
         left:50%;
		 margin-left:-427px;
         top:184px;
         width:848px;
		 height: expression(((document.documentElement.scrollHeight) - 206) + 'px');
		 background-image:url(../images/logo_back.gif); 
		 background-repeat:no-repeat; 
		 background-position:center;} 

.shop      { position:absolute;
         left:50%;
         top:185px;
         bottom:23px;
		 margin-left:-420px;
		 overflow:auto;
		 border:0px solid #ffffff;
         width:840px;
		 background:#000000;
		 height: expression(((document.documentElement.scrollHeight) - 206) + 'px');
		} 

.fix_linkesFeld { position:absolute;
         left:50%;
         top:185px;
         bottom:23px;
		 margin-left:-420px;
		 overflow:hidden;
		 border:0px solid #ffffff;
		 height: expression(((document.documentElement.scrollHeight) - 206) + 'px');
         width:138px; } 

.fix_rechtesFeld { position:absolute;
         left:50%;
         top:185px;
         bottom:23px;
		 margin-left:-276px;
		 overflow:auto;
		 overflow-x:hidden;
		 height: expression(((document.documentElement.scrollHeight) - 206) + 'px');
		 border:0px solid #ffffff;
         width:694px; } 

.title_links
{
border-top:1px solid #000000;
height:33px;
line-height:22px;
width:138px;
margin-top:-2px;
background-image:url(../images/menuleft_background_empty.jpg);
background-repeat:no-repeat;
background-position:top left;
} 
