@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	background-image:url(/pictures/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	color:#000000;
	font-size:11px;
	margin:0px;
	padding:0px;
}

#center
{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
}

#header
{
	background-image:url(/pictures/header.jpg); 
	background-repeat:no-repeat; 
	width:960px; 
	height:129px;
	overflow:hidden;
	color:#FFFFFF;
}

#submenu
{
	background-image:url(/pictures/submenu_background.jpg); 
	background-repeat:no-repeat; 
	width:920px; 
	height:41px;
	padding-left:40px;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	overflow:hidden;
}

#content
{
	background-image:url(/pictures/content_background.jpg); 
	background-repeat:no-repeat; 
	width:960px; 
	overflow:hidden;
	padding:0px;
}

#content_left
{
	padding-left:40px; 
	float:left; 
	width:200px;
	overflow:hidden;
}

#content_right
{
	padding-left:30px; 
	float:left; 
	width:200px;
	overflow:hidden;
}

#footer
{
	background-image:url(/pictures/footer_background.jpg); 
	background-repeat:no-repeat; 
	width:960px; 
	height:182px; 
	overflow:hidden;
}

#menu
{
	background-image:url(/pictures/menu_background.jpg); 
	background-repeat:no-repeat; 
	width:156px; 
	height:214px; 
	padding-left:20px; 
	padding-top:40px;
}

#newsletter
{
	background-image:url(/pictures/newsletter_background.jpg); 
	background-repeat:no-repeat; 
	width:176px; 
	height:300px;
	color:#FFFFFF;
}

#content_center
{
	width:470px; 
	float:left; 
	overflow:hidden;
}

#sikertortenet
{
	background-image:url(/pictures/sikertortenet_background.jpg); 
	background-repeat:no-repeat; 
	width:165px; 
	height:254px; 
	padding-left:10px; 
	padding-top:40px;
	color:#ffffff;
}

a, a:visited, a:active
{
	color:#870101;
	text-decoration:none;
}

a:hover
{
	color:#870101;
	text-decoration:underline;
}

#menu a, #menu a:visited, #menu a:active
{
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover
{
	color:#870101;
	text-decoration:none;
}

img
{
	border:none;
}

h1
{
	background-image:url(/pictures/current_page_header.jpg);
	background-repeat:no-repeat;
	width:460px;
	height:30px;
	font-size:14px;
	color:#d8dad7;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
	padding-left:10px;
}

h2
{
	font-size:14px;
	color:#8e0000;
	font-weight:normal;
}

h3
{
	font-size:16px;
	color:#818080;
	font-weight:bold;
}

.menu_item
{
	background-image:url(/pictures/menu_arrow.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-bottom:7px;
	font-weight:bold;
	color:#FFFFFF;
}

ol
{
	font-weight:bold;
	color:#8e0000;
}

ol li
{
	font-weight:normal;
	color:#000000;
}

form
{
	padding:0px;
	margin:0px;
}

.table_header
{
	font-size:12px;
	font-weight:bold;
	background-color:#8e0000;
	color:#FFFFFF;
}

