* {
    margin: 0;
    padding: 0;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    margin: auto;
    background-color: #FDFDFD;
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*font:14px Verdana;*/
    color: #1B5A6B;
    font: normal 12pt Arial, Helvetica, sans-serif; //
    display: block;
    font-size: 14px;
}

#wrapper {
    margin: 20px auto;
    padding: 10px;
    width: 950px;
    border-style: solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /* 	border-color:#8A99A1 */
}

#header {
    width: 930px;
    padding: 20px;
    height: 180px;
    font: 30px Arial;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#menu {
    width: 900px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
}


#o_menu{
    width: 170px;
    margin-left: 20px;
    margin-right: 30px;
    float:left;
    height: auto;
    margin-bottom: 10px;
    margin-top: 50px;
}

#login{
    width: 600px;
    padding: 20px;
    height: auto;
    border: solid 1px;
    margin-top: 80px;
    margin-left: 20px

}

.sub_menu{

    text-decoration: none;
    padding-left: 45px;
    padding-top: 10px;
    line-height: 2em;
    height: auto;

}

.menu_item {
    padding-right: 32px;
    padding-left: 32px;
    background-repeat: no-repeat;
    height: 150px;
    text-align: center;
    background-image: url('/images/bg_menuitem3.png');
}

.o_menu_item {

    padding-left: 40px;
    background-repeat: no-repeat;
    height: 150px;
    text-align: center;
    background-image: url('/images/bg_menuitem3.png');
    cursor: pointer;
}


.menu_doboz {
    width: 318px;
    padding: 8px;
    height: 250px;
    border: solid;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    float:left;
}

.bejegyzes{
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.error{
    color: red;
    padding: 5px
}

#slider { 
    //860 x240px 
    width: 910px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 10px;
    //padding-bottom: 20px;
}

#content{
    width: 720px;
    height: auto;
    float: left;
    color: #24275E;
    padding-bottom: 20px;
}

#footer {
    width: 930px;
    padding: 50px 10px 10px 10px;
    height: auto;
    text-align: center;
    clear: both;
}

h3 {
    padding-bottom: 10px;
    font-size: 14pt;



}

.vkbejegyzes{
    border: solid 1px #1B5A6B;
    border-radius: 5px;
    padding: 10px;  
}

a.menu_item{
    font-size: 16px;
    text-decoration: none;
    color: #940400;
}

a.o_menu_item{
    font-size: 16px;
    text-decoration: none;
    color: #940400;
}


a.menu_link {
    font-size: 14px;
    text-decoration: none;
    color: #940400;
}


a{
    font-size: 16px;
    text-decoration: none;
    color: #1B5A6B;
} 


p {
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}

ul {
    margin-left: 20px;
    line-height: 1.5;
}

textarea{
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #DEEDF2
}

td{
    padding: 5px;
}

input{
    padding: 5px;
    background-color: #DEEDF2
}

.submit{
    background-color: #D0D0D0;
    border-radius: 5px;
    
}

.submit:hover{
    color: #940422;   
}





