body{
  background-color: rgb(32,32,32);
  color: white;
  font-family: arial;
  margin: 0px;
  margin-top: 15px;
}
form{
  padding: 0px;
  margin: 0px;
}
#container{
  text-align: center;
}
#container #content{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
#page_title{  
  width: 100%;
  text-align: left;
}
#page_title h2{
  font-size: 20px;  
  color: rgb(255,204,0);
}
#header{  
  background-image: url(pics/header.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  border: 1px rgb(64,64,64) solid;
  text-align: left;
  text-indent: 10px;  
}
#header img{
  border: 0px;
  vertical-align: middle;
}
#header a{
  font-size: 16px;
  color: rgb(204,255,0);
  text-decoration: none;
  font-weight: bold;    
  padding-left: 1px;
  padding-right: 1px;
}
#header a:hover{
  background-image: url(pics/sel.jpg);
  background-repeat: repeat-x;
  background-position: left center;  
  color: black;
  font-weight: bold;  
}

/*Lista*/
.drow, .row0, .row1{
  float: left;
  width: 193px;
  height: 150px;  
  border: 1px rgb(44,44,44) solid;  
  margin: 2px;
  overflow: hidden;  
}
.row0 a, .row1 a{
  text-decoration: none;
  color: rgb(204,255,0);
  font-size: 14px;
  padding-left: 1px;
  padding-right: 1px;
}
.drow:hover, .row0:hover, .row1:hover{
  background-color: rgb(36,36,36);
}

.drow a{
  text-decoration: none;
  color: rgb(0,153,255);
  font-size: 14px; 
  padding-left: 1px;
  padding-right: 1px; 
}
.drow a:hover, .row0 a:hover, .row1 a:hover{
  background-image: url(pics/sel.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;  
  color: black;
  font-weight: bold; 
}

.drow .i, .row0 .i, .row1 .i{
  text-align: center;  
  min-height: 36px;
  vertical-align: middle;
  width: 100%;
}
.drow .i img, .row0 .i img, .row1 .i img{
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.drow .f, .row0 .f, .row1 .f{
  clear: both;
  width: 180px;
  margin-bottom: 2px;
}
.drow .f h2, .row0 .f h2, .row1 .f h2{
  font-size: 12px;  
  margin: 0px;
  padding: 0px;
}
.drow .f h3, .row0 .f h3, .row1 .f h3{
  font-size: 10px;
  color: rgb(255,255,153);
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.drow .s, .row0 .s, .row1 .s{
  font-size: 12px;
  color: white;
}
.drow .d, .row0 .d, .row1 .d{
  font-size: 11px;
  color: rgb(128,128,128);
}
.drow .t, .row0 .t, .row1 .t{
  font-size: 12px;
  color: rgb(80,80,80);
}
/*Footer*/
#footer{
  float: left;
  width: 1000px;
}
#footer .l{
  float: left;  
  text-align: left;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
#footer .l a{
  text-decoration: none;
	font-size: 10px;
	color: rgb(255,153,0);
	font-variant: small-caps;	
}
#footer .r{
  width: 50%;
  text-align: right;
  float: right;
  font-size: 12px;
  color: rgb(96,96,96);
}


/*Uploader*/
#uploader{
  clear: both;  
  position: absolute;
  top: 28px;
  left: 0px;
  width: 99%;
  text-align: center;
  font-size: 14px;  
}
#uploader a{
  color: rgb(0,153,255);
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#uploader a:hover{ color: rgb(204,255,0); }
#uploader form{  
  clear: both;  
  margin: 0px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 0px;
  border: 0px;  
  padding-top: 6px;
  padding-right: 15px;  
  background-image: url(pics/upload.jpg);
  background-repeat: no-repeat;
  background-position: right top;  
}
#uploader form input{
  height: 20px;  
  font-size: 12px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;  
  opacity: 0.7;  
}



/*kaõcsolodó linkek*/
#more_link{
  clear: both;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
#more_link a{
  color: rgb(64,64,64);
  text-decoration: none;
}
#more_link a:hover{ color: white; }
#more_link #ml_title{
  display: none;
  width: 0px;
}
#more_link ul{
  list-style-type: none;
  list-style-image: url(pics/arrow.gif);
}


/*Error lapok*/
#error_page{
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-align: center;
  top: 30%;
}
#error_page a{
  color: rgb(204,255,0);
  text-decoration: none;
}
#error_page a:hover{
  border-bottom: 1px dashed rgb(204,255,0);
}
#error_page #error_box{
  background-image: url(pics/header.jpg);
  background-repeat: repeat-x;
  background-position: left top;    
  width: 500px;
  
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: arial;  
  padding-top: 20px;  
}
#error_page #error_box #title{  
  width: 500px;
  background-color: white;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  color: black;  
}
#error_page #error_box #title img{
  vertical-align: middle;
  padding-left: 15px;  
}
#error_page hr{
  height: 1px;
  border: 0px;
  background-color: rgb(96,96,96);
}
