html, body {
    margin: 0px;
    padding: 0px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    fo\nt-size: x-small;
    background-color: white;
    color: #424952;
}
a img {border:none;}
a {
//    color: #7b1c21;
    color: #0000FF;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #7b1c21;
    text-decoration: underline;
}

#page {
    font-size: 120%;
}


/** 
 * HEADER
 */
body  {
    background-image: url(/img/assets/1038/menu_column-background.gif);
    background-repeat: repeat-y;
}
#page, #full {
    float: left;
    background-image: url(/img/assets/1038/header-background.gif);
    background-repeat: repeat-x;
}
#header {
}
#header strong, #header strong a {
    display: block;
    width: 610px;
    height: 70px;
}
#header strong {
    background-image: url(/img/assets/1038/header-emblem.gif);
    background-repeat: repeat-x;
}
#header strong a span {
    display: none;
}



/**
 * MENU
 */
#column_menu {
    float: left;
    clear: both;
    background-image: url(/img/assets/1038/menu_column-background.gif);
    background-repeat: repeat-y;
    width: 220px;
    overflow: hidden; /* IE<6 PATCH bcdk */
}
#column_menu .full {
    float: left;
    padding-top: 15px;
    width: 219px;
    overflow: hidden;

}
#menu, #menu ul, #menu li, #menu li ul, #menu li ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-position: outside;
    float: left;
    clear: both;
}
#menu {
    font-size: x-small;
    fo\nt-size: small;

    width: 219px;
    padding-left: 20px;
    overflow: hidden;
}
#menu li {
    width: 210px;
    overflow: hidden;
}
#menu li a {
    display: block;
    width: 188px;
    font-weight: bold;
    color: #414b56;
    background-color: #e7e7e7;
    text-decoration: none;    


    padding-top: 1px;
    padding-bottom: 1px;
}


#menu li ul li a {
    background-color: #d6d7d6;
}
#menu li ul li {
    background-color: #8c8e94;
}
#menu li ul li {
    width: 200px;
}

#menu li ul li a {
    margin-left: 11px;
    padding-left: 20px;
    float: right;
    width: 170px;
}
#menu li a {
    margin-left: 11px;
    padding-left: 5px;
}



/** categories in menu */
#menu li.category1 { background-color: #b524bd; }
#menu .category1 a:hover { background-color: #b524bd;  }
#menu .menu_hover .category1 { background-color: #b524bd; color: white;}
.category1-color { background-color: #b524bd; }

#menu li.category2 { background-color: #0018ad; }
#menu .category2 a:hover { background-color: #0018ad; }
#menu .menu_hover .category2 { background-color: #0018ad; color: white; }
.category2-color { background-color: #0018ad; }

#menu li.category3 { background-color: #009ede; }
#menu .category3 a:hover { background-color: #009ede;  }
#menu .menu_hover .category3 { background-color: #009ede; color: white; }
.category3-color { background-color: #009ede; }

#menu li.category4 { background-color: #007573; }
#menu .category4 a:hover { background-color: #007573;  }
#menu .menu_hover .category4 { background-color: #007573; color: white; }
.category4-color { background-color: #007573; }

#menu li.category5 { background-color: #63be18; }
#menu .category5 a:hover { background-color: #63be18;  }
#menu .menu_hover .category5 { background-color: #63be18; color: white; }
.category5-color { background-color: #63be18; }

#menu li.category6 { background-color: #ffd700; }
#menu .category6 a:hover { background-color: #ffd700; }
#menu .menu_hover .category6 { background-color: #ffd700; color: white; }
.category6-color { background-color: #ffd700; }

#menu li.category7 { background-color: #ff6900; }
#menu .category7 a:hover { background-color: #ff6900; }
#menu .menu_hover .category7 { background-color: #ff6900; color: white; }
.category7-color { background-color: #ff6900; }

#menu li.category8 { background-color: #f72842; }
#menu .category8 a:hover { background-color: #f72842; }
#menu .menu_hover .category8 { background-color: #f72842; color: white; }
.category8-color { background-color: #f72842; }

#menu li.category9 { background-color: #843c18; }
#menu .category9 a:hover { background-color: #843c18; }
#menu .menu_hover .category9 { background-color: #843c18; color: white; }
.category9-color { background-color: #843c18; }

#menu li.category10 { background-color: #49ca02; }
#menu .category10 a:hover { background-color: #49ca02; }
#menu .menu_hover .category10 { background-color: #49ca02; color: white; }
.category10-color { background-color: #49ca02; }

#menu a:hover {
    color: white;
}
#menu li ul li a:hover {
    color: #414b56;
    background-color: #f7f7f7 !important;
}


#menu .menu_hover ul li a {
}

#menu .menu_hover li {
    display: list-item;
}
#menu ul li {
    display: none;
}
#menu ul li a.hidden {
    color: #b46854 ;
}
#menu li a.hidden {
    color: #b46854 ;
}
a.hidden {
	color: #b46854;
}


/**
 * SEARCH 
 */
#search {
    float: left;
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}
#search .full {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 11px;
    background-color: #63656b;
}
#search .full div {
    margin: 0px;
    padding: 5px;
    background-color: #adaead;
}
#search .text {
    float: left;
    width: 118px;
    height: 14px;
    border: 1px solid #63656b;
    background-color: white;
}
#search1 button {
    width: 47px;
    height: 15px;
    margin-left: 5px;
    margin-top: 1px;
    background-image: url(/img/assets/1039/button-search1.gif);
    background-repeat: no-repeat;
    border: 0px;
}

#search2 button {
    width: 47px;
    height: 15px;
    margin-left: 5px;
    margin-top: 1px;
    background-image: url(/img/assets/1039/button-search_en.gif);
    background-repeat: no-repeat;
    border: 0px;
}


#search button span {
    visibility: hidden;
}





/**
 * NEWS
 */
#news {
    float: left;
    padding-left: 40px;
    margin-top: 5px;
}
.new {
    float: left;
    margin-top: 20px;
}
.new .decoration {
    display: block;
    float: left;
    width: 50px;
    height: 67px;
}
.new .text {
    display: block;
    margin-left: 50px;
    padding-left: 7px;
    
    width: 100px;

}

.new a {
    color: #424952;
}
.new a:hover {
    color: #7b1c21;
}
.new span {
    color: #636973;
}



.new a {
    cursor: pointer;
}
.new a span {
    font-weight: normal;
}
.new a .title {
    font-weight: bold;
}
.new a:hover, 
.new a:hover span  {
    text-decoration: none;
}
.new a:hover .title  {
    color: #7b1c21;
    text-decoration: underline;
}





/**
 * SUBMENU
 */
#column_submenu {
    float: right;
    width: 150px;

    margin-left: 10px;
    padding-right: 15px;
    padding-top: 60px;

    font-size: xx-small;
    fo\nt-size: x-small;
}
.submenu {
    float: left;
    width: 160px;
    background-color: #e7e7e7;
    margin-bottom: 20px;

    font-size: 110%;
}
.submenu .title {
    color: white;
    background-color: #73797b;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 0px 2px 0px;
}
.submenu .text {
    padding: 10px 5px 10px 10px;
}
/*.submenu .text a {
    display: block;
    clear: both;
    float: left;
    padding-top: 2px;
}*/
.submenu ul li {
	margin-left: -25px;
}





#content {
    line-height: 150%;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    margin-right: 30px;

    min-width: 430px;

}
h1 {
    font-size: medium;
    fo\nt-size: large;
    color: #414b56;
    font-weight: bold;
}
h2 {
    font-size: x-small;
    fo\nt-size: small;
    color: #424952;
    font-weight: bold;
}
h2 a {color: white;}
h1 span {
    margin-right: 10px;
}
h1 span span {
    float: left;
    display: block;
    width: 1.0em;    
    height: 1.0em;
}


/**
 * FOOTER
 */
 
#footer {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    clear: both;


    /* margin-bottom: -20px; ie patch */

    background-image: url(/img/assets/1038/menu_column-background.gif);
    background-repeat: repeat-y;
}
#footer .dotmenu {
    padding-left: 221px;
    text-align: right;
}
#footer .dotmenu .links {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d7d6;
    padding: 10px;
}
#footer .addons {
    float: left;
    width: 100%;
    background-image: url(/img/assets/1038/footer-background2.gif);
    background-repeat: repeat-x;
}
#footer .addons .decoration {
    float: left;
    width: 220px;
    height: 57px;
    background-image: url(/img/assets/1038/footer-decoration2.gif);
    background-repeat: no-repeat;
    background-color: white;
}
#footer .addons .sub {
    padding-top: 10px;
    padding-right: 30px;
    text-align: right;
}

#footer .dotmenu .links .dot {
    float: right;
    padding: 0px 20px 5px 20px;
}
#footer .dotmenu .links .dot span {
    display: block;
    width: 1.5em;
    height: 1.5em;
}





#warns {
    height: 200px;
}
.warn {
    margin-top: 2px;
    float: left;
    width: 332px;
    background-color: #e7e7e7;
}
.warn .decoration div {
    float: left;
    width: 50px;
    height: 67px;
}
.warn .decoration {
    float: left;
    padding: 10px;
    background-color: #73797b;
}
.warn .text {
    margin-top: 8px;
    margin-left: 80px;
}





#copyright {
    float: right;
    clear: right;
    margin-top: 5px;
    font-size: xx-small;
    padding-right: 5px;

}
#copyright a {
    color: #bdbdbd !important;
    font-weight: nornal;
}
#copyright a:hover {
    color: #adadad !important;
    text-decoration: none;
}

.mp_hlav {
	background-image: url(/dld/mp/hlav.gif);
	background-repeat: repeat-x;
	height: 24px;
}
div.mp_hlav img {margin-right:17px}
td p {
	MARGIN: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.properties { 
        font-size: 100%;
}

P.Forum {
	BACKGROUND-COLOR: black; PADDING-BOTTOM: 2px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 2px
}
TABLE.ForumMsgHeader {
	BACKGROUND-COLOR: #dddddd
}
TABLE.ForumMsgBody {
	BACKGROUND-COLOR: white
}
TABLE.Hide {
	BACKGROUND-COLOR: #f5f5f5
}
TD.ForumMsgHeader {
	BACKGROUND-COLOR: #dddddd
}
TD.ForumMsgBody {
	BACKGROUND-COLOR: white
}
 