@CHARSET "UTF-8";

html {
	font-size: 100%;
	height: 101%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background: url('./static/bg_grad.png') repeat-x;
	background-color: #FFFFFF;
	margin: 0;
}

#main {
	width: 900px;
	margin: auto;
	/*border: 1px solid #ccc;*/
}

#toplogo {
	height: 126px;
	margin: 0;
	padding: 0;
	background: #fec200 url(./static/bg_grad.png) repeat-x;
}

#toplogo img {
	width: 900px;
	height: 126px;
}

#topcorners {
	height: 10px;
	background: #333 url('./static/top_corners.png');
}

#topband {
	position : relative;
	font-size: 10px;
	line-height: 28px;
	width: 900px;
	height: 36px;
	background: #333 url('./static/menu_bg.png');
	position: relative;
}

#fooldal {
	position: absolute;
	left: 247px;
	width: 134px;
	height: 14px;
}

#fooldal a span {
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 2;
	width: 134px;
	height: 14px;
	background: url('./static/fooldal.png') no-repeat;
	cursor: pointer;

}

#forum {
	position: absolute;
	right: 261px;
	width: 136px;
	height: 14px;
}

#forum a span {
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 2;
	width: 136px;
	height: 14px;
	background: url('./static/forum.png') no-repeat;
	cursor: pointer;

}

#fooldal a:link span, #fooldal a:visited span,
#forum a:link span, #forum a:visited span {
	background-position: top left;
}

#fooldal a:hover span, #forum a:hover span {
	background-position: bottom left;
}

#infobar {
	background: #008fcb url('./static/blue_bg.png');
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding-top: 2px;
	height: 21px;
}

#infobar a {
	color: white;
	text-decoration: none;
}

#text {
	background: #333 url('./static/black_bg.png');
	color: #BFBFBF;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	text-align: justify;
}
#text a {
	color: #BFBFBF;
}

#menu {
	background: #333 url('./static/black_bg.png');
	color: #BFBFBF;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 13pt;
	text-align: center;
	padding-bottom: 5px;
}
#menu a {
	color: #BFBFBF;
}
#menu a:hover {
	color: #fcad45;
}

#content {
	background: #fbfbfb url('./static/white_bg.png');
	color: #474747;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 13pt;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content a {
	color: black;
}
#content a:visited {
	color: #555555;
}

#links {
	background: #333 url('./static/black_bg.png');
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt; color : white;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
}

#links a {
	color: white;
}

#copyright {
	background: #333 url('./static/black_bg.png');
	font-size: 11pt;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.line {
	background: #fcad45 url('./static/orange_bg.png');
	height: 3px;
}

.line-border {
	background: #fcad45 url('./static/orange_bg.png');
	height: 3px;
	border-bottom: 1px solid black;
}

.little-text {
	font-size: 10px;
}

.element {
	height: 110px;
}
.element:hover {
	background-image: url('./static/sel.png');
}

.title {
	text-align: center;
	font-weight: bold;
	padding: 3px;
}