/* -- reset CSS -- */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
form label {
	cursor: pointer; 
	}
address {
	font-style: normal; 
	}
:link,:visited {
	text-decoration: none;  
	}
a img,:link img,:visited img {
	border: none; 
    }
fieldset {border: none; 
    } 
div.clear, span.clear {
	clear: both; 
	font-size: 0px; 
}

/* -- reset CSS -- */



a span {
	display:none;
}
a.link {
	color:#000;
	text-decoration:none;
}
a.tovabb {
	background-image: url(img/btn_tovabb.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 36px;
	width: 80px;
}
h1 {
	color:#fc8200;
	font-size: 18px;
}
h2 {
	color:#fc8200;
	font-size: 15px;
	margin-bottom: 15px;
}
h3 {
	color:#7e2a1a;
	font-size: 12px;
	line-height: 16px;
}
h4 {
	color:#000;
}
h5 {
	color:#000;
}


body{
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat: repeat;
	background-position: left top;
	background-color: #ffffff;
	background-image: url(img/bg.jpg);
}
#page {
	margin: 0 auto;
	width: 920px;
	padding: 0;
}
#container {
	margin: 0 auto;
	width: 920px;
	padding: 0;
	background-image: url(img/bg_container.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#menu{
	float: left;
	padding: 0 0 0 200px;
	width: 700px;
	height: 40px;
	background-color: #83311b;
	background-position: left top;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	margin: 0 10px;
}
#menu ul li {
	float: left;
	height: 40px;
	background-image: url(img/separator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul li a {
	font-size: 13px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	margin: 0 10px;
	text-shadow: 0px 1px #000000;
}
#menu ul li a:hover {
	color: #F90;
}
#header {
	margin: 0 10px;
	width: 900px;
	padding: 0;
	height: 170px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#wrapper {
	width: 900px;
	float: left;
	background-image: url(img/wrapper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 500px;
	margin: 0 10px;
	padding: 0;
}
#wrapper  #motto{
	height: 80px;
	width: 470px;
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 15px;
}
#motto .tovabb {
	float: right;
	margin-right: 20px;
}
#wrapper #content{
	margin: 0;
	width: 455px;
	float: left;
	padding: 0 30px 0 15px;
	min-height: 300px;
}
#content h1 {
	line-height: 50px;
	margin-bottom: 15px;
}
#wrapper #slideShow {
	float: right;
	height: 290px;
	width: 400px;
	background-image: url(img/bg_slideshow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#slideShow #pics {
	height: 240px;
	width: 320px;
	background-color: #FFF;
	padding: 0px;
	margin: 10px 40px 35px 40px;
	position: relative;
	overflow: hidden;
}
#pics img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	border: 10px solid #ffffff;
}
#wrapper #sideBar {
	float: right;
	width: 380px;
	padding: 20px 10px;
	background-color: #f9f7e1;
}
#sideBar #mediaBox {
	float: left;
	height: 200px;
	width: 380px;
}
#mediaBox h2  {
	background-color: #f1efd5;
	height: 34px;
	line-height: 34px;
	background-image: url(img/media.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
}
#mediaBox img {
	border: 5px solid #dbd7ae;
	float: right;
}
#mediaBox .tovabb {
	margin: 10px 10px 10px 100px;
}
#sideBar #eloadasok {
	float: left;
	width: 380px;
}
#eloadasok p {
	margin-bottom: 3px;
}
#eloadasok .hely {
	font-style: italic;
	color: #4b4b4b;
	padding-left: 5px;
	border-left: 3px solid #e5e2c7;
}
#footer {
	height: 55px;
	width: 880px;
	padding: 75px 20px 0 20px;
	font-size: 11px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	clear: both;
}

