/* 
    Created on : Sep 3, 2016, 8:54:42 AM
    Author     : Vilmos Branyik
*/

a:link {color: #52191a; font-weight: bold; text-decoration: none;}
a:hover {color: #7e2529; font-style: italic;}
a:visited {color: #52191a;}

body {
/*    background-color: #f1f1d4; */
    background-color: #fffde6;
    margin: 0px;
    padding: 0px;
}

img {border: none; display: block;}

#footer {
    background-image: url('../images/twg-footer-background.png');
    background-repeat: repeat-x;
    color: #fff;
    text-align: center;
    width: 100%;
}

#footer img {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#header {
    background-image: url('../images/logo_background.gif');
    background-repeat: repeat-x;
    width: 100%;
}

#header img {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#main {
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
/*
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
*/
    width: 800px;
}

.link-about {
    height: 102px;
    width: 200px;
}

.main-image {
    float: left;
    margin: 0px 15px 5px 0px;
}

.main-left {
    background-color: #fff;
    border-right: 1px solid #000;
    display: block;
    font-size: 20px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    width: auto;
}

.main-right {
    background: #fff;
    display: block;
    float: right;
    text-align: center;
    width: 200px;

}

.terlatos-img {
    height: 138px;
    width: 200px;
}