body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    background: #9cbcdf url(/images/sepa/bg.gif) repeat-x;
    text-align: center;
    color: #666666;
}

a {
    color: #142691;
    text-decoration: none;
}

img{
	border: none;
}

a:hover {
    color: #142691;
    text-decoration: underline;
}



a.topmenu {
    font-family: Tahoma, Verdana;
    font-size:12px;
    vertical-align: middle;
    display: block;
    width: 147px;
    height: 20px;
    background: transparent url(/images/sepa/button_off.gif) no-repeat;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    font-weight:bold;
    padding-top:8px;
    padding-left:14px;
}

a.topmenu:hover {
    font-family: Tahoma, Verdana;
    font-size:12px;
    vertical-align: middle;
    display: block;
    width: 147px;
    height: 20px;
    background: transparent url(/images/sepa/button_on.gif) no-repeat;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    padding-top:8px;
    padding-left:14px
}

a.topmenu:active {
    font-family: Tahoma, Verdana;
    font-size:12px;
    vertical-align: middle;
    display: block;
    width: 147px;
    height: 20px;
    background: transparent url(/images/sepa/button_on.gif) no-repeat;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    padding-top:8px;
    padding-left:14px
}

a.topmenua {
    font-family: Tahoma, Verdana;
    font-size:12px;
    vertical-align: middle;
    display: block;
    width: 147px;
    height: 20px;
    background: transparent url(/images/sepa/button_on.gif) no-repeat;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    font-weight:bold;
    padding-top:8px;
    padding-left:14px;
}

.konz {
	font-weight:bold;
}

#container {
    margin: auto;
    margin-top: 25px;
    width: 977px;

    background-color: #fff;
    text-align: left;
}


#searchbar {
    width: 171px;
    height: 22px;
    background:url(/images/sepa/searchbar.gif) no-repeat;
    position: absolute;
    margin-left: 802px;
    margin-top: 16px;
}

#topmenu {
    height: 104px;
    width: 974px;
}

#topmenulink {
    float:left; 
    width: 161px; 
    height: 28px;
}

#topmenusep {
    float:left; 
    width: 1px; 
    height: 28px;
}

#loginbox{
    margin: 0; 
    margin-top: 20px; 
    margin-right: 0px; 
    margin-left: 250px;
    padding-top: 0px; /*  Make the text not touching the top on the login box */
    width: 401px; /* For centering it on the screen */
    height: 301px; /* The height of the login box */
    position: relative; /* Makes sure its absolute so it doesn't dock with everything else */
    /* background: #FBFBF0;*/ /* Login Box background color. Change this if desired. */
    background: transparent url(/images/sepa/login.jpg) no-repeat;
    border: solid #000000 2px; /* Makes a black border around the login box */
    z-index: 9; /* Makes it on top of everything else */
    font-family: arial; /* Sets the font */
    /*visibility: hidden; /* Makes it hidden at first. Very Important.*/
}

.loginbox_button {
    background-color:#508ee1;
    border-color:#508ee1;
    color:#fff;
    font-weight: bold;
    width: 80px;
    margin-right: 3px;
    margin-top: 50px;   
}

.loginboxpwd_label {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
   
}

.loginboxpwd_input {
    border: 1px solid #d4d4d4;
    width: 150px;
    float:left;
    width: 130px;
    margin-right: 3px;
 
}

.loginboxlog_label {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    margin-top: 120px;
}

.loginboxlog_input {
    border: 1px solid #d4d4d4;
    width: 150px;
    float:left;
    width: 130px;
    margin-right: 3px;
    margin-top: 120px;
}

.loginboxclose_label {
   font-weight: bold;
   float:right;
   margin-right: 3px;
   margin-top: 3px;
   font-size:14px;
}


#popupbox{
    width: 401px; /* For centering it on the screen */
    height: 301px; /* The height of the login box */
    position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
    /* background: #FBFBF0;*/ /* Login Box background color. Change this if desired. */
    background: transparent url(/images/sepa/login.jpg) no-repeat;
    border: solid #000000 2px; /* Makes a black border around the login box */
    font-family: arial; /* Sets the font */
    visibility: hidden; /* Makes it hidden at first. Very Important.*/
}


.popupbox_button {
    background-color:#508ee1;
    border-color:#508ee1;
    color:#fff;
    font-weight: bold;
    width: 80px;
    margin-right: 3px;
    margin-top: 50px;   
}

.popupboxpwd_label {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
   
}

.popupboxpwd_input {
    border: 1px solid #d4d4d4;
    width: 150px;
    float:left;
    width: 130px;
    margin-right: 3px;
 
}

.popupboxlog_label {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    margin-top: 120px;
}

.popupboxlog_input {
    border: 1px solid #d4d4d4;
    width: 150px;
    float:left;
    width: 130px;
    margin-right: 3px;
    margin-top: 120px;
}

.popupboxclose_label {
   font-weight: bold;
   float:right;
   margin-right: 3px;
   margin-top: 3px;
   font-size:14px;
}
  
.sch {
    border: 1px solid #fff;
    width:140px;
    height: 15px;
    margin: 1px;
    color: #c48708;
}

#leftcont{
    width: 203px;
    float: left;
    border-right: 1px solid #d4d4d4;
    height: 650px;
}

#leftcont ul {
    list-style-type: none;
    margin-left: 8px;
    padding: 0;
}

#leftcont li {
    margin: 10px 0px 20px 5px;
    text-transform: uppercase;
    color: #142691;
    font-size: 12px;
}

#rightcont {
    margin: 0;
    padding: 0;
    width: 770px;
    float: right;
    min-height: 200px;
	
}

h3 {
    font-weight: normal;
    color: #142691;
    font-size: 20px;
    margin: 40px 0 0 0;
    text-align:center;
}

h2 {
    font-weight: normal;
    color: #142691;
    margin-left: 120px;
    font-size: 20px;
    font-family: Tahoma;
}

.textcontent{
    margin-left: 160px;
    margin-top: 10px;
    width: 580px;
    text-align: justify;
    border: solid 1px red;
}

#footer {
    clear: both;
    height: 30px;
    background-color:#d4d4d4;
}

.input {
    border: 1px solid #a3a3a3;
    font-size: 11px;
}

.focim{
   color: #142691;
   font-size: 15px;
   text-align: center;
}


.szovegdoboz{
    text-align: justify;
    padding: 0px 20px 0 20px;
    margin-left: 122px;
}

.ul{
    padding: 0 30px 0 10px;
    text-align: justify;
    margin-left: 150px;
}

.szovegdoboz2{
    text-align: justify;
    padding: 0px 20px 0 10px;
    margin: 10px;
    font-size: 10px;
}

.subsubmenu{
    margin-left:10px;
    margin-top: 5px;
    font-size: 10px;
}

.subsubsubmenu{
    margin-left:15px;
    margin-top: 5px;
    font-size: 10px;
}


.aktiv_link{    
    color:#FF0000; 
}

