@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a img{
	border:0px;
}
#clear {
	clear:both;
}                                    
body {
	background-image: url(../_sysimg/back.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
    background-color: #CCCCCC;
}
#tabs li {
	white-space: nowrap;
}
hr {
    color:#D3031C;
    height:1px;
    margin-bottom: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #D3031C;
}

.lang {
    width: 900px;
    text-align:right;
    margin-top:5px;
    margin-right:auto;
    margin-left:auto;
    position: relative;
    top: 0px;
    z-index: 900;
    height:20px;
}
.lang ul{
    list-style:none;
}       
.lang ul li{
    display:inline;
}
.lang ul li a{
    font-size:11px;
    color:#333333;
    text-decoration:none;
    padding-right:5px;
    border-left:1px solid #333333;
}
.lang ul li a:first-child{
    border-left:0px solid #333333;
}
.lang img {
    padding-left: 7px;
}
.header {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    height: 180px;
    margin-top: -5px;
}
.header .logo {
    width: 400px;
    padding-left: 20px;
    position: relative;
    top: -152px;
    z-index: 800;
}   
.header .slogan {
    width: 420px;
    padding-top: 0px;
    padding-right: 0px;
    position: relative;
    top: -157px;
    z-index: 900;
    height: 22px;
    display:none;
}
.header .slogan h3 {
    text-align: right;
    color: #D3031C;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-style: italic;
    font-weight: bold;
    padding-right: 5px;
    font-size: 16px;
}
.wrapper {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    top: 0px;
    background-color: #FFFFFF;
    height: auto;
    background-image: url(../_sysimg/wrap-back.gif);
    background-repeat: repeat-y;   
    overflow: auto;
}
.left {
    width: 200px;
    background-image: url(../_sysimg/left-back.jpg);
    background-repeat: no-repeat;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #EEEEEE;
    padding-top: 15px;   
    min-height: 400px;
}
.left h3 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-style: italic;
    font-weight: bold;
    color: #D3031C;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CFCFCF;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-top: 3px;
}
.left ul {
    margin-bottom: 15px;
    list-style-image: none;
    list-style-type: none;
}
.left   li  a {
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 14px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CFCFCF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 15px;
    list-style-image: none;
    list-style-type: none;
    background-image: url(../_sysimg/bullet-gray.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
    display: block;
    text-decoration: none;
}
.left li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    background-image: url(../_sysimg/bullet-white.gif);
    background-repeat: no-repeat;
}
.left  li  .selected  {
    text-decoration: none;
    background-image: url(../_sysimg/bullet-red.gif);
    background-repeat: no-repeat;
    color: #333;
}

.left li li a {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CFCFCF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 20px;
    list-style-image: none;
    list-style-type: none;
    background-image: url(../_sysimg/bullet-block.gif);
    background-repeat: no-repeat;
    background-position: 9px 6px;
    display: block;
    text-decoration: none;
}
.left li li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    background-image: url(../_sysimg/bullet-blockwhite.gif);
    background-repeat: no-repeat;
    color: #666666;
}
.left li li .selected  {
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: url(../_sysimg/bullet-blockred.gif);
    background-repeat: no-repeat;
    color: #333333;
}

.left li li li a {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CFCFCF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 35px;
    list-style-image: none;
    list-style-type: none;
    display: block;
    text-decoration: none;
    background-image: none;
}
.left li li li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #666;
    background-image: none;
}
.left li li li .selected  {
    text-decoration: none;
    background-color: #FFF;
    color: #333;
    background-image: url(../_sysimg/bullet-blockred.gif);
    background-repeat: no-repeat;
    background-position: 24px 6px;
}
.left li li li li a {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CFCFCF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 45px;
    list-style-image: none;
    list-style-type: none;
    display: block;
    text-decoration: none;
    background-image: none;
}
.left li li li li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #666;
    background-image: none;
}
.left li li li li .selected  {
    text-decoration: none;
    background-color: #FFF;
    color: #333;
    background-image: url(../images/imagemenu/bullet-blockwhite.gif);
    background-repeat: no-repeat;
    background-position: 24px 6px;
}
.left li li li li li a {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CFCFCF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 55px;
    list-style-image: none;
    list-style-type: none;
    display: block;
    text-decoration: none;
    background-image: none;
}
.left li li li li li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #666;
    background-image: none;
}
.left li li li li li .selected  {
    text-decoration: none;
    background-color: #FFF;
    color: #333;
    background-image: url(../images/imagemenu/bullet-blockwhite.gif);
    background-repeat: no-repeat;
    background-position: 24px 6px;
}
.left img {
    margin-left:10px;
}
.left p a {
    margin-left:10px;
    text-decoration: none;
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
}
.left p a:hover {
    color: #666;
    text-decoration: none;
}
.content {
    float: right;
    background-color: #FFFFFF;
    padding-bottom: 15px;
    background-image: url(../_sysimg/content-back.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 15px;
    width: 700px;
    padding-right: 15px;
}
.content a {
    color: #000000;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #D3031C;
}
.content a:hover {
    border-bottom-style: solid;
}
.content p {
    margin-bottom: 8px;
}
.content p strong {
    font-size: 13px;
    line-height: 17px;
}
.content h1 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #D3031C; 
    margin-top: 3px;
    margin-bottom: 5px;
}
.content h1 a {
    color: #D3031C;
}
.content h2 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #9E0035;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 18px;
    display: block;
    width: 700px;
}
.content h2 a {
    color: #9E0035;
}
.content h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    line-height: 16px;
}
.content h3 a {
    color: #333333;
}
.content  h4  {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    background-color: #D3031C;
    border: 4px double #FFFFFF;
    padding: 4px;
    margin-bottom: 10px;
    font-weight: normal;
}
.content h4 a {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.content h5 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #D3031C;
    padding-left: 5px;
    margin-bottom: 10px;
}
.content h5 a {
    color: #333333;
}
.content img {
    border: 1px solid #FFFFFF;
    padding: 5px;
}
.content li {
    margin-left: 12px;
    padding-bottom: 5px;
    font-weight: bold;
}
.content ul {
    margin-bottom: 15px;
    list-style-image: url(../_sysimg/bullet-red.gif);
    list-style-position: inside;
}
.content ol {
    margin-bottom: 15px;
    list-style-position: outside;
    margin-left: 10px;
}


#last {
    margin-right: 0px;
}
.content .threeblock {
    width: 220px;
    float: left;
    margin-right: 12px;
    height: auto;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 5px;
    background-image: url(../_sysimg/threeblock-back.gif);
    background-position: bottom;
}
.content .threeblock img {
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


.content .threeblock .titleblock {
    z-index: 901;
    top: -73px;
    position: relative;
}

.content .threeblock .ptxt {
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    top: -28px;
    padding-bottom: 0px; 
    margin-bottom: 0px;
}

.content .threeblock .ptxt p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
}
.content .threeblock h2 {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    display: block;
    width: 210px; 
}
.content .threeblock .ptxt p a {
    text-decoration: none;
    color: #666666;
    display: block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.content .threeblock .ptxt p a:hover {
    text-decoration: none;
    color: #9E0035;
    display: block;
}
.footer {
    background-color: #E0E0E0;
    height: 20px;
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #D3031C;
    border-bottom-color: #FFFFFF;
}
.footer ul {
    list-style-image: none;
    list-style-type: none;
    display: block;
    margin-left: 200px;
}


.footer li {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    list-style-image: none;
    list-style-type: none;
    color: #999999;
    text-decoration: none;
    line-height: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
}

.footer li a {
    color: #999999;
    text-decoration: none;
}
.footer li a:hover {
    list-style-image: none;
    list-style-type: none;
    color: #666666;
    text-decoration: none;
}
img.align-right {
    float:right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    border: 1px solid #CCCCCC;
}
img.align-right2 {
    float:right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    border: 1px solid #FFF;
}
img.align-left {
    float:left;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 0; 
    border: 1px solid #CCCCCC;
}
img.align-left2 {
    float:left;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 0; 
    border: 1px solid #FFFFFF;
}
#adres {
    width: 290px;
    margin-left: 30px;
    margin-top: 80px;
}
#adres p {
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #CC0000;
    font-style: italic;
    font-weight: normal;
}
#adres h5 {
    border-left-width: 1px;
    border-left-color: #990000;
}
/* SLIMBOX */

#lbOverlay {
	background-color: #CCC;
}

.lbLoading {
	background: #fff url(../images/imagemenu/loading.gif) no-repeat center;
}
#lbPrevLink:hover {
	background: transparent url(../images/imagemenu/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink:hover {
	background: transparent url(../images/imagemenu/nextlabel.gif) no-repeat 100% 15%;
}
#lbCloseLink {
	background: transparent url(../images/imagemenu/closelabel.gif) no-repeat center;
}
form tr td {
    padding-right:10px;
    padding:5px;
}
form input,
form textarea {
    border: 1px solid #DDD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:16px;
    color: #AAA; 
    padding:3px;
    background-color:#FFF; 
}
form input:hover,
form textarea:hover {
    font-style: normal;
    border: 1px solid #AAA;
    color: #666;
}
#tabs {
	overflow:hidden;
}

