/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

div.moduletable h2,
.componentheading {
	font-size: 130%;
}

.contentheading {
	font-size: 200%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
		color: #1D2D45;
}

div#top {
	color: #666;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

div.moduletable h2,
div.moduletable-hilite1 h2,
div.mdouletable-hilite2 h2,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h2,
.componentheading {
	/* see style css */
}

a:link,
a:visited {
	/* color: see style css */
	color: #072235;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	background: #e2e2e2 url(images/bg.png) 0 0 repeat-x;
}

div#wrapper {
	margin: 0 auto;
	width: 830px;
  padding-top: 30px;
}

div#header {
	background: url(images/header-bg.png) 0 0 repeat-x;
}

div#header .rk-1 {
	background:  url(images/header-r.png) 100% 0 no-repeat;
}

div#header .rk-2 {
	background:  url(images/header-l.png) 0 0 no-repeat;
	height: 153px;
	overflow: hidden;
}

img#logo {
    /*margin-bottom: -4px;  */
    /*
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;     */
	/*background: url(images/logo.png) 0 0 no-repeat;*/
}

div#top {
	margin-left:  520px;
	height: 139px;
	font-style: italic;
}

div#top .padding {
	padding:  15px;
}

div#horiz-menu {
    margin-left: 21px;
    margin-top: -78px;
    position: absolute;
}

table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}

td.mainbody {
	background: #fff;
}

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.right .padding {
	padding: 15px;
}

td.mainbody .padding {
	padding: 15px 25px;
}

td.right {
	background: #EEF6FF url(images/col-divider.png) 0 0 repeat-y;
	width: 255px;
}

div#bottom {
	/*background: url(images/bottom-bg.png) 0 0 repeat-x; */
	/*height: 118px; */
}

div#footer {
    background: url("images/logo-bottom.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: table-cell;
    height: 113px;
    text-align: center;
    vertical-align: bottom;
    width: 830px;

    
}

div#footer .rk-1 {
	background: url(images/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(images/footer-l.png) 0 0 no-repeat;
	height: 105px;
	overflow: hidden;
}

div#the-footer {
	/*background: url(images/footer-rocket.png) 50% 0 no-repeat; */
	text-align: center;
	background-color: #f7f7f7;
}

img#rocket {
	width: 150px;
	height: 50px;
}


/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(images/menu-divider.png) 100% 0 repeat-y;
}

html.js body#page_bg.lightbox-processed div#wrapper div#horiz-menu div#navigation.menu div#primary.clear-block ul.links li.menu-1623{
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
  background: none;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 60px;
    line-height: 25px;
    margin-bottom: -31px;
    margin-top: -11px;
    padding: 15px 0 0;
    text-align: center;
    text-decoration: none;
    width: 132px;
}

div#horiz-menu a:hover {
	background: url(images/menu_over_bg.png) 100% 0 no-repeat;
  display: block;
}

/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h2 {
	color: #121A28;
	border-bottom: 3px solid #e7e7e7;
	padding: 3px 0;
}

td.right div.moduletable {
	color: #121A28;
}

td.right div.moduletable h2 {
	border-bottom: 3px solid #D2E0F2;
}

div#bottom div.moduletable {
	color: #ccc;
}

div#bottom div.moduletable h2 {
	border-bottom: 3px solid #243959;
	color: #fff;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #1d3a4f;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(images/menu-bullet.png) 0 0 no-repeat;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

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


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

/* @end */

/* @end */


/* DRUPAL-SPECIFIC ADDITIONS */
table {
  border-collapse: separate;
}
tbody {
  border-top: none;
}
#top_left {
  /* padding: 15px; */
  width: 264px;
}
#top_right {
  /* padding: 15px 15px 15px 0px; */
  width: 264px;
}
td.right div.moduletable h2 {
	text-transform: capitalize;
}
#top_left ul, #top_right ul {
  padding-left: 40px;
}
ul.menu li {
  list-style-image: none;
  list-style-type: none;
}
ul.menu li a {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(images/menu-bullet.png) 0 0 no-repeat;
}
ul.menu li ul.menu li {
  padding-left: 25px;
}
.block ul {
  padding: 0;
}
ul.menu li {
  margin: 0;
}
li.collapsed, li.leaf {
  padding: 0;
}
#header-region {
	font-weight: bold;
}
tbody h2 {
  margin-left: -2px;
}
tbody h2 a:link, tbody h2 a:visited {
  color: #1d3a4f;
}
.terms {
  margin-left: -3px;
}
ul.links li {
  padding: 0 1em 0 0;
}

.kepek{
  float: left;
  margin: 5px;
}

#edit-body{
  background: #fff;
}

#also_csik{
	/*   background: url("images/bg_bottom.png") repeat-x scroll center bottom transparent;     */    
}

#contact_bottom{
    height: 69px;
    padding-left: 20px;               
}

#contact_bottom_mail{
    float: left;
    padding-right: 72px;              
}

#contact_bottom_tel{
    float: left;
    padding-right: 37px;              
}

#contact_bottom_at{             
}

#views_slideshow_singleframe_main_galeria-page_1{
    padding-left: 146px;                                                
}

.views-slideshow-controls-bottom{
    text-align: center;                                            
}

.activeSlide{
    font-size: 14px;
    font-weight: bold;           
}

.arak_tabla{
  border: 1px solid;
  border-color: #e3e3e3;           
}

#reg_urlap_nev{
    float: left;
    width: 145px;               
}

#reg_urlap_nev_bizt{
    float: left;
    width: 170px;               
}

#reg_urlap_nev_mod{
    float: left;
    width: 145px; 
    padding-top: 10px;              
}

#reg_csoportok{
    border: 1px solid #A2A2A2;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    width: 391px; 
    margin-bottom: 20px;            
}

#reg_urlap_nev_lev{
    float: left;
    width: 200px;  
}

#reg_select{
            
}

#reg_select_mod{
    padding-top: 10px;            
}

#reg_piros{
  float: left;
  color: #ff0000;          
}

#reg_piros_mod{
  float: left;
  color: #ff0000;   
  padding-top: 10px;             
}

#reg_check{
  width: 23px;            
}

#akcio-reszletek{
    background: url("images/reszletek.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin-left: 600px;
    margin-top: 31px;
    padding-left: 13px;
    padding-top: 7px;
    position: absolute;
    text-align: start;
    width: 113px;  
}    

#sticky #akcio-reszletek{
    background: url("images/reszletek.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin-left: 482px;
    margin-top: 31px;
    padding-left: 13px;
    padding-top: 7px;
    position: absolute;
    text-align: start;
    width: 113px;   
}

#arak_sor{
    border: 2px solid #C2C2C2;
    height: 192px;
    margin-top: 30px;
    padding: 13px;
    margin-bottom: 50px;
}

#arak_kep{
  float: left;
}

#arak_cim{
    font-size: 20px;
    padding-top: 11px;  
}

#arak_szoveg{
    padding-top: 120px;
    text-align: justify;
}

#arak_ar{
    position: absolute; 
    float: left;
    padding-left: 313px;
    padding-right: 103px;
    padding-top: 42px;
    font-size: 19px;
    font-weight: bold;
}

#partnerek a{
    color: #FFFFFF;
    float: right;
    margin-right: 74px;
    margin-top: -19px;          
}

#magyarazat1{
    background-color: #FBF266;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #303030;
    font-size: 12px;
    margin-left: 424px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
    border-bottom: 1px solid #A3A3A3;
        margin-top: -20px;
}


#magyarazat2{
    background-color: #FBF266;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #303030;
    font-size: 12px;
    margin-left: 424px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
        margin-top: -97px;
}

#magyarazat3{
    background-color: #FBF266;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #303030;
    font-size: 12px;
    margin-left: 424px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
        margin-top: -25px;
}

#magyarazat4{
    background-color: #FBF266;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #303030;
    font-size: 12px;
    margin-left: 424px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
    border-bottom: 1px solid #A3A3A3;
        margin-top: -8px;
}

#magyarazat5{
    background-color: #FBF266;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #303030;
    font-size: 12px;
    margin-left: 424px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
    border-bottom: 1px solid #A3A3A3;
        margin-top: 1px;
}

#magyarazat6{
    background-color: #FBF266;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #303030;
    font-size: 12px;
    margin-left: 424px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
    border-bottom: 1px solid #A3A3A3;
        margin-top: -137px;
}

#magyarazat_nyil1{
    margin-left: 352px;
    margin-top: -14px;
    position: absolute;              
}

#magyarazat_nyil2{
    margin-left: 352px;
    margin-top: 0px;
    position: absolute;              
}

#magyarazat_nyil3{
    margin-left: 352px;
    margin-top: 7px;
    position: absolute;              
}

#magyarazat_nyil4{
    margin-left: 352px;
    margin-top: -114px;
    position: absolute;              
}

#aszf{
     
}

#reg_csoportok_aszf{
    border: 2px solid #FF0000;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 391px;
    font-weight: bold;             
}


     
     .messages.error{
  display: none;
}