
body {
	margin: 0;
	padding: 0;
	background : #3E3E3E;
}

#rap {
width : 1010px;
height: 100%;
min-height: 2380px;
display : block;
margin-left : 0;
margin-top : 0;
margin-bottom: 50px;
background: #DF5B00;
}

*html #rap { height: 1050px; width: 1015px;}

#header {
float : left;
display : block;
width: 1010px;
height : 250px;
/*background : url(images/header.gif) no-repeat top left; */
z-index : 1;
position: absolute;
}

*html #header {width: 1000px;}

#header span {
display : none;
}


#content_top {
	background:  url("images/content_top.gif") right no-repeat; display : block;
	width : 737px;
	height: 35px; 
	top: -20px;
	padding-top: 32px;
	margin-right: 390px;
	position: absolute;
	z-index: 10;
}

*html #content_top {top: -10px; left: 220px; width: 757px;}

h1 { 
	top: 10px;
	left: 270px;
	position: absolute;
	color : #fff;
	font : bold normal 20px lighter "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform : none;
	letter-spacing : 1px;
	line-height : 100%;
	text-align: left; 
	z-index: 100;
	}
	
*html h1 { top: 25px; left: 280px; }	

h1 { color : #fff;
	font : bold normal 14px lighter "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: left;
	line-height: 30%;
}

h2 { color : #fff;
	font : bold normal 18px lighter "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: left;
	line-height: 30%;
	text-decoration: underline;
	
 }
h3 { color : #fff;
	font : bold normal 13px lighter "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: left;
	line-height: 50%;
	 }
 
 h4 {
	color : #fff;
	font : italic 12px lighter "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: left;
	line-height: 50%;
}

a {
	color : Yellow;
	font : normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration : none;
}

a:visited, a:active {
	color : #FFCE9C;
	font : normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration : none;
}
a:hover {
	font : normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color : #9C0000;
	text-decoration : none;
}
a img {
border : 1px solid gray;
}
a:hover img {
border : 1px solid red;
}



p {
	font : normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	line-height : 150%;
	text-align : justify;
	color: #fff;
}

li, td{
font : normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
line-height : 150%;
text-align : left;
color: #fff;
}

tr { border-bottom: 1px solid #fff; }

.dolt {
	color: #fff; 
	font: italic 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align : left;
}

#footer {
	clear: both;
	display : block;
	width : 850px;
	height : 59px;
	text-align : center;
	font : normal 0.7em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform : uppercase;
	text-decoration : none;
	float: none;
	background: url("images/footer.gif") no-repeat bottom left;
	z-index: 1;
}
#footer a {
padding-top:10px;
text-align : center;
font : normal 0.9em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}


#content {
	float: left;
	width: 737px;
	display: block;
	padding-top: 50px;
	padding-left: 240px;
	margin-top: 260px;
	background: #DF5B00 url("images/content_bg.gif") repeat-y;
	position: absolute;
	z-index: 1;
}

*html #content { margin-top: 250px; padding-top: 70px; left: 4px; width: 100%; padding-bottom: 26px;}

#content p, table { 
margin-left:  40px; 
margin-right: 30px;
padding-top: 0;
}

*html #content p {
	margin-left: 40px;
	width: 660px;
}

#content_foot {
	width: 737px;
	height: 28px;
	margin-right: 25px;
	background: url("images/content_foot.gif") no-repeat right;
	display : block;
	float: left;
}

*html #content_foot {
	left: 0px;
	float: left;
	left:240px;
	bottom: 0;
	position: absolute;
}


#navcontainer {
	float: left;
	display: block;
	top: 250px;
	height: 540px;
	width: 252px;
	margin: 0;
	padding-top : 60px;
	list-style-image : none;
	background : #DF5B00 url("images/menubg.gif") no-repeat top right;
	position: absolute;
	z-index: 10;
}

*html #navcontainer {
	margin: 0;
	left: -2px;
	top: 250px;
	width: 219px;
	
}

#navcontainer ul { float: left; padding-left: 65px; padding-top: 100px;}

*html #navcontainer ul {padding-left: 0px; margin-top: 15px;}

#navlist li {
	list-style: none;
	height: 20px;
}
 
/*
#navlist li a, #navlist li a:link {
text-align : left;
text-decoration : none;
display : block;
color: #fff;
float: left;

}
*/
#navlist li a img {border : 0;}
#navlist li a {
	color : #ffcc00;
	font : bold normal small-caps 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	
}
#navlist li a {font-weight: bolder;}

#navlist li a:hover {}
#navlist li a#current {}

#floatleft  p { float: left; width: 90%;}
#floatleft img  { float: left; border: 1px solid #fff; margin-right: 15px;}

/*
#musor a {	background: url("images/musor.gif") no-repeat; width: 106px;
	height: 36px; display: block;}

#musor a span { display: none; }

#fellep a {
	background: url("images/fellep.gif") no-repeat;
	width: 106px;
	height: 36px;
	display: block;
}
#fellep a span { display: none; }

#pillanat a {
	background: url("images/pillanat.gif") no-repeat;
	width: 106px;
	height: 36px;
	display: block;
}
#pillanat a span { display: none; }

#elerhetoseg a {
	background: url("images/eler.gif") no-repeat;
	width: 106px;
	height: 36px;
	display: block;
}
#elerhetoseg a span { display: none; }

#lemezek a {
	background: url("images/lemezek.gif") no-repeat;
	width: 106px;
	height: 36px;
	display: block;
}
#lemezek a span { display: none; }

*/


.lemez {
	display: block;
	width: 600px;
	padding:0 0 0 90px;
	float: left;
}

.lemez p { 
font : normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
line-height : 150%;
text-align : left;
color: #fff;
margin: 0;
float: left;
}

.szamcimek {  margin: 0;  float: left; width: 300px;} 

.lemez ul li a {
	list-style: none;
	font : normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #fff;
	margin: 0;
	padding-right: 15px;
	padding-left: 0;	
}

.lemez ul li  {list-style: none; width: 320px; background : url("images/sound.png") right no-repeat; border-bottom: 1px solid #fff;}

.lemezkep img {float: left; margin-right: 20px; border: 2 px solid #fff;} 

.ismerteto { text-align: left;} 


/*form---------------------------------*/

form {
	border: 0;
	width: 750px;
	text-align: left;
}


Label {
	width: 350px;
	height: 25px;
	text-align: right;
	display: block;
	color: #fff;
	font-weight: bold;
	float: left;
	border: 0;
	padding-right: 15px;
	
}


input textarea {
color: #666;
border: 0px solid #fff;
margin-bottom: 5px;
width: 300px;
} 
 
 
.submit input {
      color: #fff;
	  background: #ff9900;
	  width: 150px;	  
	  margin-left: 400px;
}

Fieldset {  
      width: 850px;
	  border: 0; 
}

/*  
  
.chk{
text-align: left;
border: 0;} 

*/
p img { float: right; margin-left: 20px; }

leftimage img { float: left; }

#video { margin-left: 75px; }

.noborder a img { border: 0; margin-left: 35px; }
