*{
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    position: relative;
    background-color: #8ea6b7;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clear {
    clear: both;
}

/** WRAPPER */

.container{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 556px;
    margin-top: -278px;
    width: 266px;
    margin-left: -133px;
}

.footer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 20px;
    margin-top: 285px;    
    margin-left: -80px;
    color: #2a6d9c;
    font-size: 10px;
}
.footer a{
    color: #134467;
    text-decoration: none;
}
.footer a:hover{
    color: #000;
    text-decoration: underline;
}
.page-left{
    height: 100%;
    width: 100%;
    background: url(../images/bg-middle1.png) repeat-x scroll center top transparent;
}
.page-right{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 108px;
}


.bg-left{
    width: 8px;
    background: url(../images/bg-left.png) no-repeat center top;
    height: 100%;
    float: left;
}
.bg-right{
    width: 10px;
    background: url(../images/bg-right.png) no-repeat center top;
    height: 100%;
    float: left;
}
.bg-tab{
    position: relative;
    width: 42px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.bg-maintab{
    position: relative;
    width: 86px;
    height: 100%;
    float: left;
}
.bg-middle{
    width: 12px;
    background: url(../images/bg-middle2.png) repeat-x center top;
    height: 100%;
    float: left;
}
.bg-tab .header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 42px;
    height: 100%;
    cursor: hand;
    cursor: pointer;
}
.bg-tab .separator{
    position: absolute;
    top: 3px;
    left: 42px;
    bottom: 9px;
    width: 8px;
    background: url(../images/bg-separator.gif) repeat center top;
}

.bg-maintab .language-selector{
    position: absolute;
    top: -15px;
    height: 20px;
    width: 56px;
    left: 50%;
    margin-left: -28px;
    z-index: 50;
}
.language-selector #hu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 10px;
}
.language-selector #de{
    position: absolute;
    top: 0px;
    left: 20px;
    width: 16px;
    height: 10px;
}
.language-selector #en{
    position: absolute;
    top: 0px;
    left: 40px;
    width: 16px;
    height: 10px;
}
.language-selector a img{
    border: 0px;
}

.header .logo{
    position: absolute;
    left: 1px;
    bottom: 11px;
    width: 34px;
    height: 36px;
}
.header .title{
    position: absolute;
    left: 2px;
    bottom: 50px;
    width: 32px;
    height: 250px;
}
.bg-maintab .logo{
    position: absolute;
    left: 0px;
    top: 159px;
    width: 86px;
    height: 164px;
}
.content{
    position: absolute;
    top: 0px;
    left: 52px;
    padding: 15px;
    width: 510px;
}

.content h1{
    font-size: 16px;
    color: #2a6086;
    margin: 0px 0px 20px 0px;
}
.content p{
    color: #777;
    margin: 0px 0px 12px 0px;
    text-align: justify;
}
.content ul{
    color: #777;
    margin: 0px 0px 10px 35px;
}
.content .map{
    margin: 20px auto 0px auto;
    width: 470px;
}
.content .map iframe{
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.content a{
    color: #bb6304;
    text-decoration: none;
}
.content a:hover{
    color: #824b10;
    text-decoration: underline;
}
.content label{
    float: left;
    width: 80px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}




