* {
    font-family: Arial, Tahoma, serif;
    font-size: 11px;
    color: #5e2c09;
}

body { text-align: center; }

body, td, p {
    margin: 0;
    padding: 0;
}

body, td {
    background: #f1fcff;
}

a { 
    color: #00afcc;
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
    color: #5e2c09;
}

H1, H2, .h2 {
    margin: 0;
    font-weight: normal;
}
H1 {
    font-size: 24px;
    line-height: 32px;
}
.h2, H2 /* Style: Pealkiri2 */ {
    font-size: 18px;
    line-height: 18px;
}

.topic {
    width: 970px;
    background: #00afcc;
    padding-bottom: 10px;
}

.top {
    text-align: right;
    padding: 2px;
    padding-right:11px;
    color: #FFFFFF;
    background: #5e2c09;
}

.logo {
    margin: 39px 26px 0 25px;
    /* top bottom right left */
}

.search {
    position: absolute;
    top: 47px;
    left: 744px;
    text-align: right;
    width: 200px;
}
.text, .button {
    height: 17px;
}
.text {
    width: 150px;
    border: #5e2c09 solid 1px;
}
.button {
    background: #5e2c09;
    border: #5e2c09 solid 1px;
    color: #FFFFFF;
    float: right;
}

.menu {
    margin: 26px 0 0 32px;
    text-transform: lowercase;
}
.menu a {
    color: #FFFFFF;
}
.menu a:hover {
    text-decoration: none;
}
.menu .selected {
    font-weight: bold;
    color: #5e2c09;
}

.lang, .lang a {
    color: #FFFFFF;
}
.lang {
    position: absolute;
    top: 147px;
    left: 865px;
    text-align: right;
    width: 80px;
}

.middle {
    clear: both;
}

.leftmenu {
    position: absolute;
    top: 230px;
    left: 32px;
    width: 190px;
}
.leftmenu a {
    display: block;
}
.child {
    margin-bottom: 5px;
}
.child a {
    text-decoration: underline;
}
.selected, .selected2 {
    color: #5e2c09;
    
}
.selected2 {
    text-decoration: underline;
}

.content {
    position: absolute;
    top: 199px;
    left: 232px;
    width: 560px;
    overflow-x: hidden;
    padding-bottom: 60px;
}
.content2 {
    position: absolute;
    top: 189px;
    left: 20px;
    width: 950px;
    overflow-x: hidden;
}
.bord {
    border-left: #5e2c09 solid 1px;
    padding-left: 15px;
    padding-top: 10px;
    color: #00afcc;
    font-size: 14px;
}
.bord a {
    font-size: 14px;
}

.images {
    position: absolute;
    top: 230px;
    left: 825px;
    padding-bottom: 60px;
}

.ftable td /* Style: front_tabel */ {
    padding: 0;
    padding-right: 15px;
}

.popup {
    padding: 2px 4px 2px 4px;
    background: #5e2c09;
    color: #FFFFFF;
}

/* Front page gallery */
#gallery-holder {
    margin: 2em 0 0 0;
}
#gallery-holder table {
    margin: 0 0 10px 0;
}
#gallery-holder td {
    background-color: #e2e7e6;
    vertical-align: top;
}
#gallery {
    overflow: scroll;
    overflow-y: visible;
    width: 440px;
}
.gallery-item {
    padding: 10px 5px;
}
#gallery .last {
    padding-right: 10px;
}
#gallery .first {
    padding-left: 10px;
}
.gallery-img-description {
    margin: 5px 0 0 0;
}
.gallery-text {
    width: 200px;
}
.gallery-text h3 {
    margin: 0 0 .5em 0;
    font-size: 12px;
    font-weight: bold;
}

#wrapper {
    width: 970px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
