html { overflow-y: scroll; }
body { margin: 0; padding: 0; background: #FFF; color: #000; text-align: center; }
body, td { font-family: Tahoma, Verdana, sans-serif; font-size: 12px; line-height: 150%; }
input, select, textarea { font-family: Tahoma, Verdana, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a:link, a:visited { text-decoration: none; color: #0c2c77; }
form { display: inline; }
h1, .form_title { font-size: 20px; font-weight: bold; margin: 0; padding: 5px 0; }


div.success, div.error, div.info, div.notice { margin: 10px; padding: 8px 10px 10px 28px; }
div.success { background: #CDEFA6 url(/gfx/icon_success.gif) no-repeat 5px 10px; border: 1px solid #9BCC54; color: #648434; }
div.error { background: #FFD5D5 url(/gfx/icon_error.gif) no-repeat 5px 10px; border: 1px solid #FFACAD; color: #CF3738; }
div.info { background: #A8CDE3 url(/gfx/icon_info.gif) no-repeat 5px 10px; border: 1px solid #6ABCE2; color: #1C6B8B; }
div.notice { background: #FFF3A3 url(/gfx/icon_notice.gif) no-repeat 5px 10px; border: 1px solid #E7BD72; color: #B79000; }
span.error { color: #CF3738; }
.required { font-weight: bold; }
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; }
img.right { float: right; }

/*
#0c2c77
*/

h2{
    /*margin:0px;
	padding:0px;*/
    color:#fff;
    font-weight:bold;
    font-size:15px;
}

h3, h3 p{ 
    margin:0px;
    padding:0px;
    color:#fff;
    font-weight:bold;
    font-size:12px;
}

p {
    margin: 0;
    padding: 0;
    font-size:12px;
    color: #fff;
}

a, a:active, a:link, a:visited{
    font-size:12px;
    color: #fddc01;
    font-weight: bold;
}

a, img, input { outline: 0 none; }

.display{
    display:block;
}

a.display_not{
    display:none;
}

/* 7Tenger */

body{
    background: #0c2c77 url(/images/bg_body.png) no-repeat center 0;
}

#container{
    position:relative;
    width:980px;
    margin: 0px auto;
}

a#logo_link{
    background:url("/images/bg_header.png") no-repeat scroll center 0 #0C2C77;
    display:block;
    height:176px;
    width:980px;
}

/* header */

#header{
    margin:0 auto;
    position:relative;
    width:980px;
    height:235px;
}


#header_swf{
    margin:0 auto;
    width:920px;
    height: 178px;
    position:relative;
    top:-2px;
}

#header_bottom{
    margin: 7px 30px 0px 30px;
}

#header_bottom_main{
    margin: 0 10px;
    background:url("/images/bg_menu.png") repeat-x scroll 0 0 transparent;
    height: 51px;
}

#language_select{
    float: right;
    padding-top:15px;
    width:90px;
}

/* content */
#content{
    margin:10px 30px;
}

#content_left{
    width:690px;
    float: left;
}

#content_right{
    width:230px;
    float: right;
    min-height: 850px;
}



/* menu */
.menu_font{
    text-shadow:1px 1px blue;
    /*left:24px;
    position:absolute;
    z-index:100;*/
}
.menu_font_shadow{
    /*
    color:blue;
font-size:12px;
left:24px;
position:absolute;
top:2px;
z-index:1;
    */
}
#menu{
    float: left;
    height:51px;
    width:680px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    float: left;
    padding: 0px 0 0 0;
    height:51px;
    position:relative;
    width: 90px;
    /*background:url("/images/bg_menu.png") repeat-x scroll 0 0 transparent;*/
}
.menu_separator{
    width: 4px !important;
}

#menu li a:link,
#menu li a:visited {
    /*width: 114px;*/
    height:51px;
    display: block;
    color: #fddc01;
    font-weight: bold;
    text-decoration: none;
    /*padding: 0px 11px;*/
    margin: 0px;
    border: none;
    
    font-size: 12px;
    line-height: 51px;

}

.menu_active,
#menu li a:hover,
#menu li a:active {
    /*color: white;*/
    background: url(/images/menu_highlight.png) repeat-x;
}

/* dropdown menu */

#menu ul.subnav {
    position: absolute;
    top: 49px;
    left: 0px;
    padding-top: 1px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    display: none;
    z-index: 99999;
    width: 90px;
}

#menu ul.subnav li.subnav_item{

    height: 20px;
    line-height: 20px;
    margin: 0;
    /*width: 100%; eredeti*/
    width: 90px;
    text-align: left;
    background: #62b3dd;
}

#menu ul.subnav li a:link, #menu ul.subnav li a:visited{
    display: block;
    margin: 0;
    padding: 0 0px 0 10px;
    width: 100%;
    height: 100%;
    display:block;
    color: #fde100;
    font-size: 11px;
    font-family: Verdana;
    line-height:20px;

}

#menu ul.subnav li a:hover, #menu ul.subnav li a:active{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    /*color: #008ab8;*/
    background: #3088c0;
}

/*
#subnav_bottom {
    width: 117px;
    height: 9px;
    background: transparent url(/images/tt_subnav_alja.png) no-repeat;
} 
*/


/* main */

#main{
    color: white;
    margin: 0px 5px 0px 10px;
}

/* content_right */

.box_headers{
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #234978;
    padding:8px 0 0 15px;
    text-align:left;
}

#newsletter_box{
    background: transparent url(/images/bg_newsletter.png) no-repeat center 0;
    height: 135px;
}

#fresh_box{
    background: transparent url(/images/fresh_box.gif) no-repeat center 0;
    height: 230px;
}

#newsletter_box_header{

}
#newsletter_box_footer, #fresh_box_footer{
    text-align:left;
    margin:0 auto;
    width:220px;
}
#fresh_box_footer .fresh_content { padding: 5px 10px; }

#email,
#input_newsletter_email{
    border: 0px solid;
    background: transparent url(/images/input_newsletter.png) no-repeat;
    height:41px;
    width:201px;
    color: #385c6c;
    margin-left:10px;
    font-family:tahoma;
    font-size:12px;
    font-weight:normal;
    padding-left: 7px;
    line-height: 41px;
}

#contact_submit_button,
#nlsubscribe_submit_button,
#button_newsletter{
    background: transparent url(/images/button_newsletter.png) no-repeat;
    height:30px;
    width:108px;
    color: #234978;
    border: 0px solid;
    padding: 0px;
    cursor: pointer;
    font-family:tahoma;
    font-size:11px;
    font-weight:bold;
    margin-left:9px;
}

#nlsubscribe{
    /*margin-left:150px;*/
}

#nlsubscribe table{
    margin-left: 210px;
    text-align: left;
}
#nlsubscribe thead{
    display:none;
}

#nlsubscribe #newsletter_action{
    margin-left:10px;
}
/*
#nlsubscribe #email{
    width: 128px;
}
*/

#nlsubscribe #nlsubscribe_submit_button{
    margin-left:92px;
}


#eventcalendar_box{
    background: transparent url(/images/bg_eventcalendar.png) no-repeat center 0;
    margin-bottom: 10px;
}

#eventcalendar_box_header{
    height: 40px;
    position: relative;
}

#horgony{
    background: transparent url(/images/horgony.png) no-repeat;
    height: 50px;
    width: 37px;
    position: absolute;
    right:11px;
    top:5px;
}

#eventcalendar_box_center{

}

#eventcalendar_white_box{
    background: transparent url(/images/bg_shop_white.png) no-repeat center 0;
    height: 206px;
    width: 194px;
    margin:0 20px;
}

#eventcalendar_box_footer{

}


#shop_box2{
    background: transparent url(/images/bg_shop2.png) no-repeat center 0;
    height: 52px;
    width: 222px;
    margin:20px 0;
}

#shop_box_header .box_headers{
    padding-top:15px;
}

#shop_box{
    background: transparent url(/images/bg_shop.png) no-repeat center 0;
}

#shop_box_header{
    height: 50px;
}

#shop_white_box{
    background: transparent url(/images/bg_shop_white.png) no-repeat center 0;
    height: 206px;
    width: 194px;
    margin:0 20px;
}

#shop_white_box a{
    display:inline-block;
    margin:3px 1px;
}


#index_box{
    text-align: left;
    padding: 10px;
}

/* courses */
#course {

}

#course_header {
    background: transparent url(/images/bg_course_header.png) no-repeat;
    height: 133px;
    width: 679px;
}

#course_header_top {
}

#course_header_top_left {
    float: left;
    height: 90px;
    line-height: 90px;
    width: 539px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-left:15px;
}

#course_header_top_right {
    float: right;
    background: white;
    width: 120px;
    height: 89px;
    line-height: 90px;
}

#course_header_top_right img{
    display: block;
}

#course_header_bottom {}

#course_main {}

.course_main_top_text{
    padding: 0px 10px 30px 10px;
    text-align: left;
}

/* subpage */
#subpage {

}

#subpage_header {
    background: transparent url(/images/bg_subpage_header.png) no-repeat;
    height: 95px;
    width: 679px;
}

#subpage_header_top {
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-left:15px;
}

#subpage_header_top_left{
    width: 400px;
    float: left;
}

#subpage_header_top_right{
    width: 80px;
    float: right;
}

#subpage_header_top_right img{
    display: block;
}

#subpage_header_bottom {}

#subpage_main {}


/* dan */

#dan_content{

}

#dan_box{
    background: transparent url(/images/bg_course_dan.png) no-repeat;
    height: 293px;
    width: 221px;
    margin:0 auto;
    padding-top:35px;
}

/* ssi */
#ssi_content{

}

#ssi_content_left{
    float:left;
    width: 215px;
}

#ssi_content_center{
    float:left;
    width: 233px;
}

#ssi_content_right{
    float:left;
    width: 225px;
    position: relative;

}


#ssi_content_left_box{
    background: transparent url(/images/bg_course_ssi_left.png) no-repeat;
    height: 298px;
    width: 206px;
    margin:0 auto;
    padding-top:40px;
    margin-top:160px;
}

#ssi_content_center_box{
    background: transparent url(/images/bg_course_ssi_center.png) no-repeat;
    height: 298px;
    width: 233px;
    margin:0 auto;
    padding-top:40px;
    margin-top:260px;
}

#ssi_content_right_top_box{
    background: transparent url(/images/bg_course_ssi_right_top.png) no-repeat;
    height: 322px;
    width: 221px;
    margin:0 auto;
    padding-top:45px;

}

#ssi_content_right_top_box .course_text{
    padding: 4px;
}

#ssi_content_right_bottom_box{
    background: transparent url(/images/bg_course_ssi_right_bottom.png) no-repeat;
    height: 219px;
    width: 221px;
    margin:0 auto;
    padding-top:40px;
}


#ssi_special{
    font-family:Verdana;
    font-size:20px;
    position:absolute;
    right:26px;
    top:6px;
}


/* sdi */
#sdi_content{

}

#sdi_content_left{
    float:left;
    width: 300px;
}

#sdi_content_left_box{
    background: transparent url(/images/bg_course_sdi_left.png) no-repeat;
    height: 424px;
    width: 255px;
    padding-top: 35px;
    margin:105px 0 0 40px;
}

#sdi_content_right{
    float:left;
    width: 300px;
    position: relative;
}

#sdi_content_right_top_box{
    background: transparent url(/images/bg_course_sdi_right_top.png) no-repeat;
    height: 267px;
    width: 221px;
    padding-top: 50px;
    margin-left:50px;
}

#sdi_content_right_top_box .course_text{
    padding: 3px;
}

#sdi_content_right_center_box{
    background: transparent url(/images/bg_course_sdi_right_center.png) no-repeat;
    height: 95px;
    width: 221px;
    line-height:95px;
    margin-bottom: 5px;
}


#sdi_content_right_bottom_box{
    background: transparent url(/images/bg_course_sdi_right_bottom.png) no-repeat;
    height: 206px;
    width: 221px;
    padding-top:27px;
}

#sdi_special{
    font-family:Verdana;
    font-size:20px;
    position:absolute;
    right:56px;
    top:6px;
}

/* tdi */
#tdi_content{

}

#tdi_content_left{
    float:left;
    width: 300px;
    margin-left:65px;
}

#tdi_content_left_box{
    background: transparent url(/images/bg_course_tdi_left.png) no-repeat;
    height: 378px;
    width: 233px;
    padding-top:30px;
}

#tdi_content_right{
    float:left;
    width: 300px;
}

#tdi_content_right_top_box{
    background: transparent url(/images/bg_course_tdi_right_top.png) no-repeat;
    height: 163px;
    width: 221px;
    padding-top:20px;
}


#tdi_content_right_bottom_box{
    background: transparent url(/images/bg_course_tdi_right_bottom.png) no-repeat;
    height: 175px;
    width: 221px;
    padding-top:30px;
}


.course_text{}

.course_text a{
    height: 20px;
    display: block;
    color: white;
    font-size: 14px;
}

.course_triangle{
    background: transparent url(/images/triangle.png) no-repeat center center;
    height: 20px;
    margin:0 auto;
}

.course_triangle_red{
    background: transparent url(/images/triangle_red.png) no-repeat center center;
    height: 20px;
    margin:0 auto;
}

.course_triangle_blue{
    background: transparent url(/images/triangle_blue.png) no-repeat center center;
    height: 20px;
    margin:0 auto;
}

/* gallery */

.gallery_main{
    margin-left:10px;
}

.gallery_box{
    float:left;
    margin:10px 15px;
    width:300px;
}

.gallery_box_header{
    font-size:16px;
    font-weight:bold;
    margin:5px 0 15px;
    text-align: left;
}

.gallery_box_center{
    background: url(/images/bg_gallery_box.png) no-repeat;
    width: 300px;
    height: 179px;
}

.gallery_box_center_pic{
    background: white;
    width: 270px;
    height: 160px;
    margin:0 auto;
    position: relative;
    top: 15px;
    left: 0px;

}

.gallery_box_footer{}

.gallery_box_footer_links{
    margin:5px 10px;
}

.gallery_box_footer_links_left{
    width: 40px;
    height: 40px;
    float: left;
}

.gallery_box_footer_links_right{
    line-height: 40px;
    height: 40px;
    float: left;
    margin-left:10px;
}

.gallery_box_footer_links_right a{
    font-size:16px;
    font-weight:bold;
}


#event_main{
    text-align: left;
}

#course_main_doc{
    text-align: left;
}

/* news box */
.news_box{
    float:left;
    width: 200px;
    margin: 15px 10px;
}

.news_box_header{
    text-align: left;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
}

.news_box_center{}

.news_box_center_pic{
    width: 200px;
    height: 110px;
}

.news_box_center_intro{
    color: #b5e0ef !important;
    text-align: justify;
    font-size: 10px;
    height: 120px;
    overflow: hidden;
}

.news_box_center_intro p{
    color: #ffffff !important;
    font-size: 10px;
}

.news_box_footer{
    margin-top: 10px;
    text-align:right;
}

.news_box_footer a{
    color: #fbdb03;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}

.news_link_triangle{
    font-size:6px;
    left:0;
    position:relative;
    top:-1px;
}


.a_news_box{}

.a_news_box_header{}

.a_news_box_center{}

.a_news_box_center_pic{}

.a_news_box_center_full{
    text-align: left;
    margin:10px;
}

.a_news_box_center_full p{
    color: #ffffff !important;
    font-size: 10px;
}

.a_news_box_footer{
    float:right;
}

.button_back{
    background: url(/images/button_back.png) no-repeat;
    width: 69px;
    height:30px;
    line-height: 30px;
    float:right;
    text-align:center;
    margin-top: 10px;
}

.button_back a{
    color:#FBDB03 !important;
    font-size:11px;
    font-weight:bold;
    left:0;
    position:relative;
    top:-2px;
}

/* shop */

.shop_news_box{
    margin: 10px 10px 30px 10px;
    text-align: left;
}

.shop_news_box_header{}

.shop_news_box_center{}

.shop_news_box_center_pic{}

.shop_news_box_center_intro{}

.shop_news_box_center_intro p {
    color: #b5e0ef !important;
    font-size: 10px;
}

.shop_news_box_footer{}


#contact_main{
    color: white !important;
}

#contact_form{
    text-align:left;
    margin: 30px auto;
    width: 400px;
}

#contact_submit_button{
    margin-left:80px;
}

/* footer */
#footer{
    position:relative;
    width:980px;
    margin: 0 auto;
}

#footer_top{
    background: url(/images/bg_footer_logos.png) no-repeat center 0;
    width: 890px;
    min-height:78px;
    margin: 0 auto;
}

#footer_bottom{
    background: url(/images/bg_footer.png) no-repeat center 0;
    width:980px;
    min-height:86px;
    margin: 20px 0px;
}

#footer_links{
}

#footer_links a{
    display:inline-block;
    margin: 3px 0px 3px 130px;
}

#footer_links a:first-child
{
    margin: 3px 0px 3px 0px;
}

#logo_7even{
    text-align:right;
    position:absolute;
    right:50px;
    bottom:0px;
}

#logo_7even a{
    font-size:10px;
    color: #0178d3;
    line-height: 80%;
}


#maps_ifr{
    height:200px;
    width:270px;
}






/* to datepicker */
#datepicker {
    display:inline-block;
    height:170px;
    /*width:190px;*/
}

.datepicker_green {
    background: #009378;
    border: 0px solid #009378;
}

.datepicker_blue {
    background: #234978;
    border: 0px solid #234978;
}

.datepicker_orange {
    background: #f4b74b;
    border: 0px solid #f4b74b;
}

.datepicker_green_orange{
    background: url(/images/days/narancszold.jpg) no-repeat 0 0;
}

.datepicker_green_blue{
    background: url(/images/days/kekzold.jpg) no-repeat 0 0;
}

.datepicker_orange_blue{
    background: url(/images/days/keknarancs.jpg) no-repeat 0 0;
}

.datepicker_green a,
.datepicker_blue a,
.datepicker_orange a,
.datepicker_green_orange a,
.datepicker_green_blue a,
.datepicker_orange_blue a
{
    color: white !important;
}

#datepicker_what {
    text-align:left;
    margin:10px 0px 0px 20px;
    color: #c5fcff;
    font-size: 11px;
}

.colored_info_box{
    height:10px;
    width:10px;
    display:inline-block;
    border: #c5fcff 1px solid;
}

.green{
    background: #009378;
}
.blue{
    background: #234978;
}

.orange{
    background: #f4b74b;
}



#datepicker_block {
    width:190px;
    display:inline-block;
    margin: 30px 2px;
}

.toolTipBox{

}


.bannerek{
    background: transparent url(/images/bg_banner.png) no-repeat center 0;
    height: 107px;
    width: 215px;
    margin:20px 0;
}

.banner_inner{
    padding:6px 6px 0px 6px;
}

#highlights_box { position: relative; width: 680px; height: 230px; }
#highlights_box a { color: #FFF; text-decoration: underline; }
.highlights_item { position: absolute; top: 0; left: 0; width: 680px; height: 230px; }
.highlights_title { position: absolute; top: 135px; left: 5px; width: 300px; height: 16px; padding: 3px; font-size: 18px; color: #FFF; white-space: nowrap; overflow: hidden; background: url(/gfx/highlights_bg.png); }
.highlights_text { position: absolute; top: 165px; left: 5px; width: 665px; height: 50px; padding: 3px; font-size: 11px; color: #FFF; overflow: hidden; background: url(/gfx/highlights_bg.png); }
#highlights_toolbar { position: absolute; top: 10px; right: 10px; padding: 3px; background: url(/gfx/highlights_bg.png); }
