* html .fixed{
        position: fixed;
        }

body {
        font: 0.8em Arial, Verdana, Helvetica, sans-serif;
        color: #000000;
        background: #C8C5A5 url(pic/tmdkbg.jpg) repeat-y fixed left top;
        text-align: center;
        vertical-align: top;
        margin: 0px;
        padding:0px 0px 0px 0px;
        }

p {
        font: 0.8em Arial, Verdana, Helvetica, sans-serif;
        color: #000000;
        text-align: justify;
        text-indent: 1em;
}


a:link {
        color: #666666;
        text-decoration: none;
}
a:hover {
        color: #336699;
        text-decoration: underline;
}
a:visited {
        color: #6A6A6A;
        text-decoration: none;
}
a:active {
        color: #FF0000;
        text-decoration: underline;
}

h1{
        color: black;
        font-size: 1.2em;
}

h2 {
        color: black;
        font-size: 1em;
        text-transform: capitalize;
        font-weight: lighter;
}

h3 {
        color: black;
        font-size: 0.8em;
        text-transform: uppercase;
}
ul {
        font-size: 0.8em;
}
li {
        list-style-type: none;
        list-style-position: inside;
        line-height: 1.5em;
}


/* HTML tag-ek vége*/
#basic {
        height: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top;
}



#head {position: fixed; top: -8px; left: 0px;
        width: 100%;
        height: 20px;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
}
.datum {
        font: bolder 0.7em Arial, Helvetica, sans-serif;
        color: black;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border-bottom: 3px solid #88845F;
}
        
#menu {
        vertical-align: middle;
        text-align: center;
        background-color: #88845F;
        border-bottom: 1px dotted #88845F;
        margin-bottom: 3px;
}

#menu a:link {
        font-size: 0.8em;
        color: black;
        text-decoration: none;
        font-variant: small-caps;
        padding: 1px 3px;
        width: auto;
        font-weight: bold;
        letter-spacing: 0.1em;
        
        
}

#menu a:hover {
        color: white;
        padding: 1px 3px;
        width: auto;
        font-weight: bold;
        letter-spacing: 0.1em;
        }


#menu a:visited {
	font-size: 0.8em;
	color: black;
	font-variant: small-caps;
	padding: 1px 3px;
	width: auto;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

#menu a:active {
        color: white;
        padding: 1px 3px;
        width: auto;
        font-weight: bold;
        letter-spacing: 0.1em;
        
}

#header {
        background:#C8C5A5 url(pic/header.png) no-repeat center center;
        height: 150px;
        text-align: center;
        vertical-align: bottom;

}

#tartalom {
        padding: 5px;
        height: auto;
        width: 100%;
}
#bal {
        padding: 0px 0px 0px 3%;
        height: auto;
        width: 80%;
        vertical-align: top;
}

.text {width: auto;
        border-right: 2px #88845F dotted;
        border-bottom: 2px #88845F dotted;
        text-align: justify;
        padding: 5px 2em;
        margin: 2em;
        
}

#jobb {
        padding: 0px 10px 0px 5px;
        height: auto;
        width: 20%;
        vertical-align: top;
        text-align: center;
        background:#C8C5A5 url(pic/rightbgnd.png) repeat-y center bottom;
}

.cimsor{
        /*background-color: #797558;*/
        border-bottom: 1px #ffffff solid;
        color: #C8C5A5;
        text-align: center;
        font-size: 0.8em;
        text-transform: uppercase;
        font-weight: bold;
}
#footer {
        
}
.copy {
        font: 0.7em Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #000000;


}
.link {
        font-size: 0.7em;
        text-decoration: none;
        text-transform: uppercase;
        color: black;

}
.link:hover {
        color: #C8C5A5;
        background: #000000;
}

/* az új menü */


#navcontainer { 
height:auto; background-color:#797558;
}

#navlist {
        PADDING-RIGHT: 1px;
        PADDING-LEFT: 1px;
        PADDING-BOTTOM: 1px;
        PADDING-TOP: 1px;
        FONT: bold 11px Verdana, sans-serif; MARGIN-LEFT: 0px;
}
#navlist LI {
        BORDER-TOP: gray 0px solid; DISPLAY: inline; MARGIN: 0px; LIST-STYLE-TYPE: none;
}
#navlist LI A {
        PADDING-RIGHT: 0.5em;
        PADDING-LEFT: 0.5em;
        PADDING-BOTTOM: 0.25em;
        PADDING-TOP: 0.25em;
        TEXT-DECORATION: none;
        BORDER-LEFT: #C8C5A5 1px dotted;

}
#navlist LI A:link {
        COLOR: #C8C5A5;
}
#navlist LI A:visited {
        COLOR: #C8C5A5;
}
#navlist LI A:hover {
        BORDER-LEFT-COLOR: #fff;
        BORDER-BOTTOM-COLOR: #fe3;
        BORDER-TOP-COLOR: #fe3;
        BORDER-RIGHT-COLOR: #fff;
        BACKGROUND-color: #797558; COLOR: #fff;
} 
/* új menü vége*/
