@charset "iso-8859-2";

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 www.soundofcream.com - stíluslap
 Stíluslap felépítése:

0 - Böngésző hack
1 - Alapértelmezett
2 - Tipográfia
3 - Nvigáció
4 - Alsó layout
5 - Számláló

--------------------------------------------------------
Színkódok:

  betű zöld: #aec51f;

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*  0 - Böngésző hack
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* reset  HTML elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {	border-collapse: collapse; border-spacing: 0; }


/*  Firefox image outline fix - Keret és aláhúzás eltüntetése anchor-tag-nél */
a:focus, a:hover, a:active { outline: none; text-decoration: none;}

/*  Mezőkiürítés - Float fix */
* html .clearfix { height:1%; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*  Firefox és Opera - SWFObject fix - 100% magasság    */
html, body { height:100%; }


/*  1 - Alapértelmezett
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body 
{
	background: #000 url("bg_body.jpg") repeat-x top left;
	font-family: Arial, sans-serif;
  color: #fff;
	font-size: 13px;
  overflow:hidden;
  padding: 0;
	margin: 0;
}

ul
{
	list-style: none;
}

div#wrapper
{
  position: relative;
  width: 800px;
  height: 452px;
  background: url('bg_content.jpg') no-repeat top left;
  margin: 0 auto;
}

div#wrapper2
{
  position: relative;
  width: 850px;
  margin: 0 auto;
}


#close
{
  width: 50px;
  height: 20px;
  margin: 10px auto;
}

/*  flash */
div#swf
{
  width: 100%;
  height: 100%;
}

#flashplayer
{
  width: 24px;
  height: 24px;
  margin: 0 4px;
}

#warning {
  display: block;
  width: 800px;
  background: #cc3333;
  text-align: center;
  padding: 5px;
  margin: 10px auto 0px;
  border: 2px solid #ff0000;
}
#warning p {
  color: #fff;
  font-size: 12px;
  margin: 0px;
  padding: 2px;
}



/*  2 - Tipográfia
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
p
{
	margin: 15px 10px 0;
	color: #fff;
	font-size: 14px;
}

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

a:hover
{
	color: #aec51f;
	text-decoration: underline;
}

.warning
{
	font-size: 18px;
	background: #222;
	text-align: center;
  border: 1px solid #555;
  padding: 20px;
}


/*  3 - Navigáció
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav
{	
	position: relative;
	top: 228px;
	margin: 0 auto; 
	padding: 0;
	width: 156px;
	height: 24px;
	list-style: none;
	clear: both;
}
	
#nav li
{
	float: left;
	display: inline;
}
	
#nav li a
{
  display: block;
}

#nav li span
{
  display: block;
  text-indent: -999em;
}

/*  Magyar Btn  */
#nav li#nav_hun
{
  position: relative;
  left: 0;
  width: 66px;
  height: 24px;
}
	
#nav li#nav_hun  a	
{ 
  width: 66px;
  height: 24px;
  background: url('btn_hun.jpg') no-repeat;
  background-position: left 0; 
}
	
#nav li#nav_hun a:hover			
{ 
  background-position: left -24px;
}
	
#nav li#nav_hun .current a
{ 
  background-position: left -24px; 
}
  
/*  Angol Btn  */
#nav li#nav_eng
{
  position: relative;
  left: 24px;
  width: 66px;
  height: 24px;
}
	
#nav li#nav_eng  a	
{ 
  width: 66px;
  height: 24px;
  background: url('btn_eng.jpg') no-repeat;
  background-position: left 0; 
}
	
#nav li#nav_eng a:hover			
{ 
  background-position: left -24px;
}
	
#nav li#nav_eng .current a
{ 
  background-position: left -24px; 
}

#tao_banner  a{
  display: block;
  width: 87px;
  height: 77px;
  position: relative;
  top: 277px; 
  left: 356px;
  background: transparent url(tao_banner.jpg) no-repeat top left;
  text-indent: -999em;
}
#tao_banner  a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}



/*  4 - Alsó layout
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer
{
  position: relative;
  top: 250px;
  width: 800px;
  height: 60px;
  text-align: center;
}

div#footer p
{
  font-size: 11px;
  color: #fff;
}

div#footer p.requires
{
  display: block;
  width: 400px;
  font-size: 9px;
  line-height: 12px;
  color: #555;
  margin: 10px auto 0;
}

