@import url('PullDownMenu.css');
@import url('common.css');
html, body{
 margin:0;
 padding:0;
 text-align:center;
}

#pagewidth{
    width:780px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    background-color: #FFF;
}

#header{
 position:relative;
 height:302px;
  background-color: #EBF0F0;
 width:100%;
}

#leftcol{
 width:225px;
 float:left;
 position:relative;
  }

#maincol{
 float: right;
 display:inline;
 position: relative;
 width:555px;
}

.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}
 @media print{

#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}




/*******************/
body{
    background: #E17F3E;
}
#header{
    background: url('top.gif') top no-repeat;
    height: 167px;
    text-align: right;
}
#domain{
    color: #C3D5FA;
    float: right;
    text-decoration: none;
    line-height: 18px;
    margin-right: 8px;
}
#domain:hover{
    text-decoration: underline;
}
#logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 140px;
}
#logo span{
    display: none;
}
#maincol{
    background: #F9FAFA;
}

a{
    color: black;
}

/*left*/
#menuwrap{
    padding: 4px 12px 4px 15px;
    overflow: hidden;
}
#menu{
    overflow: hidden;
}

#menu ul{
    height: 1%;
    list-style: none;
    margin: 0 0 1em 0;
}

#menu li {
    padding-left: 1.5em;
    background: url('li2.gif') 0px .45em no-repeat;
}

#menu li.active {
    background: url('li1.gif') 0px .45em no-repeat;
}

#menu ul li {
    padding-left: 1em;
    background: url('li.gif') 0px .45em no-repeat;
}
#menu li {
    list-style: none;
    line-height: 17px;
}
#menu .active a{
    color: #D67F54;
}

/*reset..*/
#menu .active li a{
    color: #000;
}
#menu li .active{
    background: url('li.gif') 0px .45em no-repeat;
}



.txt{
    padding: 1em;
    text-align: justify;
}

.txt ul{
    height: 1%;
    list-style: none;
    margin: 1em 0 2em 1em;
}
.txt ul li {
    padding-left: 1em;
    background: url('li.gif') 0px .45em no-repeat;
    line-height: 18px;
    margin-bottom: 0.5em;
}
.txt ul li span{
    display: block;
    float: left;
    width: 300px;
}
.txt{
    padding-left: 20px;
}

h3, h1{
    border-bottom: 2px solid #D67F54;
    margin: 2em 0 1.5em 0;
    font-weight: bold;
    font-size: 125%;
    padding: 0 0 5px 5px;
}
.txt p{
    margin-bottom: 1em;
}

#rightcol{
    text-align: center;
}
#rightcol{
    padding-top: 2em;
}
#rightcol a{
    color: #FFF;
}

.tree ul{
    margin: 0 !important;
    padding: 0 !important;
}


fieldset{
    border: 1px solid #880000;
    padding: 0.5em;
    margin: 0 2px 1em 0px;
}

legend{
    font-weight: bold;
    padding: 1px 4px;
    color: #FFF;
    background: #880000;
    _margin-bottom: 0.5em;
}

/*article with gallery*/
.art_gal .gal{
    margin-top: 1em;
    text-align: center;
}
.art_gal .thumb{
    float: left;
    margin: 10px 0px 15px 30px;
}

.art_gal .gal a:hover{
    color: orange;
}
.art_gal .txt{
    width: 515px;
}


#foot{
    text-align: center;
    background: #F9FAFA;
    border-top: 1px solid #FFF;
}

#foot, #foot a{
    color: #CCC;
    line-height: 20px;
}

#news{
    margin-top: 20px;
}

#news h5{
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    padding: 8px 0 0 0;
}
#news .new{
    display: block;
    margin-bottom: 10px;
    height: 1%;
}
#news p{
    line-height: 20px;
}
#news .pic{
    float: left;
    margin-right: 7px;
}

/*home*/
.homesub{
    line-height: 20px;
    color: #4B5E86;
    font-size: 12px;
    float: left;
    width: 270px;  
}
.homesub h3{
    font-size: 12px;
}
.homesub ul{
    padding-left: 20px;
    list-style-type: square
}

/*galerie*/
.gallery{
    overflow: hidden;
    padding: 0 0 2em 20px;
    _padding: 0 0 2em 4px;
}

.gallery div{
    width: 140px;
    text-align: center;
    background: #EEE;
    float: left;
    margin: 1em 16px 1em 16px;
    padding: 0 0 1em 0 !important;
}

.gallery .thumb{
    margin: 1em 0 0.5em 0;
    display: block;
    padding: 0 !important;
}

