





blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th , td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}













/*------------------------------BODY------------------------------*/
body {
	background-color: #77615a;
	background-image:url(htmlBg.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	SCROLLBAR-FACE-COLOR: #A6A6A6;
	SCROLLBAR-HIGHLIGHT-COLOR: #A6A6A6;
	SCROLLBAR-SHADOW-COLOR: #A6A6A6;
	SCROLLBAR-3DLIGHT-COLOR: #A6A6A6;
	SCROLLBAR-ARROW-COLOR: #fff;
	SCROLLBAR-TRACK-COLOR: #fff;
	font-family: Arial;
	font-size:12px;
	color:#fff;
	border: solid 0px red;
}


/*------------------------------TEXT------------------------------*/
A:link    { color:#ee7015; text-decoration:none;} 
A:visited { color:#ee7015; text-decoration:none;} 
A:hover   { color:#ffba00; text-decoration:underline;} 
A:active  { color:#ee7015; }


h1 {
	display:none;
	position:absolute;
}

h2 { 
        border-bottom-color: rgb(145, 138, 137);
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        color: rgb(149, 128, 121);
        font-family: "Arial";
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 1px;
        margin-left: 0px;
        margin-top: 5px;
        padding-bottom: 5px;
        padding-top: 1px;
}

h3 {
	color:#db6f22;
	padding-top:1px;
	font-family: Arial;
	font-size: 11px;
	margin:2px;
}

h4 {
	color:#db6f22;
	padding-top:0px;
	font-family: Arial;
	font-size: 12px;
	margin-left:2px;
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}
#contents {
	width:985px;
	padding:0;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	border:solid 0px blue;
}
/*------------------------------HEADER------------------------------*/
#header {
	height:207px;
	border:solid 0px red;
	text-align:center;
	background-image:url(headerBg.png);
	background-position:14px 0;
	background-repeat:no-repeat;
	font-weight: bold;
}

#headerFlash {
	margin-left:5px;
}
#logo {
	background-position:15px 0;
	background-image:url(../../header/logo.jpg);
	background-repeat:no-repeat;
	height:170px;
	width:210px;
	border:solid 0px red;
}
*html #logo {
	width:190px;
	background-position:4px 0;
	border:solid 0px blue;
}
#main {
	border:solid 0px red;
	margin:auto;
	background-image:url(mainBg.gif);
}


/*------------------------------RIGHT CONTENT------------------------------*/
#rightContent {
	border:solid 0px red;
}


/*------------------------------FOOTER------------------------------*/
#footer {
	background-image:url(footerBg.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0 0 10px 14px;
	width:975px;
	height:92px;
	text-align:left;
	font-size:11px;
}
.copyright {
	position:absolute;
	margin:10px 0 0 10px;
	color:#1c1715;
}
.copyright a,.copyright a:visited,.copyright a:active{	
	color:white;
}
.copyright a:hover {	
	color:#1c1715;
}
.designed {
	position:absolute;
	margin:50px 0 0 885px;
	border:solid 0px red;
}
*html .designed {
	position:absolute;
	margin:42px 0 0 880px;
	border:solid 0px red;
}
.designed a{
	position:absolute;
	margin:-4px 0 0 5px;
	border:solid 0px red;
}
#footer ul {
	position:absolute;
	margin:7px 0 0 495px;
	padding:20;
	text-align:right;
	width:430px;
	border:solid 0px red;
}
#footer ul img{
	position:absolute;
	margin:4px 3px 0 3px;
}
#footer li {
	display:inline;
	margin:0;
}
#footer li a{
	color:#fff;
	padding:4px 3px 4px 3px;
	line-height:20px;
	font-size:10px;
	margin-left:4px;
}
#footer li a:hover{
	color:#0a0907;
	background-color:#fff;
	text-decoration:none;
	border-top:solid 1px #fff;
}


#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#333333;
}
#menu li {
	margin:0;
	padding:0;
	display:inline;
	padding-right:2px;
}
/*-- felsö menüsor --*/
#menu li a,#menu li a:visited,#menu li a:active {
	color:#666666;
	text-decoration:none;
vertical-align:middle;
	font-size:13px;
	padding:8px 8px 8px 8px;
	line-height:35px;
}
*html #menu li a,#menu li a:visited,#menu li a:active {
	padding:5px 5px 5px 5px;
vertical-align:middle;
	line-height:35px;
}
#menu li a:hover {
	color:#fff;
	background-color:white;
	background-image:url(menuBg.png);
}

