/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,/*p,*/blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { 
  border:0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0px;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
/* reset end*/

/* base */

/* base.css, part of YUI's CSS Foundation */
h1 {
  /*18px via YUI Fonts CSS foundation*/
  font-size:138.5%;  
}
h2 {
  /*16px via YUI Fonts CSS foundation*/
  font-size:123.1%; 
}
h3 {
  /*14px via YUI Fonts CSS foundation*/
  font-size:108%;  
}
h1,h2,h3 {
  /* top & bottom margin based on font size */
  margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
  /*bringing boldness back to headers and the strong element*/
  font-weight:bold; 
}
abbr,acronym {
  /*indicating to users that more info is available */
  border-bottom:1px dotted #000;
  cursor:help;
} 
em {
  /*bringing italics back to the em element*/
  font-style:italic;
}
blockquote,ul,ol,dl {
  /*giving blockquotes and lists room to breath*/
  margin:0;
}
ol,ul,dl {
  /*bringing lists on to the page with breathing room */
  margin-left:0;
}
ol li {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;  
}
ul li {
  /*giving UL's LIs generated disc markers*/
  /*list-style: disc outside;*/
}
dl dd {
  /*giving UL's LIs generated numbers*/
  margin-left:1em;
}
th,td {
  /*borders and padding to make the table readable*/
  border:  0;
  padding:  0;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:center;
}
caption {
  /*coordinated marking to match cell's padding*/
  margin-bottom:.5em;
  /*centered so it doesn't blend in to other content*/
  text-align:center;
}
p,fieldset,table {
  /*so things don't run into each other*/
  margin-bottom: 0;
}

/* base end */

/* Alapbeállítások */

body {
  font-size: 12px;
  font-family: Arial;
  background-color: #EEECEC;
}

b {
  font-size: 100%;
}

#maincontainer {
  width: 1000px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  /*background-color: #EEECEC;*/
}

#topsection {
  height: 378px; /*Height of top section*/
  padding: 0 16px;
  
  position:relative;
}

#contentwrapper {
}

#contentcolumn {
  float: left;
  width: 660px;
  margin-right: 16px;
}

#rightcolumn {
  float: left;
  width: 320px;
  text-align: justify;
}
#rightcolumn .tartalmak_box_cim {
  text-align: left;
}
#footer {
  margin: 0 16px;
  height: 168px;
}

/* Alapbeállítások  vége*/


/* Fejléc beállítások */
#bg0 {
  background: url(../img/front_szeptember.png) no-repeat top;
}

#bg1{
  background:url(../img/back1.png) top repeat-x;
}

#bg2{
  background:url(../img/back2.png) top repeat-x;
}

#bg3{
  background:url(../img/back3.png) top repeat-x;
}

#sun {
  position:absolute;
  top:175px;
  left: 78px;
}

/* Fejléc beállítások vége*/

/* Lábléc beállítások */
#bg4 {
  background: url(../img/back_footer.png) repeat-x bottom;
}
/* Lábléc beállítások vége */


/* box beállítások */
  .box {
    border: 1px solid #C6C6C6;
    background-color: #FFFFFF;
    margin-bottom: 18px;
    
  }
  .box_header {
    background: url('../img/box_fejlec.gif') repeat-x;
    color: #4F4F4F;
    height: 52px;
    margin: 2px;
    font-size: 24px;
    line-height: 45px;
    font-family: 'Comic Sans MS';
    padding: 0 0 0 25px;
  }
  
    .box_header_content {
    }
  
    .box_header_content a{
      color: #4F4F4F;
      text-decoration: none;
    }
    .box_header_content .box_header_content_datum {
      background-color: #B5D71D;
      color: #FFFFFF;
      padding: 5px 25px 5px 10px;
      float: right;
      font-size: 12px;
      line-height: 12px;
      margin-top: 11px;
    }
    
    .box_header_content .box_header_content_cim {
      float: left;
    }
    
  .box_content {
    padding: 0 25px;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 5px;
  }
  .box_footer {
    background: url('../img/box_fejlec.gif') repeat-x;
    color: #4F4F4F;
    height: 34px;
    margin: 2px;
    font-size: 24px;
    line-height: 45px;
    font-family: 'Comic Sans MS';
    padding: 0 25px;
    clear: both;
  }
  
/* box beállítások  vége*/

/* bal oszlop box  */

#rightcolumn .box_header {
  background: url('../img/box_fejlec_jobb.gif') repeat-x;
  color: #4F4F4F;
  height: 45px;
  font-size: 18px;
  padding: 0 25px;
  border-bottom: 1px solid #C6C6C6;
}

#rightcolumn .box_content {
  padding: 10px 20px 0;
  border: 0;
}

#rightcolumn .box_footer {
  padding: 0 25px;
  background: none;
  height: 1px;
}
/* bal oszlop box  vége*/

/* header menu */

#headermenu {
  height: 41px;
  font-size: 17px;
  letter-spacing: 1px;
  position:absolute;
  top:308px;
}
  #headermenu ul{
    list-style: none;
    margin: 0;
  }
  #headermenu li{
    display: block;
    float: left;
    padding: 8px 0;
    width: 125px;
    text-align: center;
    color: #8BAE00;
    font-family: 'Comic Sans MS';
  }
  
  #headermenu li.first {
    background: none;
    border-left: 0;
  }
  #headermenu li a {
    color: #8BAE00;
    text-decoration: none;
  }
#headermenu li.active,#headermenu li:hover  {
    background: url('../img/menu_hatter.gif') repeat-x;
  }
  #headermenu li.active a,#headermenu li:hover a{
    color: #FFFFFF;
    text-decoration: none;
  }
  #headermenu li.active a:hover,#headermenu li:hover a:hover{
    color: #FFFFFF !important;
    text-decoration: none;
  }
/* header menu vége */

.box_footer .gombok {
  float: right;
}

.box_footer .gombok a {
  width: 37px;
  height: 34px;
  display: block;
  text-decoration: none;
  float: left;
  margin-left: 5px;
}

.box_footer_hozzaszolas {
  background: url('../img/gombok.png') no-repeat;
}

.box_footer_nyomtatas {
  background: url('../img/gombok.png') no-repeat -47px 0;
}

.box_footer_email {
  background: url('../img/gombok.png') no-repeat -93px 0;
}

.box_footer_twitter {
  background: url('../img/gombok.png') no-repeat -139px 0;
}

.box_footer_facebook {
  background: url('../img/gombok.png') no-repeat -186px 0;
}

.box_footer_google_reader {
  background: url('../img/gombok.png') no-repeat -234px 0;
}

#maincontainer a {
  color: #959595;
  text-decoration: none;
}




/* admin oldali beállításokhoz */
.portalcolumn .box_header_content {
  width: 80%;
}

.portalcolumn .options {
  display: block;
  float: right;
  margin: 5px;
}


.portalcolumn td,.osszetett_tartalom td {
  padding: 0 5px 0 0;
  vertical-align:top;
}

#kibomlotermekkatlista li{
  list-style: none;
}








.cimkek {
  font-size: 90%;
}
.cimkek ul{
  font-size: 110%;
}
.notify-text {
    font-size: 80%;
}
.notify {
    min-height: 40px !important;
}
.eventFull .title {
    font-size: 18px;
    font-weight: bold;
    /*margin-bottom: 10px;
*/
}
.img-left {
    float:left;
    margin:0pt 10px 5px 0pt;
}

.img-right {
    float:right;
    margin:0pt 5px 10px 0pt;
}
.cimkeTartalom .title a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.EsemenyTartalom .title a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
#events .disc p, #events .full p {
    /*font-size: 14px;*/
    margin: 0 0 18px;
    padding: 0px;
    text-align: justify;
}
#temafigyeles {
/*    float: none;
*/
}
.cimkekUl {
    margin-left: 40px;
    margin-top:-15px
}
.cimkek {
    display: block;
    color: #8BAE00 !important;
}

.cimkek a{
    color: #959595 !important;
    text-decoration: underline;
}

.cimkek a:hover{
    text-decoration: none;
}

#hozzaszolasHozzadas #hozzaszol {
    float:right;
}
#hozzaszolasHozzadas .magyarazat {
    margin-top: 20px;
}

#hozzaszolasokBox {
    width:175px;
}
* html #hozzaszolasokBox {
    width:190px;
}

#hozzaszolasokBox .frissHozzaszolasok li {
    margin-left: 0.5em;
}

stripe {
  float:left;
  height: 10px;
  width: 11px;
  background: url(/img/ilovepecs_esemenyikonok.gif) !important;
}

.category_1 .stripe {
    background-position: 0px 0px !important;
}
.category_2 .stripe {
  background-position: -12px 0 !important;
}

.category_3 .stripe {
  background-position: -26px 0 !important;
}

.category_4 .stripe {
  background-position: -38px 0 !important;
}

.content .stripe {
    margin: 3px 5px 0 0;
}

.eventFull .disc {
    font-size: 14px;
    margin: 0 0 18px;
    padding: 0px;
    text-align: justify;
}

.eventTimes {
    font-size: 80%;
}

.esemenyKategoriaSzuro ul {
    float: left;
    margin: 0 auto;
    width: 100%;
}

.esemenySzuroKategoriak {
    text-align: center;
    width:100%;
    folat:left;
}

.esemenySzuroKategoriak div,.esemenySzuroKategoriak span {
    display: inline !important;
    float: none !important;
}

.esemenySzuroKategoriak div {
    padding: 0 8px !important;
}

.esemenyKategoriaSzuro{
    float:left;
    width:100%;
}


#hozzaszolasHozzadas input, #hozzaszolasHozzadas select { 
    width: 210px;
}

#hozzaszolasHozzadas .szoveg {
    width: 310px;
}



.termekbox .top {
    font-size:12px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tartalmak_box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom:1px dotted #CDCDCD;
}
.tartalmak_box_cim h2{
  margin-top: 0;
  color: #8BAE00;
}

.tartalmak_box_cim h2 a{
  color: #8BAE00;
  text-decoration: none;
}

.tartalmak_box_cimkek {
  padding: 5px 0;
  margin: 5px 0;
  border-bottom:1px dotted #CDCDCD;
  border-top:1px dotted #CDCDCD;
}



#contentcolumn_center .tartalmak_box_cim h2 {
  font-size: 100%;
}



/* menü megjelenítő box */
#rightcolumn .box.menumegjelenito .menupontok {
  list-style: disc outside;
  color: #B5D71D;
  font-size: 9px;
  line-height: 20px;
}
#rightcolumn .box.menumegjelenito .menupontok a{
  color: #959595;
  font-size: 13px;
  vertical-align:middle;
  
}
/* menü megjelenítő box vége*/


/* Tartalommegjelenitő*/

#contentcolumn {
  border: 1px solid #C6C6C6;
  background-color: #FFFFFF;
}

#contentcolumn .tartalom_pozicio {
  background: url('../img/box_fejlec.gif') repeat-x;
  color: #4F4F4F;
  height: 44px;
  margin: 2px;
  line-height: 45px;
  font-family: 'Comic Sans MS';
  padding: 0 0 0 25px;
  float: none;
}

#contentcolumn #tartalmak {
    background: url('../img/box_fejlec.gif') repeat-x bottom;
    margin: 2px;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 46px;
  }
  
#tartalmak_tartalmak_lista {
  margin: 0 10px;
}

.tartalmak_elozo_kovetkezo {
  margin-top: -30px;
width: auto;
}

.tartalmak_elozo {
  text-align: right;
}

/* Tartalommegjelenitő vége*/


/* hasznos infok képecske */
.hasznos_infok .box_header_content{
  background: url('../img/hasznosinfok.png') no-repeat left center;
  padding-left: 35px;
}
.hasznos_infok .box_header{
  padding-left: 5px !important;
}
#rightcolumn .menumegjelenito .box_content {
  padding-left: 30px;
}
/* hasznos infok képecske vége*/

/* friss tartalmak infok képecske */
#rightcolumn .tartalommegjelenito .box_header_content{
  background: url('../img/programok.png') no-repeat left center;
  padding-left: 35px;
}
#rightcolumn .tartalommegjelenito .box_header{
  padding-left: 5px !important;
}
/* friss tartalmak infok képecske vége */

/* kulturkák képecske */
.kulturkak .box_header_content{
  background: url('../img/kult_ikon.png') no-repeat left center;
  padding-left: 35px;
}
.kulturkak .box_header{
  padding-left: 5px !important;
}
/* kulturkák  képecske vége*/




#contentcolumn_center .tartalmak_box_cim h2 {
  font-size: 100%;
}

#contentcolumn .tartalommegjelenito {
  margin: 5px 0 5px 5px;
}



.kereses {
  font-size:90%;
  margin:20px 0;
  text-align:center;
}

a:hover {
  color:#B5D71D !important;
  text-decoration:none;
}

.tartalmak_hozzaszolasok {
margin-bottom: 25px;
}

#tartalmak_kategoriak {
  padding: 5px 10px;
  text-align: justify;
}

.banner {
  text-align: center;
}

.tartalommegjelenito .box_header_content a, .tartalmak_box_cim a{
  color:  #8BAE00 !important;
}

.tartalmak_kovetkezo {
  width: auto;
  margin-right: 10px;
}
.tartalmak_elozo {
  width: auto;
  margin: 0 10px;

}

#tartalmak  .tartalmak_cim h2 {
  font-family:'Comic Sans MS';
  font-size:22px;
  line-height:45px;
  color:#8BAE00 !important;
}

.tartalmak_box .img img {
  border: 1px solid #C6C6C6;
}



/* eseménynaptár */
#iLovePecs_esemeny_naptar {
    width:660px;
}

#iLovePecs_esemenyek_napok {
    margin-left: 4px;
}

#iLovePecs_esemenyek_napok a{
    background: url("/esemenynaptar/web/img/kibomlo/fejlec_kulturka.png") repeat-x scroll 0 0 #EDEDED;
    width: 69px;
    color: #4F4F4F;
    border: 1px solid #C5C5C5;
}
#iLovePecs_esemenyek_napok a.kiemelt {
    color: #fff;
    background: #B5D71D;
}

#iLovePecs_esemenyek_navigacio  {
    background: url("/esemenynaptar/web/img/kibomlo/fejlec_kulturka.png") repeat-x scroll 0 0 #EDEDED;
    border: 1px solid #C5C5C5;
}

.elsoSzin {
    color: #4F4F4F;
}

.elsoSzin {
    color: #4F4F4F;
}

.masodikSzin {
    color: #000;
}
.harmadikSzin {
    color: #8BAE00;
}

#iLovePecs_esemeny_naptar dd.nyitott {
    background-color: #B5D71D;
}

#iLovePecs_esemeny_naptar dd:hover.ilp_esemeny {
    background-color: #B5D71D;
}
#iLovePecs_esemeny_naptar dd.nyitott .elsoSzin {
    color: #fff;
}

#iLovePecs_esemeny_naptar dd:hover.ilp_esemeny  .elsoSzin{
    color: #fff;
}

#iLovePecs_esemeny_naptar .ilp_esemeny_tartalom {
    background-color: #FDFDFD;
}

#iLovePecs_esemeny_naptar dd:hover.ilp_esemeny_tartalom{
    background-color: #F9F8F8 !important;
}

#iLovePecs_esemeny_naptar .ilp_esemeny_tartalom ul {
    list-style:disc outside url("/esemenynaptar/web/img/kibomlo/lista_kulturka.gif");
}




#esemenyKategoriaSzuro {
    background: url("/esemenynaptar/web/img/kibomlo/fejlec_kulturka.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
}

#esemenyKategoriaSzuro .szuroTitle {
    border-bottom:1px solid #E6E6E6;
}

#iLovePecs_esemenyek_cim {
    background: url("/esemenynaptar/web/img/kibomlo/fejlec_kulturka.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
}

#iLovePecs_esemenyek_nyelvvalaszto {
    background: url("/esemenynaptar/web/img/kibomlo/fejlec_kulturka.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
}
#iLovePecs_esemeny_fejlec * {
    color:#4F4F4F !important;
}

#esemenyKategoriaSzuro * {
    color:#4F4F4F !important;
}

#iLovePecs_esemenyek_nyelvvalaszto span.aktiv {
    color:#B5D71D !important;
}

#esemenyKategoriak li.checked div.check_div{
    background-image: url('/esemenynaptar/web/img/kibomlo/plus_green.png');
}

.szuroNyilBal,.szuroNyilJobb {
    background-image: url('/esemenynaptar/web/img/kibomlo/arrow_green.png');
}

#esemenyKategoriak li div.check_div{
  margin: 6px 0 6px 6px;
}

#esemenyKategoriak li span {
    padding: 5px;
}
/* eseménynaptár vége */


#kulturkaISSUU {
 /* border: 1px solid red;*/
  display: block;
  width: 250px;
  height: 300px;
  margin-left: 330px;
}

/* eseménynaptár bellül */

.event-list-top {
  background-image: url("../img/box_fejlec.gif");
  height: 45px;
  
}  

.event-list-top-left{
  background: none;
  padding:6px 5px 0 10px;
}

.event-list-top-right{
  background: none;
  padding: 5px 0;
  color:#4F4F4F;
  font-size:18px;
  font-family:'Comic Sans MS';
}

.event-list-content #ertekeles {
  margin-right: 17px;
}

#eventTimes .helyszin .scrollable {
  margin-bottom: 10px;
  width: 625px;
  
}

#eventTimes .scrollable div.items {
  width:578px !important;
}

.event-list-content {
  border: 0;
}

.eventFull {
  margin: 0 10px 20px;
}

#events .hozzaszolasok {
  margin: 0 10px 20px;
}

#hozzaszolasHozzadas .hozzaszolasEgyeb {
  margin-top: -5px;
}

/* eseménynaptár bellül vége */

.tartalmak_box td.img {
  padding-right: 10px;
}

.msgbox, .msg {
  margin: 10px;
  width: 97% !important;
  border: none !important;
}
.kepmegjelenito .box_footer {
  height:15px;
}
#rightcolumn .kepmegjelenito .box_content {
  padding-bottom:15px;
}
#rightcolumn .videol .box_header_content {
  margin-left: -20px; 
  background: url('../img/videol_icon.png') no-repeat left center;
  padding-left: 35px;
}

#rightcolumn .piknikpark .box_header_content {
  margin-left: -20px; 
  background: url('../img/piknik_icon.png') no-repeat left center;
  padding-left: 35px;
}

