body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #EDE5D0;
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-x;
 background-position: 0 0;   
 text-align: left;
 color: #878183;
}

body, input, select, textarea {
 font-family: tahoma, verdana, arial, sans-serif;
 font-size: 75%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}



/* Karakterkészlet */

h1,h2,h3,h4,h5,h6 {
 font-family: tahoma, verdana, arial, sans-serif;
}

h1 {
 font-size: 18px;
 font-weight: normal;
}

h2 {
 font-size: 18px;
 font-weight: normal;
 margin-bottom: 15px; 
}

h3 {
 font-size: 16px;
 font-weight: normal;
 margin-bottom: 15px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

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

a:hover {
 color: #E74914;
 text-decoration: none;
}



/* Űrlap elemek */

form {
 margin: 0;
 padding: 0;
}

input, select {
 background: #fff;
 border: 1px solid #A8A8A9;
 background-image: url(../images/input.gif);
 background-repeat: repeat-x; 
}

input {
 width: 110px;
 height: 14px; 
}

.selector {
 width: 110px;
}

.button {
 height: 16px;
 width: 54px;
 border: 1px solid #997d7d;
 padding: 0;
 margin: 0;
 background-image: url(../images/gomb_hatter.gif);
 background-repeat: repeat-x;
 color: #642625;
 cursor: pointer;
}

img.graf {
 border: 1px solid #DADADA !important;
 margin: 0 0 10px 0;
}



/* Tartó elemek */

#wrapper {
 position: relative;
 width: 730px;
 margin: 20px auto 5px auto;
 padding: 0; 
 border: 1px solid #B7AB8C;
 background-color: #D4CBB3;
}

#container {
 position: relative;
 width: 720px;
 margin: 5px;
 padding: 0; 
 background-color: #FCFBF9;
}

.left {
 float: left;
 }

.clear {
 font-size: 1px;
 text-indent: -9000px;
 clear: both;
}

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

#content {
 padding: 10px 10px 10px 10px;
} 

#content p {
 margin-bottom: 15px !important;
}



/* Lábléc*/

#footer {
 position: relative;
 width: 730px;
 height: 26px;
 margin: 0 auto 0 auto;
 padding: 0 10px 0 10px;
}

#footer p {
 width: 365px;
 text-align: right;
 float: left; 
 margin: 0;
 color: #726C5E;
}

#footer p.copyright {
 width: 365px;
 text-align: left;
 float: left;
 margin: 0; 
}



/* Fejléc */

#header {
 position: relative;
 padding: 90px 10px 0 10px;
 background-image: url(../images/head-bg.gif);
 background-repeat: no-repeat;
 background-position: center 124px;   
}

#header h1 {
 position: absolute;
 top: 20px;
 left: 30px;
}

#header h1 a {
 display: block;
 width: 195px;
 height: 48px;
 font-size: 1px;
 text-indent: -9000px;
 background-image: url(../images/logo.gif);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#header h1 a:hover {
 background-image: url(../images/logo.gif);
}

#header p.barDay, #header p.barNav {
 display: block;
 height: 18px;
 padding: 2px 5px 0 5px;
 background-image: url(../images/bar.gif);
 background-repeat: repeat-x;
 background-position: 0 0;   
}

#header p.barDay {
 margin-bottom: 128px;
 text-align: right;
} 

#header p.barNav {
 text-align: left;
} 

#header p.info {
 position: absolute;
 top: 20px;
 left: 410px;
 display: block;
 width: 300px;
 height: 60px;
 font-size: 90%;
 line-height: 1.5em;
 text-align: right;
}

#header .hotMenu {
 position: absolute;
 top: 110px;
 width: 700px;
}

#header .hotMenu img {
 width: 140px;
 height: 124px;
 border: 0;
 float: left;
}

#header .hotMenu .linkItem {
 display: block;
 border: 1px solid #f00;
}

#header .hotMenu .mask {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 700px;
 height: 124px;
 background-image: url(../images/mask.gif);
 background-repeat: no-repeat;
 background-position: 0 0;  
}

#header .hotMenu .links {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 700px;
 height: 124px; 
}

#header .hotMenu .links span {
 display: block;
 width: 140px;
 height: 124px;
 border: 0;
 float: left;
 cursor: pointer;
}

 

/* Menü */

#content .side {
 position: relative;
 top: -5px;
 width: 160px;
 float: left;
}

#content .side ul {
 margin: 0 10px 6px 0;
 padding: 6px 0px 5px 0px;
 background-color: #EDEAE3;
}

#content .side ul.nav {
 margin-left: 0px;
 padding-left: 10px;
}

#content .side li {
 margin-bottom: 3px;
 padding-left: 10px;
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 6px;    
}

#content .side li a.selected {
 background-image: url(../images/hr.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;     
}



/* Kereső */

#searchBox {
 width: 140px;
 height: 50px;
 text-align: center;
}

#searchBox input.text {
 width: 100px;
 height: 13px;
 padding-top: 2px;
 text-align: center;
}

#searchBox input.submit {
 position: relative;
 top: 1px;
 width: 20px;
 height: 17px;
}



/* Tartalmi rész */

#content .main {
 width: 530px;
 float: left; 
} 

#content .main h1 {
 margin-bottom: 10px;
} 



/* képek */

img {
 border: 0;
}

img.articleThumbnail {
 
}

img.articleBanner {
 margin-bottom: 15px;
}



/* Cikkek */

.imageHolder {
 width: 75px;
 margin: 2px 6px 3px 0;
 float: left;
}

.textHolder h3 {
 margin-bottom: 5px !important;
 font-size: 14px;
 font-weight: bold;
}

.galImageHolder {
 width: 140px;
 margin: 2px 10px 3px 0;
 float: left;
 padding: 7px 0 5px 0;
 text-align: center;
 background-color: #eee; 
}



/* Utólagos képi elemek */

.referenceImage {
  width: 148px;
  padding: 3px 0 0 0;
  margin: 0 0 10px 0;
  border: 10px #eee solid;
  text-align: center;
}

.referenceImage img {
	margin: 3px 0 5px 0px;
	border: 0;
}



/* Képlista */

.pictureItem {
 width: 160px;
 float: left;
}

.pictureItem .picture {
 width: 140px;
 height: 94px;
 margin-left: 10px;
 margin-bottom: 3px;
 padding: 7px 0 5px 0;
 text-align: center;
 background-color: #eee;
}

.pictureItem .text {
 min-height: 45px;
 _height: 45px;
 margin-bottom: 5px;
 padding: 0 5px 0 5px;
 text-align: center;
}

.pictureItem .picture img {
 border: 0;
}


