/* GUO CSS Document */

body
{
	height:100%; /*set the page body to use the full height of the window (only needed for IE)*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	color:#3399CC;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#container 
{
	position:static; /*!!!! fontos static-ra állítani, hogy a gördítosáv muködjön!*/
	width: 680px;
	background-color: #000;
	margin-top:0px;
	margin-left: 220px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#head
{
	margin:0px;
	width: auto;
	height:240px;
	background-color:#555;
	background-image:url(images/head_back.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#content
{
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	width: 620px;
	background-color:#000;
	background-image:url(images/content_back.jpg);
	background-repeat: repeat-y;
	list-style-image: url(images/bullets.gif);
	list-style-position: outside;
}
#content h1{
	font-size:16px;
	color: #CAD18B;
	letter-spacing:0.1em;
	text-align:center;
	}
#content h2{
	font-size:14px;
	color: #CAD18B;
	letter-spacing:0.1em;
	text-align:center;
	}

		#content a:link{
		color:#CC3300;
		text-decoration: none;
		font-weight: normal;
		}
		#content a:visited{
		color:#CC3300;
		text-decoration: none;
		font-weight: normal;
		}
		#content a:hover{
		color:#CC3300;
		border-bottom-color:#330000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		font-weight: normal;
		}
		#content a:active{
		border-bottom-color:#330000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		font-weight: normal;
		}
		
				.content_white {
				font-size:12px;
				color: #979376;
				border-width: 0 px;
				}
				
				.content_white_disco {
				font-size:12px;
				color: #979376;
				padding-bottom: 5px;
				}
				
				
				
				.content_orange {
				font-size:12px;
				color:#FF9900;
				}
				.content_butter {
				font-size:12px;
				color:#996633;
				}
				.content_blue {
				font-size:14px;
				color:#979376;
				background-color: #000000;
				}
				.content_red {
				font-size:13px;
				color:#990000;
				font-weight:bold;
				font-variant:normal;
				}
				.content_menu {
				font-size:13px;
				color:#CAD18B;
				}
							
					.content_images_box{
					/*float: right;*/
					border:1px;
					border-color:#990000;
					border-style:solid;
					margin-top:10px;
					margin-left:10px;
					margin-bottom:10px;
					padding:10px;
					}
					
					.content_store_images_box{
					/*float: right;*/
					border:1px;
					border-color:#990000;
					border-style:solid;
					margin-top:5px;
					margin-left:5px;
					margin-bottom:5px;
					padding:5px;
					}
					
					.content_images{
					float: right;
					padding:5px;
					margin-top:5px;
					margin-left:5px;
					margin-bottom:5px;
					}
					
					.content_images_left{
					float: left;
					padding:5px;
					margin-top:5px;
					margin-left:5px;
					margin-bottom:5px;
					}
					
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#fixed_menu {
	position: fixed; /*a nem IE böngészokhöz tartozó beállítás!*/
	top: 125px; /*menu felso elhelyezkedése*/
	left: 0px;	/*menu bal oldali elhelyezkedése*/
	width: 200px; /*menu szélessége*/
	height:auto; /*menu háttérszíne*/
	text-align: right; /*betuigazítás*/
	padding-top: 0px; /*a menu belso margója*/
	padding-right: 10px;
	line-height: 12px; /*sorok közötti távolság*/
	}
	
		#fixed_nenu.fixed_menu {
		font-size:12px;
		color:#93a978;
		}
			#fixed_menu a:link{
			color:#CAD18B;
			text-decoration: none;
			font-weight: bold;
			border-bottom-color:#330000;
			border-bottom-style:solid;
			border-bottom-width:1px;
			padding-bottom: 2px;
			
			background-image:url(images/bullets.gif);
			background-repeat:no-repeat;
			background-position:right center;
			padding-right: 15px;
			}
			#fixed_menu a:visited{
			color:#CAD18B;
			text-decoration: none;
			font-weight: bold;
			border-bottom-color:#330000;
			border-bottom-style:solid;
			border-bottom-width:1px;
			padding-bottom: 2px;
			
			background-image:url(images/bullets.gif);
			background-repeat:no-repeat;
			background-position:right center;
			padding-right: 15px;
			}
			#fixed_menu a:hover{
			color:#93a978;
			font-weight:normal;
			border-bottom-color:#330000;
			border-bottom-style:solid;
			border-bottom-width:1px;
			padding-bottom: 2px;		
			background-image:url(images/bullets.gif);
			background-repeat:no-repeat;
			background-position:right center;
			padding-right: 15px;
			}
			#fixed_menu a:active{
			color:#93a978;
			font-weight:normal;
			border-bottom-color:#330000;
			border-bottom-style:solid;
			border-bottom-width:1px;
			padding-bottom: 2px;
			
			background-image:url(images/bullets.gif);
			background-repeat:no-repeat;
			background-position:right center;
			padding-right: 15px;
			}
			
#fixed_menu a { display: block; } 
* html #fixed_menu {position:absolute;} /*IE only change the position mode of the menu*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#footer
{
	width: auto;
	height: 73px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:#777;
	background-image:url(images/footer_back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.footer {
			color:#93a978;
			font-weight:normal;
			}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
BODY {
scrollbar-face-color:#c2090f;
scrollbar-highlight-color:#c2090f;
scrollbar-3dlight-color:#c2090f;
scrollbar-darkshadow-color:#c2090f;
scrollbar-shadow-color:#c2090f;
scrollbar-arrow-color:#000;
scrollbar-track-color:#000;
}
