﻿body {
margin : 0;
font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif;
font-size : 11px;
color : #38484f;
}
#body_bg {
	background-color: #313640;
/*background-image : url('images/bg_pattern.gif');
background-repeat : repeat;*/
}
div#mainwrap {
	width : 920px;
	background-color : #303030;
	border-right-width : 1px;
	border-left-width : 1px;
	border-right-style : solid;
	border-left-style : solid;
	border-right-color : #d0d5d9;
	border-left-color : #d0d5d9;
	position : relative;
}

div#divider1 {
	background-image : url('images/divider_1_bg.gif');
	background-repeat : repeat-x;
	height : 10px;
	overflow : hidden;
}


div#top_header {
	height: 176px;
}

div.logo1 {
	background-image: url('images/header.jpg');
	background-repeat : no-repeat;
	width: 920px;
	height: 143px;
	float : left;
}
#navigation {
	background-image: url('images/menu_bg.gif');
	background-repeat : repeat-x;
	width: 920px;
	height: 33px;
	float: left;
}
#navigation ul {
	list-style-type : none;
	width : 100%;
	margin : 0;
	padding : 0;
}
#navigation li {
float : left;
}
#navigation li a {
	background-image: url('images/menu_1_bg.gif');
	background-repeat : repeat-x;
	font-size : small;
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
	display : block;
	padding: 10px 15px 5px 15px;
	border-right : 1px solid #abb;
}
#navigation li a:hover {
	font-weight : bold;
	text-decoration : none;
	color : #00ff00;
	background-color : #ffc;
}
div#divider3 {
	background-image : url('images/divider3.gif');
	height: 0px;
	background-repeat : repeat-x;
	overflow : hidden;
	color: #FFFFFF;
}
div#main_content {
	width : 100%;
}

ul {
	margin : 0;
	margin-left: 30px;
	padding : 0;
	text-align: left;
	color: #FF0000;
}
ul a:visited {
	color: #666666;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
ul a:link {
	color: #666666;
	text-decoration : none;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
}
ul a:hover {
text-decoration : underline;
}

div#left_block {
	width: 234px;
	height: auto;
}
div#left_block H3{
	color: #FFCC00;
	margin-top: 20px;
	width: 80%;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
}

div#left_block td {
	font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	color : #707f8c;
}
.left_block {
	background-color : #303030;
	background: url('images/left_block_bg.gif');
	background-repeat : repeat-y;
	height: auto;
}
div#left_modules {
	text-align : left;
	font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	height: auto;
	margin-left: 10px;
	width: 80%;
	padding-bottom: 10px;
}
div#left_modules h4 {
	color: #FF0000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

div#left_modules h5 {
	color: #C0C0C0;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0px 10px 5px 0px;
	font-size: 10px;
}
div#left_modules p{
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 11px;
	padding-right: 10px;
}

div#center_block {
	border: 2px #FF9900 solid;
	width: auto;
	height: 320px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#center_block img{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 20px;
}

div#center_block p{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

div#center_block h2{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}

div#center_block h3{
	text-align: center;
	color: #808080;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
}
div#center_block h4{
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

div#center_block a{
	margin: 0px;
	color: #808000;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
div#center_block a:hover
{
	margin: 0px;
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}
div#center_page {
	width: auto;
	height: auto;
	padding-bottom: 10px;
}
div#center_page img{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 20px;
}

div#center_page p{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

div#center_page h2{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}

div#center_page h3{
	text-align: center;
	color: #808080;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
}
div#center_page h4{
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

div#center_page a{
	margin: 0px;
	color: #808000;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
div#center_page a img{
	border: none;
}

div#center_page a:hover
{
	margin: 0px;
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}
.page{
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.page img{
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.page p{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.page a img{
	border: none;
}
.page_1{
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.page_1 img{
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.page_1 p{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.page_1 a img{
	border: none;
}

.center_left {
	float: left;
	width: 318px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-left: 15px;
	margin-bottom: 10px;
}

.center_left img{
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}

.center_left p{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
}

.center_left_fejlec{
	width: 100%;
	float: right;
	margin-right: 1px;
	height: 28px;
	background-image: url('images/cent_fejlec_bg.gif');
	margin-bottom: 5px;
	background-repeat: repeat-x;
	line-height: 30px;
}
.center_left_fejlec img{
	margin-top: 5px;
	float: left;
	margin-left: 40px;
	margin-right: 0px;
}
.center_left_fejlec h2{
	margin: 0px;
	font-weight: bolder;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}
.center_left a{
	margin: 0px;
	color: #808000;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
.center_left a:hover{
	margin: 0px;
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}

.center_right {
	float: left;
	width: 314px;
	height: auto;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 2px;
}

.center_right img{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
}

.center_right p{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
}

.center_right_fejlec{
	width: 100%;
	float: right;
	margin-right: 2px;
	height: 28px;
	background-image: url('images/cent_fejlec_bg.gif');
	margin-bottom: 5px;
	background-repeat: repeat-x;
	line-height: 30px;
}
.center_right_fejlec img{
	margin-top: 5px;
	float: left;
	margin-left: 40px;
	margin-right: 0px;
}
.center_right_fejlec h2{
	margin: 0px;
	font-weight: bolder;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}







.center_block {
	background-color: #FFFFFF;
	height: auto;
	background-image: url('images/center_bg.gif');
	background-repeat: repeat-x;
}


div.clearfix {
clear : both;
}
div#divider5 {
	background-image: url('images/divider_5_bg.gif');
	height: 5px;
	background-repeat : repeat-x;
	overflow : hidden;
}
div#footer {
	background-image : url('images/footer_bg.gif');
	background-repeat : repeat-x;
	height: 33px;
	font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	color : #9b9b9b;
}
div#footer a:visited {
font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif;
font-size : 11px;
line-height : 2.4em;
color : #9b9b9b;
text-decoration : none;
}
div#footer a:link {
font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif;
font-size : 11px;
line-height : 2.4em;
color : #9b9b9b;
text-decoration : none;
}
div#footer a:hover {
color : #000000;
text-decoration : underline;
}
.content
{
	margin-left: 100px;
	margin-bottom: 20px;
	height: 400px;
}