/***/
*{
 margin:0;
 padding:0;
}


html, body{
    text-align:center;
    height: 100%;
}

#header{
    background: url('top.jpg') center top no-repeat;
    height: 332px;
}
#ft{
    background: url('bot.jpg') center bottom no-repeat;
    height: 206px;

}


#wrapper{

    width:980px;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
 @media print{
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}



/***********/


body{
    background: #000 url('bg.jpg');
    color: #FFF;
}

body, td, input, select{
    font: 12px Verdana;
}

a {color: #FFF}
a img{border: none}
.tal{text-align:left}
.tar{text-align:right}
.tac{text-align:center !important}
.taj{text-align:justify}
.fw{width:100%}
.hw{width:50%}
.fl{float:left}
.fr{float:right}
.clr{clear:both}
.clrl{clear:left}
.center{display:block;text-align:center}
.msg{text-align:center;background:yellow;color:#000;padding:1em;font-weight:bold}
th{text-align:left;vertical-align:top}
p{margin: 1em 0}
.cutlink{float:right}
.rqrd{background: #FFF url('required.gif') top right no-repeat}
ul{list-style-position: inside;}
td{vertical-align:top}

a:hover{color:#8A0B04}

#mcnt{
    width: 980px;
    padding: 186px 0 0 0;
    margin: 0 auto;
}

#menu{
    list-style: none;
    list-style-position: outside;
}
#menu li{
    display: block;
    float: left;
    margin: 0;
}
#menu li a{
    display: block;
    text-decoration: none;
}
#menu span{
    display: block;
    text-align: right;
    margin: 4px 0 0 0;
    padding: 0 5px 0 0;
    line-height: 12px;
    font-size: 10px;
    color: #BFBFBF;
    border-right: 1px solid #555;
}


.strtxt{
    font-family: Tahoma,Verdana,Arial,lucida,sans-serif;
    font-size: small;
    line-height: 1.6em;
    padding: 0px 10px;
    text-align: justify;
}
.strtxt h1{
    margin-left: 0;
}
.strtxt ul{
    height: 1%;
    list-style: none;
    margin-left: 1em;
}
.strtxt ul li {
    list-style-position: outside;
    padding-left: 15px;
    background: url('li.gif') 0px .5em no-repeat;
    line-height: 18px;
}
.strtxt ul li span{
    display: block;
    float: left;
    width: 300px;
}
.strtxt .pic{
    float: left;
    margin: 0 8px 8px 0;
    /*border: 4px solid #E5ECF4;*/
    border: 4px solid #7692B7;
}

h1{
    font-size: 150%;
    margin: 1em 0 1em 7px;
    font-family:Georgia,'New York CE',utopia,serif;
}
h2{
    font-size: 14px;
    background: #E5ECF4;
}


legend{
    color: #FFF;
    background: #69C;
    padding: 2px 5px;
    border: 1px solid #69C;
}
fieldset{
    border: 1px solid #69C;
    padding: 1em;
}

.msg0,.msg1,.msg2{background: url('msg0.gif') 2px center no-repeat;padding: 1em 1em 1em 25px}
.msg1{background-image: url('msg1.gif')}
.msg2{background-image: url('msg2.gif')}


.lst{
    width: 100%;
    border: 1px solid #9AB4D6;
}
.lst th{
    padding: 1px;
    color: #FFF;
    text-align: center;
    background: #69C;
    vertical-align: middle;
}

.frm{
    width: 100%;
}
.frm td{
    text-align:left;
}
.inp{
    border: 1px solid #620001;
}
.btn{
    color: #FFF;
    background: #444;
    border: 1px solid #000;
}
.tal td{
    text-align: left;
}

.paging{
    width: 100%;
    margin: 1em 0;
}
.paging td{
    width: 20%;
    font-size: 120%;
    background: #222;
}

/*GALLERIE*/
.gallery img{
    width: 140px;
    height: 140px;
}
.gallery a{
    width: 140px;
    height: 140px;
    float: left;
    display: block;
    margin:7px 7px 7px 12px;
    border: 1px solid #ABABAB;
}

/*KONTAKT*/
#contact{
    margin-top: 2em;
}



#footer{
    height: 40px;
}
#footer .cright{
    display: block;
    font-size: 10px;
    text-align: right;
    padding: 10px 10px 0 0;
}
.cright, .cright a{
    color: #444;
}


