body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	background-image:  url(../images/background.gif);
	background-repeat: repeat-x;
	background-position:  top left;
	color: #FFF;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------
	konténer
-------------------------------*/
div#container {
	width: 750px;
	margin: 0 auto;
	background-color: #141414;
	text-align: left;
	color: #BBBCB0
}

/*-------------------------------
	fejléc
-------------------------------*/
div#header_container {
	float: left;
	width: 750px;
	height: 150px;
	background-image:  url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position:  top left;
}

div#logo {
	float: left;
}

div#header_image_large {
	float: left;
	margin: 13px 0 0 20px;
}

div#header_image_small {
	float: left;
	margin: 13px 0 0 15px;
}

/*-------------------------------
	tartalom
-------------------------------*/
div#content_container {
	float: left;
	width: 750px;
	background-color: #141414;  
}

div#content {
	float: left;
	min-height: 300px;
	height: expression(this.scrollHeight < 300? "300px" : "auto" );
	margin-top: 36px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #7B7B7B;
	background-color: #5B5D45;
	text-align: justify;
}

div#content_box {
	width: 580px;
}


/*-------------------------------
	menü
-------------------------------*/
div#menu {
	float: left;
	width: 100px;
	height: 300px;
	padding: 36px 0 0 10px;
	text-align: center;
}

.menu {
	display: block;
	float: left;
	width: 100px;
	margin-bottom: 3px;
	padding: 8px 0 8px 0;
	background-image:  url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position:  bottom center;
	text-align: center;
}

.menu a{
	text-decoration: none;
	color: #BBBCB0;
	font-weight: bold;
}

.menu a:hover{
	color: #620B28;
	font-weight: bold;
}

.submenu {
	padding-left: 15px;
	text-align: center;
}

.submenu a {
	display: block;
	float: right;
	padding: 2px;
	background-image:  url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position:  bottom center;
	text-decoration: none;
	color: #BBBCB0;
	font-weight: normal;
	font-size: 10px;
}

.submenu a:hover {
	text-decoration: none;
	color: #620B28;
	font-weight: normal;
	font-size: 10px;
}

/*-------------------------------
	lábléc
-------------------------------*/
div#footer {
	float: left;
	background-color: #141414;
}

div#footer_left {
	float: left;
	line-height: 18px;
	padding: 10px 0 10px 130px;
	font-size: 10px;
	color: #fffED0;
}

div#footer_right {
	float: right;
	padding-right: 20px;
	text-align: right;
}

/*-------------------------------
	spacer
-------------------------------*/
.clearer {
	clear : both;
}

.spacer {
	/*min-height: 100px;*/
	height: 100%;
}

/*-------------------------------
	formázás
-------------------------------*/
.content_center {
	text-align: center;
}
