#szovegbox {
	padding:15px;
	position:absolute;
	width: 300px;
	background: transparent;
	background-color:#000000;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
p.szoveg {
width:100%;
font-size:12px;
background:transparent;
color:white;
}
p.nagyszoveg {
	width:100%;
	color:white;
	font-size:12px;
	line-height: 14px;

}

body {
	margin: 0;
	padding: 0;
	background: url(images/img01.gif) no-repeat left top #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #F27920;
}

h1 {
	letter-spacing: 1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
}

p, ul, ol {
	line-height: 26px;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	padding: 2px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	height: 30px;
	margin: 0 auto;
}

/* Menu */



/* Page */

#page {
	width: 860px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
}



/* Sidebar */

#sidebar {
	position:absolute;
	font-weight: bold;
	top:250px;
	left:20px;
	float: left;
	width: 235px;
}

#sidebar ul {
	padding-bottom: 20px;
	list-style:none;
}

#sidebar li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(images/img04.jpg) repeat-x left bottom;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
}

/* Search */

#search {
	background: url(images/img03.jpg) repeat-x left bottom;
	margin-bottom: 20px;
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 3px 0px 3px 15px;
	border: 1px solid #F0F0F0;
}

#x {
	margin-bottom: 20px;
	padding: 3px 3px 3px 3px;
	background: #ECECEC;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 52px;
	margin: 0 auto;
}

#footer {
	position: absolute;
	bottom:10px;
	margin: 0 auto;
	height: 22px;
	min-height: 52px;
	padding: 0;
	background: #000000 url(images/img05.gif) repeat-y left bottom;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

