@font-face {
    font-family: 'ChalkdusterRegular';
    src: url('chalkduster-webfont.eot');
    src: url('chalkduster-webfont.eot?#iefix') format('embedded-opentype'),
         url('chalkduster-webfont.woff') format('woff'),
         url('chalkduster-webfont.ttf') format('truetype'),
         url('chalkduster-webfont.svg#ChalkdusterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

div{
    float:left;
    letter-spacing:2px;
}
html{
    background-color:#000000;
}
h1{
    font-size:50px;
    color:inherit;
    letter-spacing:3px;
}
h2{
    font-size:30px;
    color:inherit;
}
a{
    text-decoration:inherit;
    color:inherit;
    cursor:pointer;
}
a:hover{
    color:#d2232a;
}
body{
    cursor:  default;
}
#BgCont{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    min-width:1000px;
    height:800px;
    float:left;
    background-color:#ffffff;
}
#GradientBg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    min-width:1000px;
    height:800px;
    float:left;
    
background: rgb(51,51,52); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ5MmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(51,51,52,1) 0%, rgba(73,47,39,1) 50%, rgba(51,51,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,52,1)), color-stop(50%,rgba(73,47,39,1)), color-stop(100%,rgba(51,51,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,52,1) 0%,rgba(73,47,39,1) 50%,rgba(51,51,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,52,1) 0%,rgba(73,47,39,1) 50%,rgba(51,51,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,52,1) 0%,rgba(73,47,39,1) 50%,rgba(51,51,52,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,52,1) 0%,rgba(73,47,39,1) 50%,rgba(51,51,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333334', endColorstr='#333334',GradientType=0 ); /* IE6-8 */



}
#LineBg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    min-width:1000px;
    height:800px;
    float:left;
    background-image:url('../pic/lines.png');
    background-repeat: repeat-x;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    opacity:0.5;
}
#SiteCont{
    position:relative;
    top:50px;
    width:1000px;
    height:800px;
    float:none;
}
#headLine{
    position:relative;
    top:0px;
    left:170px;
    width:830px;
    height:60px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
}
#menuLine{
    position:relative;
    margin-top:25px;
    left:180px;
    width:820px;
    height:30px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
}
#content{
    box-shadow: 0px 0px 10px #ffffff;
    position:relative;
    margin-top:50px;
    width:1000px;
    height:400px;
    background-color:#ffffff;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
}
#text{
    float:left;
    width:950px;
    text-align:left;
    font-family:Verdana;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
}
.Bold{
    font-weight:bold;
    font-size:15px;
    color:#d2232a;
}
.Medium{
    font-weight:bold;
}
#TScroll{
    height:300px;
    margin-top:20px;
    margin-left:10px;
    float:left;
    width:980px;
    text-align:left;
    overflow-y:auto;
}
#BottomImg{
    position:absolute;
    top:550px;
    left:0px;
    width:100%;
    height:370px;
    background-image:url('../pic/bottom.png');
    background-repeat:no-repeat;
    background-position:center;
    margin-bottom:0px;
    z-index:102;
}
#BottomBlack{
    position:absolute;
    top:750px;
    left:0px;
    width:100%;
    height:150px;
    margin-bottom:0px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 22%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(22%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 22%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 22%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 22%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 22%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */



}
/*headLine Start*/
#logo{
    z-index:2;
    position:absolute;
    top:-25px;
    left:-5px;
    width:170px;
    height:169px;
    background-image:url('../pic/logo.png');
    float:left;
    background-position:left;
    background-repeat:no-repeat;
}
#headLine h1{
    color: #ffffff;
    float: left;
    font-family: ChalkdusterRegular;
    margin-left: 10px;
    position: relative;
}
#headLine h2{
    color: #ffffff;
    float: left;
    font-family: ChalkdusterRegular;
    margin-top:18px;
    float:right;
    position: relative;
}
#siteDesc{
    position:absolute;
    top:60px;
    left:120px;
    letter-spacing:2px;
    color:#d2232a;
    font-family:verdana;
    font-family: ChalkdusterRegular;
    font-size:18px;
    
}
#kopfInline{
    margin-top:10px;
    width:300px;
    height:10px;
    float:right;
    text-align:right;
}
#kopfInline a {
    display:inline-block;
    font-size:12px;
    font-family:verdana;
    color:#ffffff;
}
#Kisz{
    margin-left:30px;
}
/*headline end*/
/*menu start*/
#menuLine ul{
    position:relative;
    top:5px;
    left:0px;
    width:100%;
    display:block;
    color:#ffffff;
    text-align:justify;
}
#menuLine li{
    display:inline-block;
    font-family:Verdana;
    font-size:14px;
    letter-spacing:1px;
    margin-right:30px;
    cursor:pointer;
}
#menuLine li:hover{
    color:#d2232a;
}
/*menu end*/
/*cont start*/
#imgContainer{
    width:970px;
    margin-left:15px;
    height:400px;
    overflow:hidden;
}
#scrollCont{
   height:400px;
   width:970px;
   text-align:left;
}
#scrollCont img{
    float:left;
    cursor:pointer;
}
#loading{
    width:400px;
    width:auto;
}
/*cont end*/
/*almenuk start*/
#termekekAlmenu{
    position:absolute;
    top:35px;
    left:90px;
    width:200px;
    height:0px;
    overflow:hidden;
    background-color:#666666;
    z-index:100;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    box-shadow: 0px 0px 10px #ffffff;
    z-index:101

}
#termekekAlmenu li{
    width:190px;
    margin-bottom:2px;
    margin-left:10px;
    cursor:pointer;
    font-size:12px;
}
#VT{
    text-align:center;
}
/*almenuk end*/
/*kiskoru kiszures start*/
#GrayScreen{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#000000;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    opacity:0.7;
    width:100%;
    height:100%;
    z-index:150;
}
#Check18{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    text-align:center;
}
#CheckBox{
    width:400px;
    height:200px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    box-shadow: 0px 0px 10px #ffffff;
    background-color:#ffffff;
    z-index:151;
    position:relative;
    top:150px;
    float:none;
    display:inline-block;
}
#CheckInline{
    width:400px;
    text-align:center;
    height:50px;
}
#CheckInline a{
    display:inline-block;
    margin-top:30px;
}
#Yes{
    margin-right:50px;
}
#No{
    margin-left:50px;
}
#CheckDial{
    font-size:20px;
    margin-top:50px;
}
/*kiskoru kiszures end*/
#face{
    position:absolute;
    top:360px;
    left:30px;
    z-index:103;

}