﻿*
{
    
}
body
{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    border: none;
    margin: 0;
    padding: 0;
    color: #323232;
    background: #f6f6f6;
}
strong
{
    font-weight: bold !important;
}
small
{
    font-size: 80% !important;
}
em
{
    font-style: italic !important;
}
hr
{
    height: 1px;
    margin: 10px 0;
    color: #aaa;
    border: none;
    background: #aaa;
}
div, form, img, table, h1, h2, h3, h4, h5, h6, p, ul, li
{
    padding: 0;
    margin: 0;
    border: none;
}
form
{
    clear: both;
}
input[type=text],
input[type=password],
textarea,
select
{
    border: solid 1px #ccc;
    background: #fff;
}
input[type=text],
input[type=password],
textarea
{
    padding: 2px;
}
p
{
    text-align: justify;
}
div.separator
{
    height: 0px;
    overflow : hidden;
    float: none;
    clear : both;
}
a
{
    color: #4982e1;
    text-decoration: none;
}
div#centre a
{
    font-weight: bold;
    font-size: 12px;
}
a:hover
{
    text-decoration: underline;
}
input, img, select, textarea
{
    vertical-align: middle;
}
table
{
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
p
{
    padding: 0 0 16px 0 !important;
    text-align: justify;
}
div#front
{
    width: 950px;
    margin: 0 auto;
}
div#header
{
	height: 165px;
    background: url(../img/NetTypeFejlec.jpg) no-repeat top center;

    /*
	height: 159px;
    background: url(../img/KaracsonyiFejlec.png) no-repeat top center;
	*/
    position: relative;
    z-index: 1001;
}
div#header h1
{
    visibility: hidden;
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}
div#header p
{
    visibility: hidden;
    display: none;
}
div#menu
{
}
div#navbar
{
    padding: 5px 0 10px 15px;
    font-size: 85%;
    font-weight: bold;
    color: #323232;
}
div#navbar *
{
    padding: 0 !important;
    margin: 0 !important;
}
div#navbar a
{
    padding: 0 5px !important;
}

div#centre
{
}

div#centre div#left
{
    width: 190px;
    float: left;
    text-align: center;
}

div#centre div#content
{
    width: 530px;
    float: left;
    padding: 0 20px;
}
div#centre div#content ul
{
    list-style: none url(../img/list-icon.png) !important;
    padding: 10px 0 10px 20px !important;
}
h1,
div#centre div#content h1
{
    color: #4982e1;
    font-size: 140% !important; 
    padding: 0 0 16px 0 !important;
}

h2,
div#centre div#content h2
{
    color: #000;
    font-size: 115%;
    padding: 2px 0 6px 0;
}

h1 a,
h2 a
{
    text-decoration: underline;
}
div#centre div#right
{
    width: 180px;
    float: left;
    text-align: center;
}
div#footer
{
    color: #fff;
    font-size: 80%;
    background: url(../img/footer.jpg) repeat-x left bottom;
    margin: 0;
    padding: 0;
    height: 35px;
}
div#footer *
{
    padding: 0;
    margin: 0;
}
div#footer a
{
    color: #ccc;
    text-decoration: none;
    padding: 0 10px;
}

div#footer a:hover
{
    color: #fff;
    text-decoration: underline;
}

div#footer img
{
    margin: 0 4px;
}

div#menu
{
    background: url(../img/menu.jpg) repeat-x;
    height: 50px;
}

div#menu ul
{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: url(../img/menu_right.jpg) no-repeat right top;
    height: 50px;
    padding-right: 25px;
}

div#menu ul li
{
    float: left;
    height: 50px;
    background: url(../img/menu_separator.jpg) no-repeat left top;
    padding-left: 2px;
}

div#menu ul li:first-child
{
    background: url(../img/menu_left.jpg) no-repeat left top;
    padding-left: 17px;
}

div#menu ul li a
{
    display: block;
    padding-top: 12px;
    text-decoration: none;
    height: 38px;
    color: #fff;
    font-weight: bold;
    width: 130px;
    text-align: center;
    background: url(../img/menu_active_130.jpg) no-repeat 0 -200px;
}

div#menu ul li.flag
{
    float: right;
    padding: 0;
    padding-left: 5px;
    background: transparent;
}


div#menu ul li.flag a
{
    width: 32px;
    padding-top: 9px;
    height: 41px;
    background: url(../img/flags/flag_active.png) no-repeat 0 -200px;
}
div#menu ul li a:hover
{
    background-position: 0 0;
    color: #fff;
}
div#menu ul li.selected a,
div#menu ul li.selected a:hover
{
    background-position: 0 -50px;
    color: #121212;
}
div.postit
{
    width: 147px;
    height: 145px;
    background: url(../img/postit.jpg) left top;
    text-align: left;
    padding: 20px 0 0 30px;
    margin-bottom: 15px;
}

div#content table.styled
{
    background: url(../img/tables/header.jpg) repeat-x;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 10px 0;
}

div#content table.styled tr
{
}

div#content table.styled tr td,
div#content table.styled tr th
{
    padding: 0 5px;
    margin: 0;
}

div#content table.styled tr th
{
    background: url(../img/tables/header.jpg) repeat-x;
    height: 29px;
    color: #fff;
    border-right: solid 2px #f6f6f6;
}

div#content table.styled tr th:first-child
{
}

div#content table.styled tr:first-child th:first-child
{
    background: url(../img/tables/header_left.jpg) no-repeat;
    z-index: 1;
    padding-left: 8px;
}

div#content table.styled tr td
{
    border-collapse: collapse;
    border: solid 2px #e0e1e3;
    height: 31px;
}

div#content table.styled tr td:first-child
{
    border-left: none;
    background: url(../img/tables/border.png) repeat-y;
    padding-left: 8px;
}

div#content table.styled.products tr td,
div#content table.styled.products tr th
{
    text-align: center;
}

div#content table.styled.products tr td:first-child,
div#content table.styled.products tr th:first-child
{
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

div#content table.styled tr:first-child th:last-child
{
    background: url(../img/tables/header_right.jpg) no-repeat right top;
}

div#content table.styled tr th:last-child
{
    position: relative;
    left: 1px;
}

div#content table.styled tr:last-child td:first-child
{
    background: url(../img/tables/footer_left.png) no-repeat left bottom;
    border-left: none;
    border-bottom: none;
    position: relative;
    top: 1px;
    right: 1px;
    padding-left: 3px;
    z-index: -1;
}

div#content table.styled.products tr:last-child td:first-child
{
    padding-left: 11px;
}

div#content table.styled tr:last-child td:last-child
{
    background: url(../img/tables/footer_right.png) no-repeat right bottom;
    border-right: none;
    border-bottom: none;
    position: relative;
    top: 1px;
    left: 1px;
    z-index: -1;
}

div#content fieldset
{
    border: none;
    padding: 10px 0;
}

div#content fieldset table.forms
{
    width: 100%;
}

div#content fieldset table.forms td
{
    padding: 5px 0;
}

div#content fieldset table.forms td table td
{
    padding: 0;
}

div#content fieldset input[type='text'],
div#content fieldset input[type='password'],
div#content fieldset textarea
{
    width: 400px;
}

div#content fieldset select
{
    width: 380px;
}

img.leftaligned
{
    float: left;
    margin: 0px 15px 15px 0px;
}
.rightaligned
{
    float: right;
}
img.rightaligned
{
    margin: 0px 0px 15px 15px;
}
div#centre div#content p.more
{
    padding: 0;
    margin: 0;
    text-align: left;
}
div#centre div#content .indented
{
    padding: 3px 0 3px 35px !important;
    list-style: none !important;
    list-style-image: none !important;
    overflow: hidden !important;
}
div#centre div#content .indented p
{
    clear: both;
}
div#centre div#content .indented .indented
{
    padding: 2px 0 2px 23px !important;
}
.columnview-left,
.columnview-right
{
    float: left;
    width: 255px;
}
.columnview-left
{
    margin: 15px 20px 15px 0;
}
.columnview-right
{
    margin: 15px 0 15px 0;
}
.accordion-open,
.accordion-closed
{
    cursor: pointer;
}
.accordion-open,
.accordion-closed,
.indented-header
{    
    display: block;
    padding: 10px 0 0 0;
    background-position: left 10px;
}
.accordion-open h2,
.accordion-closed h2
{
    background: url(../img/accordion.png) no-repeat;
}
.accordion-open h2,
.accordion-closed h2,
.indented-header h2
{
    font-size: 105% !important;
    display: block;
    font-weight: bold;
    padding: 5px 0 10px 35px !important;
    height: 12px;
}
.accordion-closed h2
{
    background-position: left top;
}
.accordion-open h2
{
    background-position: left bottom;
}
.accordion-closed
{
    padding-bottom: 10px;
}
.accordion-closed:hover h2,
.accordion-open:hover h2
{
    text-decoration: underline;
}
.accordion-open span,
.accordion-closed span
{
    display: block;
    padding: 5px 0 0 35px;
}
.accordion-open span
{
    display: none;
}
.accordion-closed span
{
    display: block;
}
.modalBackground 
{
    background-color: #000;
}
.bigpopup
{
    width: 400px;
    height: 550px;
    overflow: scroll;
}
.AspNet-RadioButtonList-Item
{
    padding: 5px 0;
}
.AspNet-RadioButtonList
{
    list-style: none;
    list-style-image: none;
}
.snPortlet
{
    margin: 0 !important;
    padding: 0 !important;
}
div#content table.formdata
{
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}
div#content table.formdata tr td
{
    padding: 7px 0 7px 5px;
}
div#content table.formdata tr td:first-child
{
    font-weight: bold;
    width: 130px;
}
div#content table.formdata tr td input
{
    width: 200px;
}
.star
{
    padding: 2px 0 0 0;
    margin: 0;
    font-size: 180%;
    font-weight: bold;
    color: #4982e1;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    vertical-align: top;
    width: 10px;
}
table.details
{
    width: 100%;
}
table.details tr td
{
    color: #4982e1;
    font-weight: bold;
    padding: 6px 0;
    width: 50%;
}
table.details tr td:first-child
{
    color: #000;
    font-weight: normal;
    padding-left: 10px;
    background: url(../img/arrow.png) no-repeat left 10px;
}
.payment-info
{
    float: right;
    clear: both;
    position: relative;
    top: 20px;
}
.popup-close
{
    display: block;
    float: right;
    position: relative;
    top: -25px;
    cursor: pointer;
    right: 10px;
    font-size: 150%;
    color: #fff;
    width: 22px;
    height: 22px;
    background: url(../img/PopUpCloseIcon.png) no-repeat top left;
    text-decoration: none !important;
}
.popup-close:hover
{
    background-position: bottom left;
}
.fullscreen
{
    z-index: 1010; 
    background: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
li.akcio a
{
    color: #FFBF4F !important;
}

#ctl00_CPMainMenuZone_MainMenuZone {
  position: relative;
  top: -6px;
}

#ctl00_WebPartManager1_ContentQueryPortlet1174384535 table {
  width: 100%;
}

blockquote p {
color:#0F100E;
}
blockquote {
background-color:#E9E4D3;
background-image:url("/Root/System/Skins/Nettype/img/PostQuote.png");
background-position:left top;
background-repeat:no-repeat;
border:1px solid #D4CCAA;
margin:8px 0px 8px 50px !important;
padding:8px 8px 8px 40px !important;
}

#nettype_popup {
 position: relative;
 z-index: 1010;
}

a#start_nettype
{
    display: block;
    background: url(../img/start_nettype.jpg) no-repeat 0 0;
    width: 92px;
    height: 82px;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    padding: 118px 10px 0 75px;
    margin-bottom: 15px;
}
a#start_nettype:hover
{
    background-position: 0 -200px;
}
