/*********************************************************************************
**********************************************************************************
default.css - beatlefield.com - date: 2007-09-20 
**********************************************************************************
(c) stilldown productions - www.stilldown.de - recep ogras (reco')
**********************************************************************************
*********************************************************************************/

html{
overflow:		hidden;
}

* html {
overflow:		auto;
}
body{
margin:			0px;
padding:		0px;
background: 	url(../img/back_pattern.gif) #141414 top left repeat-x;
overflow:		hidden;
color:			#828282;
font-size:		11px;
font-family:	Arial, Helvetica, sans-serif;
line-height:	150%;
}

h2{
margin:			10px 0px 0px 0px;
padding:		0px;
color:			#828282;
font-size:		12px;
font-family:	Arial, Helvetica, sans-serif;
line-height:	130%;
font-weight:	bold;
}

h3{
margin:			8px 0px 0px 0px;
padding:		0px;
color:			#828282;
font-size:		11px;
font-family:	Arial, Helvetica, sans-serif;
line-height:	150%;
font-weight:	bold;
}

a{
color:			#c4b191;
text-decoration:none;
}

a:hover{
color:			#b49e75;
}

a:visited{
color:			#9a8766;
}

#container_main{
width:			auto;
width:			100%;
}

#container_content{
position: 		absolute;
overflow:		hidden;
top: 			50%;
height:			500px;
margin-top: 	-250px;
width:			100%;
left:			0px;
padding:		0px;
z-index:		1; 
}

#container_content_inner{
position:		absolute; 
visibility:		hidden; 
left:			0px;
top:			0px; 
margin:			0px;
z-index:		1; 
}



/* SCROLL */
div#scrollbar{ 
position:		absolute;
left:			0px;
bottom:			3px;
width:			100%;
height:			12px;
line-height:	12px;
vertical-align:	middle;
font-size:		1px;
z-index:		2;

}
div#track { 
position:		absolute;
left:			15px;
right:			15px;
top:			0;
height:			12px;
z-index:		1;
background:		url(../img/trans.png) repeat left top;
/*filter:			alpha(opacity=20); 
-moz-opacity:	.20; */
}

div#dragBar {
position:		absolute;
left:			0px;
top:			1px;
width:			20px;
height:			10px;
z-index:		1;
border:			1px solid #918265;

background:		url(../img/scroll_fang.gif) center center no-repeat;
}  
div#left {
position:		absolute;
left:			0px;
top:			1px;
z-index:		2;
width:			12px;

height:			10px;
text-align:		center;
vertical-align:	middle;
line-height:	10px;
border:			1px solid #918265;
background:		url(../img/trans.png) repeat left top;
}  
#left a, #right a{
display:		block;
height:			10px;
vertical-align:	middle;
font-size:		8px;
color:			#918265;
text-decoration:none;
}
div#right {
position:		absolute;
right:			0px;
top:			1px;
z-index:		2;
width:			12px;
height:			10px;
text-align:		center;
vertical-align:	middle;
line-height:	10px;
border:			1px solid #918265;
background:		url(../img/trans.png) repeat left top;
}
/* SCROLL END */

