body {
margin: 0px;
background-repeat: repeat;
background-color: #00000;
background-position:top left;
font-family: verdana;
font-size: 11px;
}

html,body {
height: 100%;
}

#wrapper {
width: 1000px;
height:100%;
font-color: #000000;
background-color: #00000;
padding:0px;
margin:0px auto 0px auto;
border: 0px solid;
}
#wrapper[id] {
height:auto;
min-height:100%;
}

#header {
width: 1000px;
height: 330px;
padding:0px;
background: url(images/header.jpg);
background-color: #00000;
background-position:top center;
background-repeat:no-repeat;
border-bottom: 0px solid;
}


#contentwrapper {
height: 1000px;
background-image: url;
color: #000000;
background-color: #00000;
background-position:top center;
background-repeat:repeat;
}
#contentwrapper[id] {
height:auto;
min-height:620px;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

#navi {
float:left;
width:190px;
padding:5px;
padding-top:0px;
text-align:left;
background-color: #00000;
border-right: 0px solid #008000;
}

#naviright {
float:right;
width:190px;
padding:5px;
color: #000000;
padding-top:0px;
text-align:left;
background-color: #00000;
border-left: 0px solid #000000;
}

#content {
float:left;
width:520px;
padding-top:0px;
margin-top: 0px;
}

#footer {
height: 70px;
padding:15px 5px 25px 10px;
clear: both;
background-repeat:no-repeat;
background-position:top center;
margin-bottom:0px;
border-top: 0px solid #00000;
background-color: #00000;
}
#footer[id] {
height:auto;
min-height:70px;
}

/* FEJLÉC ALATT LINKEK CSS-E */	
#menubar {
width: 1000px;
height:35px;
padding:0px;
position:relative;
top: 330px;
left: 0px;
text-align:left;
border-top: 0px solid #000000;
}

.nav { /* itt kezdődnek a linkek, azaz pozíció css */
	cursor: default;
	background-color: #00000;
border: 0px;
	}	
.nav a { /* linkek A stílusa */
	display: block;
	background-image: url;
	color: #000000; 
    letter-spacing: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	line-height: 10px;
	height: 20px;
	padding: 5px; 
	width: 190px;
	text-align: center;
	border-top: 0px solid #00000;
	}
.nav a:hover {/* linkek A:HOVER stílusa */
	background-image: url;
	color: #EEB4B4;
	letter-spacing: 1px;
	text-decoration: none;
	font-family:  Arial;
	font-size: 8pt;
	line-height: 10px;
	height: 20px;
	width: 190px;
	font-weight:bold;
	text-transform:uppercase; 
	text-align: center;
	border-top: 0px solid #00000;
	}	
.nav_text{padding-top:5px;}	/* szöveg beigazítása középre */


b{
color: #5C4033;
}

i{
color: #000000;
}

a:link, a:visited, a:active{
color: #964514; 
}

a:hover {
color: #964514;
text-transform:uppercase;
}



