/* LAYOUT */
*, html {
	font-size: 11px;
	font-family: verdana,helvetica,sans-serif;
	padding: 0;
}

body {
	margin: 0;
	background-color: #fafafa;
	color: #626262;
	text-align: center;
}

form {
	display: inline;
}

fieldset {
	margin: 0;
	border: 0;
	text-align: right;
}

legend {
	font-weight: bold;
	color: #626262;
	background-color: inherit;
}

img {
	border: 0;
}

a {
	background-color: inherit;
	color: #004a80;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h3 {
	background-color: inherit;
	color: #004a80;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
}

h4 {
	font-weight: bold;
}

ul, ol {
	padding: 0 0 0 25px;
	margin: 0;
}

.container {
	text-align: left;
	margin: 0 auto 0 auto;
	background: #ffffff url(../images/bg_container.gif) repeat-y;
	color: inherit;
	width: 791px;
	overflow: visible;
	position: relative;
}

.container_upedge {
	width: 791px;
	height: 8px;
	overflow: hidden;
	background: url(../images/bg_container_up.gif) no-repeat;
}

.container_downedge {
	width: 791px;
	height: 8px;
	overflow: hidden;
	background: url(../images/bg_container_down.gif) no-repeat;
}

.innercontainer {
	padding: 0 8px 0 8px;
	width: 775px;
	overflow: hidden;
}

.head_1 {
	height: 23px;
	width: 775px;
	overflow: hidden;
	text-align: right;
}

.head_1 a {
	height: 23px;
	background-color: inherit;
	color: #004a80;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

.head_1 a:hover {
	text-decoration: none;
}

a.doitfavorites img, a.doithomepage img {
	border: 0;
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.sep_horizontal {
	width: 775px;
	height: 3px;
	overflow: hidden;
	background-color: #ffffff;
	color: inherit;
}

.titlepic {
	width: 775px;
	height: 67px;
	overflow: hidden;
	background: url(../images/titlepic.jpg) no-repeat;
	border-top: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
}

.head_2 {
	height: 204px;
	width: 775px;
	overflow: hidden;
}

.head_2 .imgplan {
	float: left;
	margin-right: 3px;
	width: 70px;
	height: 204px
}

.head_2 .padlock {
	width: 174px;
	height: 174px;
	padding: 15px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
	display: inline;
	background: #d6d7d9 url(../images/head2_pic_2.jpg) no-repeat;
	color: #626262;
}

.head_2 .imgbuilding {
	float: left;
	width: 495px;
	height: 204px
}

.mainarea {
	width: 775px;
	overflow: hidden;
}

.mainarea .vertsitename {
	width: 70px;
	height: 456px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 3px;
	background: url(../images/vertical_sitename.gif) no-repeat;
}

.mainarea .menu {
	width: 204px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 3px;
	background-color: #d6d7d9;
	color: inherit;
}

.mainarea .contentbox {
	width: 455px;
	padding: 16px 20px 100px 20px;
	overflow: hidden;
	float: left;
}

.copyright {
	width: 495px;
	height: 18px;
	padding-top: 5px;
	overflow: hidden;
	text-align: center;
	color: #acacac;
	background-color: inherit;
	font-size: 10px;
	margin-left: 3px;
	position: absolute;
	bottom: 8px;
	right: 10px;
}

.guidosoft {
	float: left;
	text-align: center;
	width: 204px;
	height: 18px;
	padding-top: 5px;
	color: #626262;
	background-color: inherit;
	margin-left: 75px;
	display: inline;
}


/* CONTENT */
.contentbox h1 {
	background-color: inherit;
	color: #004a80;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}

.contentbox h2.arttitle {
	background-color: #ececec;
	color: inherit;
	font-weight: bold;
	padding: 2px;
	float: none;
	clear: both;
}

.contentbox p {
	background-color: ppink;
}

.contentbox .signature {
	text-align: right;
	font-weight: bold;
}

.contentbox .illustration {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
	background-color: #ffffff;
	color: inherit;
	padding: 5px;
	border: 1px solid #898989;
}


/* GENERAL RULES*/
.errormsgbox {
	background-color: yellow;
	color: red;
	border: 1px dashed red;
	padding: 10px;
	font-weight: bold;
	margin: 14px 0 14px 0;
}


/* LOGIN BLOCK */
.padlock .title {
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #626262;
}

.padlock .text {
	text-align: justify;
	margin: 5px 0 10px 0;
}

.padlock .loginfield {
	border-width: 2px;
	border-type: inset;
	background-color: #ffffff;
	color: #8e999f;
	width: 170px;
	height: 15px;
	margin: 0 0 4px 0;
}

.padlock .loginbutton, .padlock .logoutbutton, .padlock .usermodbutton {
	background-color: #f7ca48;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	color: #464646;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
}

.padlock .usermodbutton {
	width: 105px;
	margin-top: 5px;
}

.padlock .logoutbutton {
	width: 65px;
	margin-top: 5px;
}


/****************/
/*	Programok	*/
/****************/

div.label {
	float: left;
	width: 150px;
	font-weight: bold;
	margin-right: 5px;
}

div.value {
	float: left;
	width: 300px;
	text-align: left;
}

div.clear {
	float: none;
	clear: both;
	height: 0px;
}

div.program_signup {
	text-align: center;
}
/*
div.program_signup a {
	font-size: 12px;
}
*/
a.program_back {
	float: right;
}

div.program_h2 {
	border-bottom: 1px solid #626262;
	margin-top: 17px;
	overflow: hidden;
	height: 13px;
}

div.date {
	float: right;
	font-weight: normal;
}

div.article {
	float: left;
	font-weight: bold;
}

a.program_more {
	float: right;
}

input.program_signupbutton {
	background-color: #f7ca48;
	color: #464646;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}

p.program_list_descr {
	text-align: justify;
}


/* REGISTRATION */
ul.reggains li {
	margin-top: 8px;
}

.reg_fieldset {
	border: 1px solid;
	width: 425px;
	padding: 15px;
	margin-bottom: 15px;
}

.reg_datasheettitle {
	margin-bottom: 2px;
}

.reg_attentionundertitle {
	margin: 0;
}

.reg_legend {
}

.reg_textfield {
	width: 220px;
	margin-left: 5px;
	vertical-align: top;
}

.reg_selectfield {
	width: 224px;
	margin: 1px 0 1px 1px;
	vertical-align: top;
}

.reg_textarea {
	width: 222px;
	height: 70px;
	margin-left: 5px;
	vertical-align: top;
}

.reg_filefield {
	width: 224px;
	height: 17px;
	margin-left: 5px;
	vertical-align: top;
}

.reg_sendbutton {
	background-color: #f7ca48;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	color: #464646;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
	margin-top: 16px;
}

.reg_phone_country {
	width: 24px;
	margin-left: 5px;
	vertical-align: top;
}

.reg_phone_area {
	width: 24px;
	margin-left: 2px;
	vertical-align: top;
}

.reg_phone_number {
	width: 160px;
	margin-left: 2px;
	vertical-align: top;
}

.fakelabel {
	width: 190px;
	float: left;
	text-align: right;
}

.reg_checkgroup {
	width: 220px;
	float: right;
	display: inline;
	clear: right;
	text-align: left;
}

.reg_blocksubtitle {
	text-align: justify
}

.reg_billaddrdesc {
	text-align: justify;
	margin-bottom: 14px;
}

.reg_billpostaddrdesc {
	text-align: justify;
	margin-bottom: 14px;
	margin-top: 8px;
}


/* CONTROLLER SEARCH */
.cs_fieldset {
	border: 1px solid;
	width: 425px;
	padding: 15px;
}

.cs_legend {
	margin-top: 0;
	padding-top: 0;
}

.cs_textfield {
	width: 220px;
	margin-left: 5px;
	vertical-align: top;
}

.cs_selectfield {
	width: 224px;
	margin: 1px 0 1px 1px;
	vertical-align: top;
}

.cs_sendbutton {
	background-color: #f7ca48;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	color: #464646;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
	margin-top: 16px;
}

input.forumbutton {
	background-color: #f7ca48;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	color: #464646;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
	margin: 2px 5px 4px 5px;
}

input.file {
	width: 302px;
	border: 1px solid #909090;
	margin: 2px 5px;
}

input.topic, textarea.firstcomment {
	width: 300px;
	border: 1px solid #909090;
	margin: 2px 5px;
}

textarea.firstcomment {
	height: 100px;
}

fieldset.newtopic {
	margin-top: 2px;
	background-color: #ECECEC;
	color: #626262;
	display: none;
}

table.topics {
	width: 455px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.topics tr th {
	background-color: #CCCCCC;
	padding: 2px;
	border-bottom: 4px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

table.topics tr th.last {
	border-right: 0;
}

table.topics tr td {
	background-color: #ECECEC;
	padding: 2px;
	border-bottom: 0;
	border-right: 2px solid #FFFFFF;
}

table.topics tr td.last {
	border-right: 0;
}

h2.success {
	text-align: center;
	color: green;
	background-color: inherit;
}

h2.error {
	text-align: center;
	color: red;
	background-color: inherit;
}

textarea.comment {
	width: 440px;
	border: 1px solid #909090;
	margin: 2px 5px;
	height: 120px;
}

div.navigators {
	margin: 10px 0;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.inline {
	display: inline;
	margin: 0 2px;
}

div.left a, div.right a, div.inline a {
	margin: 0 2px;
}

div.center {
	text-align: center;
}
div.solver {
	float: none;
	clear: both;
}

div.currentpage {
	display: inline;
	font-weight: bold;
	margin: 0 2px;
}

div.currentpagecs {
	display: inline;
	font-weight: bold;
	margin: 0 2px;
	font-size: 14px;
}

div.forumpics {
	float: right;
	width: 65px;
	height: 350px;
	margin-top: 8px;
}

div.forumpics img {
	margin: 0 0 5px 5px;
	cursor: pointer;
}

div.comments {
	float: right;
	width: 100px;
	height: 350px;
	overflow: auto;
	background-color: #d6d7d9;
	color: #626262;
	margin-top: 8px;
	margin-bottom: 8px;
}

p.owner {
	float: left;
	font-weight: bold;
	margin: 15px 5px 0px 5px;
}

p.time {
	float: right;
	font-style: italic;
	font-size: 10px;
	margin: 15px 5px 5px 5px;
}
p.comment {
	text-align: justify;
	margin: 5px 10px;
}

div.margin10 {
	height: 10px;
}

input.linkbutton {
	background-color: #f7ca48;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	color: #464646;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
	margin-top: 3px;
}

input.linkname {
	width: 310px;
	margin: 2px 0 2px 5px;
	vertical-align: top;
}

select.linkselect {
	width: 314px;
	margin: 2px 0 2px 5px;
	font-size: 11px;
	vertical-align: top;
}

div.leftcontact {
	float: left;
	text-align: center;
	margin: 20px 0 20px 30px;
	width: 120px;
}

div.rightcontact {
	float: right;
	text-align: center;
	margin: 20px 30px 20px 0;
	width: 120px;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

p.boldcenter {
	font-weight: bold;
	text-align: center;
}

p.center {
	text-align: center;
}
.contacttextarea {
	width: 312px;
	height: 150px;
	margin: 2px 0 2px 5px;
	vertical-align: top;
	border: 1px solid #a5acb2;
}

p.right {
	text-align: right;
}

a.more {
	float: right;
	clear: both;
	margin-bottom: 10px;
}

h1.useful {
	float: left;
}

img.getacrobat {
	float: right;
}

h2.useful {
	padding: 2px 4px;
	background-color: #d6d7d9;
	color: #626262;
	margin-bottom: 0;
}

div.useful {
	background-color: #ececec;
	color: #626262;
	padding: 2px 5px 5px 5px;
	margin-top: 3px;
}

p.usefullater {
	margin: 0;
}

fieldset.links {
	border: 0;
	padding: 1px;
}

h2.links {
	padding: 2px 4px;
	background-color: #d6d7d9;
	color: #626262;
	margin-bottom: 0;
}

div.lightgray {
	padding: 2px 5px 5px 5px;
	background-color: #ececec;
	color: #626262;
	margin-top: 3px;
}

li.media img {
	margin-bottom: 14px;
}

li.media {
	border-bottom: 1px dashed #D6D7D9;
	margin-bottom: 14px;
}

div.media {
	padding: 5px;
	text-align: center;
	background-color: #ececec;
	color: #626262;
	border-left: 2px dashed #d6d7d9;
	border-right: 2px dashed #d6d7d9;
}

a.magas {
	line-height: 17px;
}

img.gallery {
	margin: 10px 6px;
	padding: 5px;
	border: 1px solid #D6D7D9;
	background-color: #FFFFFF;
	color: #000000;
}

div.gallery_h2 {
	border-bottom: 1px solid #626262;
	margin-top: 17px;
	margin-bottom: 4px;
	overflow: hidden;
}

div.gallery_descr p {
	margin: 0;
}

p.warning {
	margin: 2px;
}

div.h2 {
	padding: 2px 4px;
	background-color: #d6d7d9;
	color: #626262;
	margin-bottom: 0;
}

a.navigatorsmall, a.navigator {
	text-decoration: none;
}

a.navigatorcs {
	text-decoration: none;
	font-size: 14px;
	color: #F7CA48;
	background-color: inherit;
	font-weight: bold;
}

.cs_details_table {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0 0 14px 0;
	border-spacing: 2px;
	border-collapse: separate;
	border-bottom: 1px solid #d6d7d9;
}

.cs_details_title {
	background-color: #d6d7d9;
	color: #626262;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 2px 3px;
}

.cs_details_label {
	background-color: #ececec;
	color: #626262;
	font-weight: bold;
	padding: 3px;
	width: 150px;
	vertical-align: top;
	text-align: right;
}

.cs_details_data {
	background-color: #ececec;
	color: #626262;
	vertical-align: top;
	padding: 3px;
}

/* BANNEREK */
div#zona_normal {
	width: 468px;
	display: inline;
	position: absolute;
	bottom: 45px;
	right: 23px;
}

div#advertbox {
	padding: 5px;
	width: 174px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 30px 10px 10px 10px;
	background-color: #ececec;
	border: 1px solid #a0a0a0;
}

div#zona_small {
	background-color: #ececec;
	color: inherit;
	border: 1px solid #a0a0a0;
	width: 174px;
	overflow: hidden;
	padding: 7px 5px 0 5px;
	margin: 30px 10px 10px 10px;
	text-align: center;
}

div#zona_small a img, div#zona_vertical a img {
	margin: 0 0 5px 0;
}

div#zona_small div.subzona, div#zona_vertical div.subzona {
	margin: 0 auto 5px auto;
	width: 120px;
	overflow: hidden;
}

div#zona_vertical {
	background-color: #ececec;
	color: inherit;
	border: 1px solid #a0a0a0;
	width: 130px;
	overflow: hidden;
	padding: 7px 5px 0 5px;
	text-align: center;
	position: absolute;
	left: 792px;
	top: 8px;
}

/* FALIUJSAG */
a.newadvert {
	padding: 5px;
	background-color: #d6d7d9;
	color: inherit;
	display: block;
}

div#newadvertbox {
	border-bottom: 1px solid #d6d7d9;
	padding-bottom: 2px;
	display: none;
}

div.boxadvertform {
	margin-top: 2px;
	background-color: #ECECEC;
	color: #626262;
	padding: 5px;
}

input.advertfield {
	width: 310px;
	margin: 0 0 0 5px;
	vertical-align: top;
}

textarea.adverttextarea {
	width: 312px;
	height: 150px;
	margin: 0 0 0 5px;
	vertical-align: top;
	border: 1px solid #a5acb2;
}

select.advertcategories {
	width: 314px;
	margin: 1px 0 1px 5px;
	font-size: 11px;
	vertical-align: top;
}

input.sendadvertbutton {
	background-color: #f7ca48;
	border-right: 1px outset #9c802d;
	border-bottom: 1px outset #9c802d;
	border-top: 1px outset #f9d56f;
	border-left: 1px outset #f9d56f;
	color: #464646;
	font-size: 12px;
	font-family: arial,helvetiva,sans-serif;
	font-weight: bold;
	margin-top: 2px;
}

h2.advertitem {
	margin-top: 18px;
	margin-bottom: 0;
	padding: 2px 3px;
	background-color: #d6d7d9;
	color: #626262;
}

div.advertitem {
	border-bottom: 1px solid #d6d7d9;
	margin-top: 2px;
}

div.advertitem .inner {
	background-color: #ececec;
	color: #626262;
	padding: 5px;
	margin-bottom: 2px;
}

div.boxadvertform h2.descr {
	border-top: 2px solid #f7f7f7;
	padding-top: 3px;
	margin-bottom: 1px;
}

div.boxadvertform ol {
	margin-top: 0;
}

a.navigatorleft {
	background: url(../images/arrow_left.gif);
	display: block;
	width: 13px;
	height: 14px;
}

a.navigatorleftdb {
	background: url(../images/arrow_left_double.gif);
	display: block;
	width: 24px;
	height: 14px;
}

a.navigatorright {
	background: url(../images/arrow_right.gif);
	display: block;
	width: 13px;
	height: 14px;
}

a.navigatorrightdb {
	background: url(../images/arrow_right_double.gif);
	display: block;
	width: 24px;
	height: 14px;
}

div.margin20 {
	height: 20px;
}

img.controller {
	float: right;
	margin: 0 0 10px 10px;
}

td.picture {
	width: 125px;
}

img.controller2 {
	float: right;
	margin: 0 0 0 10px;
}

p.justify {
	text-align: justify;
}

input.hidden {
	display: none;
}

input.rejtett {
	display: none;
}