body {
	background-color:#080808;
	scrollbar-face-color: #080808; /* felso része*/
	scrollbar-highlight-color: #fba722; /* bal oldala */
	scrollbar-3dlight-color:#fba722; /* bal oldala2 */
	scrollbar-darkshadow-color: #fba722; /* jobb oldali szegély 2 */
	scrollbar-shadow-color: #fba722; /* jobb oldali szegély */
	scrollbar-arrow-color: #fba722; /* nyíl a felso részen */
	scrollbar-track-color: #433f38; /*háttere*/
	color: #CCCCCC;
	font-weight:bold;
	font-size:16px;
	font-family: Tahoma;
	line-height: normal;
}

#elotolto {
width:533px;
height:400px;
margin:0 auto 0 auto;
margin-top:50px;
background:url(pic/loader.jpg);
border:#c67f11 3px outset;
}

#container
{
background :url('pic/hatter.jpg') no-repeat;
margin: 0 auto 0 auto;
position:relative;
width:960px;
height:600px;
border:#c67f11 3px outset;
}

#header{
position:relative;
top:0px;
left:0px;
height:180px;
width:960px;
margin:0;
padding:0;
}

#banner {
position:relative;
height:170px;
width:950px;
padding:5px;
}


#left{
position:relative;
float:left;
top:0px;
left:0px;
width:160px;
height:420px;
padding:0;
}

#keptar {
width:140px;
height:380px;
margin-left:16px;
margin-top:20px;
}

#content{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:800px;
	height:420px;
}

#menu {
padding-left:15px;
width:780px;
height:39px;

}

#tartalom {
margin-left:20px;
margin-top:5px;
overflow:auto;
width:770px;
height:361px;
}

a:link {
text-decoration: underline;
	color: #CCCCCC;
	}
a:visited {
text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color:  #CCCCCC;
}
a:active {
	text-decoration: underline;
	color:  #CCCCCC;
}

a:focus {outline: none;}

