ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td,th,legend
{ margin: 0; padding: 0; }

input, select, button {
	margin: 0 0.3em;
}

h1 {
	font-size: 1.8em;
	padding: 0.2em 0;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 15px;
}

h3 {
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	margin: 1em 0;
	padding: 0;
}

.box ul,ol {
	margin: 1em 0 1em 2em;
}

a img,:link img,:visited img { border: none; }

strong {
	color: #000;
}

.color {
	color: #ff7800;
}

a
{
  text-decoration: none;
	color: #ff7800;
}

body, td, select, legend
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

fieldset {
	border: 1px solid #7a7a7a;
}

legend {
	padding: 0 3px;
	margin: 0 5px;
	font-weight: bold;
}

body
{
  color: #000;
  background-color: #eee;
}

/**
 * Az a kibaszottul ostoba IE 5 rosszul jeleníti meg a clearbox-os háttérsötétítést, ha ezek az értékek közvetlenül a body-ra vonatkoznak.
 */
#body
{
  margin: 0 auto;
  width: 689px;
}

body.error_page
{
	width: 90%;
}

#header
{
	border-bottom: 10px solid #ff9900;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 232px;
}

#header object, #header #screen {
	float: right;
	border: none;
}

#error_header
{
/*	border-bottom: 1.2em solid #afd400; */
	border-bottom: 10px solid #ff9900;
	margin: 0 auto;
	padding: 1px 0;
	background-image: url(../images/icafe_adserver_admin_logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 104px;
}

.error_page #content
{
}

a#to_home
{
	display: block;
	position: absolute;
	top: 100px;
	height: 125px;
	width: 200px;
	margin-left: 50px;
	clear: left;
}

a#to_home img
{
	display: none;
}

/* Nyelvek */ 
ul#languages
{
	float: right;
	margin: 8px;
}

ul#languages li
{
	margin: 0 0 0 8px;
	display: block;
	vertical-align: middle;
	float: left;
}

#add_to_fav
{
	float: right;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* Felso menu */
ul#top_menu
{
	margin: 0;
	float: left;
	background-color: black;
}

ul#top_menu li
{
	margin: 0 0 0 3px;
	display: block;
	vertical-align: middle;
	float: left;
	color: white;
}

ul#top_menu li a
{
	display: block;
	width: 167px;
	background: transparent;
	padding: 4px 0 4px 3px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: white;
}

/* Az aktuális menüelem máshogy néz ki */
ul#top_menu li.act
{
	color: #ff9900;
}
ul#top_menu li.act a
{
	color: #ff9900;
}

#content
{
	margin: 0;
	padding: 30px 0 20px 25px;
	float: none;
	clear: both;
	background-color: #FFF;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#content #left p a 
{
	text-decoration: underline;
}

dl
{
	margin-top: 5px;
}

dd ul, dd ol
{
	list-style-position: outside;
	margin-left: 20px;
}

#msgs
{
	margin: 0 20px 10px 0;
	padding: 5px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

#msgs ul
{
	list-style: none;
}

#msgs ul li
{
	padding: 2px 0 2px 20px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;
}

ul#error_msgs li
{
	color: #EA6F00;
	background-image: url(../images/error.png);
}

ul#system_msgs li
{
	color: #000000;
	background-image: url(../images/system.png);
}

/* div-es megoldás */
#left
{
	width: 400px;
	margin-left: 10px;
	text-align: justify;
	line-height: 130%;
}

#right
{
	float: right;
	width: 200px;
	padding-right: 15px;
	overflow: hidden;
}

#content_bottom
{
	float: none;
	clear: both;
}

#footer
{
	/*border-top: 1px solid #757575;*/
	padding: 15px 0 20px 0;
	text-align: center;
	font-size: 11px;
	float: none;
	clear: both;
	/*background-color: #e8e8e8;*/
}

#footer p
{
	margin: 0;
	padding: 0;
}

#copyright
{
	font-style: italic;
}

.box
{
	border: 1px solid #7a7a7a;
	margin-bottom: 10px;
}

#left.box
{
	padding: 15px;
}

.mini {
	font-size: 90%;
}

/**
 * Itt jönnek a tartalmi részek!
 */
#content a {
	text-decoration: underline;
}

table#dream_list {
	border:none;
	table-layout: auto;
	margin: 0 0 0 5px;
}

table#dream_list td {
	vertical-align: middle;
	height: 3em;
	padding: 2px;
}

/* Design-os felsorolás */
ul.graph {
	list-style: none;
	margin-left: 10px;
}
/* #outer */
ul.graph li {
	height: 3em; position: relative;
	background-image: url(../images/arrow_light_small.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 40px;
	margin-bottom: 15px;
	display: table;
	background-position: left center;
}
ul.graph[id] li {
	display: table; position: static;
	background-position: left center;
}
/* #middle */
ul.graph p {
	position: absolute; top: 50%;
}
ul.graph[id] p {
	display: table-cell; vertical-align: middle; position: static;
}
/* #inner */
ul.graph p div {
	position: relative; top: -50%
}

ul.rare {
	list-style-type: none;
	margin: 1em 1em 1em 2em;
}

ul.rare li {
	background-image: url(../images/bullet_go.png);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding: 0 0 4px 20px;
	margin-bottom: 10px;
}

#content p, #content table, #content fieldset {
	margin-bottom: 15px;
}

/** A lapozó sor: tovább és vissza **/
#content p.end {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin: 0 30px 20px 0;
}

/**
 * Bejelentkező ablak
 */
#login {
	padding: 17px 3px 3px 0;
	float: left;
}

#login form {
	float: none;
	clear: left;
	margin: 3px 0;
}

#login input {
	width: 110px;
	height: 16px;
	padding: 4px 0px 0px 25px;
	border: none;
	color: #646464;
	font-size: 75%;
	color: Gray;
}

#login button {
	height: 21px;
	width: 60px;
	padding: 0px;
	border: none;
	background: url(../images/login_button.jpg) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
	font-size: 75%;
}

#login input:hover, #login input.sfhover {
	background-position: 0 -20px;
	color: #000000;
}

#login_email {
	background:	transparent url(../images/username_bg.png) 0 0 no-repeat;
}

#login_password {
	background:	transparent url(../images/password_bg.png) 0 0 no-repeat;
}

#login h3 {
	color: #ff7800;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 0;
	text-align: center;
}

#login ul {
	margin: 0;
	list-style-type: none;
	border: 1px solid #eee;
}

#login ul li {
	font-size: 10px;
	float: left;
	margin-right: 10px;
}

#login #submit_button {
	width: auto;
	background-color: white;
	height: 16px;
}

/*
 A kapcsolat oldalon tud üzenetet küldeni.
 */
#msg_box {
	font-size: 0.9em;
	padding: 0 15px;
	text-align: left;
	float: right;
	width: 300px;
}
 
#msg_box form {
	margin: 0 auto;
	text-align: center;
}

#msg_box label {
	display: block;
	font-size: 9px;
	padding-top: 2px;
}

#msg_box input {
	font-size: 12px;
	width: 260px;
	height: 16px;
	border: 1px solid #7a7a7a;
/*	background-color: #edffd6;*/
}

#msg_box textarea {
	border: 1px solid #7a7a7a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
	height: 200px;
}

#msg_box span.green_button, #msg_box span.orange_button {
	margin: 5px auto 20px auto;
	border: 1px solid gray;
	width: 100px;
	padding: 2px;
	font-size: 0.9em;
}

/*
 Info linkes doboz.
 */
.info_link {
	width: 300px;
	margin: 30px auto;
	border: none;
	padding: 5px;
	text-align: center;
	color: white;
}

/*
	definíciós lista
 */
dt {
	font-weight: bold;
	margin-bottom: 3px;
}

dd {
	margin: 0;
	padding-left: 1em;
	margin-bottom: 20px;
}

/*
 * Az alulra igazított doboz.
 */
	.wrapper {
		display: block;
		/*
		width: 100px;
		height: 100px;
		*/
	}
	
	.wrapper .filling {
		display: block;
		height: 100%;
		position: relative;
	}
	
	.wrapper .filling .bottom {
		display: block;
		position: absolute;
		bottom: 0;
	}

/*
 * A fenti analógiájára a jobboldali menü elkészítése
 */
ul#right_menu {
	list-style: none;
}

ul#right_menu li {
	margin-bottom: 3px;
}

ul#right_menu li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	height: 40px;
	padding: 25px 20px 0 70px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

ul#right_menu li a:hover,
ul#right_menu li.act a {
	color: #ff7800;
	background-position: 10px -95px;
}

ul#right_menu .info_advertiser a 	{ background-image: url(../images/man.gif); }
ul#right_menu .info_icafe a 			{ background-image: url(../images/people_off.jpg); }
ul#right_menu .info_essence a			{ background-image: url(../images/felkialtojel.gif); }
ul#right_menu .info_system a     	{ background-image: url(../images/computer.gif); }
ul#right_menu .info_compare a			{ background-image: url(../images/calculator.gif); }
ul#right_menu .info_demo a				{ background-image: url(../images/gears_off.jpg); }
ul#right_menu .info_chart a			{ background-image: url(../images/chart.gif); }
ul#right_menu .info_register a		{ background-image: url(../images/hand.gif); background-position: 5px 5px}
ul#right_menu .info_register a:hover,
ul#right_menu .info_register.act a {
	color: #ff7800;
	background-position: 5px -95px;
}

/* #wrapper *
ul#right_menu li {
	height: 62px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: right center;
}

/* #filling *
ul#right_menu li a {
	display: block;
	position: relative;
	height: 100%;
}

/* #bottom *
ul#right_menu li a div {
	display: block;
	position: absolute;
	bottom: 5px;
	cursor: pointer;
	margin-right: 45px;
	width: 150px;
	color: #505050;
	font-weight: bold;
	font-size: 110%;
}*/

/* Hasonlítsa össze árainkat táblázata */
table#compare {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #7a7a7a;
	border-spacing: 0;
}

table#compare td, table#compare th {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #7a7a7a;
	padding: 4px;
}

table#compare th {
	background-color: #ff9900;
	color: black;
}

table#compare .ref, table#compare .emphasize { text-align: center; }
table#compare .what { font-weight: bold; }
table#compare .ref {}
table#compare .emphasize {}
table#compare .last { color: black;	background-color: #FFCE84; }
table#compare .hide { border-style: none;	background-color: transparent; }

table#price {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #7a7a7a;
	border-spacing: 0;
}

table#price td, table#price th {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #7a7a7a;
	padding: 4px;
	text-align: center;
}

table#price th {
	background-color: #ff9900;
	color: black;
}

caption {
	font-size: 90%;
	color: gray;
}

#calc_budget_form ul 					{ list-style-type: none; }
#calc_budget_form fieldset 			{ padding: 3px; }
#calc_budget_form input 				{ text-align: right; }
#calc_budget_form td 					{ padding: 3px; }
#calc_budget_form ul li 				{ float: none; clear: both; margin: 2px; }
#calc_budget_form ul li span 			{ display: block; }
#calc_budget_form ul li .label	 	{ float: left; width: 300px; text-align: right; }
#calc_budget_form .result 				{ float: left; font-weight: bold; width: 80px; text-align: right; overflow: hidden; }
#visitor_banner, #price_banner 		{ color: black; }

#calc_visitor_form ul 					{ list-style-type: none; }
#calc_visitor_form fieldset 			{ padding: 3px; }
#calc_visitor_form input 				{ text-align: right; }
#calc_visitor_form td 					{ padding: 3px; }
#calc_visitor_form ul li 				{ float: none; clear: both; margin: 2px;}
#calc_visitor_form ul li span	 		{ display: block; }
#calc_visitor_form ul li .label 		{ float: left; width: 270px; text-align: right; }
#calc_visitor_form .result 			{ float: left; font-weight: bold; width: 100px; text-align: right; overflow: hidden; }
#visitor_icafe, #price_icafe 			{ color: #ff7800; }

.green_button, .orange_button {
	display: block;
	background-color: #ff7800;
	border: 1px solid #f5f5f5;
	padding: 3px;
	font-size: 11px;
	color: black;
	cursor: pointer;
}

.orange_button {
	background-color: #ff9900;
	border: 1px solid black;
}

/*****************************************************\
|							FORM KEZELÉS							|
\*****************************************************/
form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form ul li {
	padding: 4px;
}

fieldset {
	padding: 10px;
}

form ul li label {
	display: block;
	float: left;
	width: 140px;
	height: 1em;
	padding: 2px;
	overflow: hidden;
}

form ul li.c {
	background-color: #F5F5F5;
}

form ul li.action {
	text-align: right;
	border-top: 1px solid #EEE;
}

div.form_plus {
	float: none;
	clear: both;
	margin: 2px 2px 2px 210px;
}

label.nolimit {
	float: none;
	display: inline;
	width: auto;
	height: auto;
	overflow: auto;
}

.helper {
	border: 1px solid #F0F0F0;
	margin: 3px;
	padding: 5px 5px 5px 25px;
	background-color: #FFF;
	background-image: url(../images/help.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	font-size: 90%;
}

.helper tt {
	padding: 0 1em;
	background-color: #F5F5F5;
	color: black;
}

.helper_link {
	cursor: pointer;
}

.error {
	border-color: Maroon;
	border-width: 2px;
	border-style: solid;
}

/**
 * A kapcsolat oldalnál a cuccok.
 * A gyökér IE nem tud a table-nak padding-ot adni, ezért a táblázatot egy külön DIV-be kellett tenni.
 */
#contact_block {
	float:left;
	width: 300px;
}

#company {
	float: none;
	clear: both;
	margin-bottom: 20px;
}

#company_info {
	float: right;
	width: 280px;
	border: 1px solid gray;
	padding: 10px;
	margin-right: 15px;
}
dl#contact_list {
	margin: 0 0 0 20px;
}

dl#contact_list dt {
	padding: 4px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 0;
}

dl#contact_list dt small {
	display: block;
	font-size: 10px;
}

dl#contact_list dd {
	margin: 0 0 40px 0;
	padding: 0;
}

dl#contact_list ul, ul#company_datas {
	list-style-type: none;
	margin-left: 5px;
}

dl#contact_list ul li {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 28px;
}

ul#company_datas li {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 28px;
}

ul li.mail 						{ background-image: url(../images/e_mail_ikon.jpg); }
ul li.mobil 					{ background-image: url(../images/mobil_ikon.jpg);	background-position: 3px center; }
ul li.szamlazasi_cim 		{ background-image: url(../images/house.gif); }
ul li.ugyintezes 				{ background-image: url(../images/house.gif); }
ul li.phone 					{ background-image: url(../images/phone.gif); }
ul li.fax 						{ background-image: url(../images/fax.gif); }
ul li.web 						{ background-image: url(../images/web.gif); }
ul li.cegjegyzek 				{ margin-top: 16px; }
ul li.adoszam 					{ margin-top: 16px; }
ul li.bank_account_number  { margin-top: 16px; }

/**
 * A nyomtatásnál megjelenik, hogy mi micsoda, de a weblapon nem kell!
 */
ul li .dt {
	color: #FF7800;
}
ul li.mail .dt 				{ display: block; float: left; width: 60px; }
ul li.mobil .dt 				{ display: block; float: left; width: 60px; }
ul li.szamlazasi_cim .dt	{ display: block; float: left; width: 60px; }
ul li.ugyintezes .dt			{ display: block; float: left; width: 60px; }
ul li.phone .dt				{ display: block; float: left; width: 60px; }
ul li.fax .dt					{ display: block; float: left; width: 60px; }
ul li.web .dt					{ display: block; float: left; width: 60px; }


/**
 * Két hasábos megjelenítés, felsorolásnál.
 */
ul.double_column {
	list-style-type: none;
}

ul.double_column li {
	width: 49%;
	float: left;
}

ul.double_column li.left {
	border-right: 1px solid gray;
}

ul.double_column a {
	display: block;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

/**
 * Itt kerül formázásra, amikor idézünk más oldalakról.
 */
blockquote {
	margin-top: 0.8em;
	padding: 0.5em 0 0.5em 52px;
	display: block;
	font-style: normal;
	background-image: url(../images/idezetbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 140%;
  	background-color: #fff;
}

small.resource {
	display: block;
	text-align: right;
	margin-bottom: 2em;
}

a.next {
	display: block;
	text-align: right;
	margin-top: -15px;
	font-size: 0.9em;
}

input.form_error { background-image: url(../images/error.png); background-repeat: no-repeat; background-position: 2px center; padding: 1px 1px 1px 20px; background-color: #FFEBCD; border: 1px solid #778899;}
textarea.form_error { background-image: url(../images/error.png); background-repeat: no-repeat; background-position: 2px 2px; padding: 1px 1px 1px 20px; background-color: #FFEBCD; border: 1px solid #778899;}

/**
 * A hiba oldal CSS-e
 */
.error {
	width: 440px;
	height: 250px;
	margin: 30px auto !important;
	border: none;
	padding-left: 350px;
	background-image: url(../images/404.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.error h1 {
	color: #ff7800;
}

.error small {
	display: block;
	margin-bottom: 2em;
	font-weight: bold;
}

.error ul {
	list-style-type: none;
}

.error ul li {
	float: left;
	width: 220px;
}

.error403 {
	background-image: url(../images/403.jpg);
}

.error500 {
	background-image: url(../images/500.jpg);
	padding-left: 200px;
}

#loader {
	background-image: url(../images/70black.png);
	position: absolute;
	padding: 1.3em;
	border: 1px solid black;
	visibility: hidden;
	z-index: 500;
}

a#video {
	display: block;
	width: 170px;
	height: 170px;
	background-image: url(../images/video_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#video:hover {
	background-position: 0 -200px;
}

/* A letöltés oldalon a felsorolásra vonatkozó adatok. */
ul#download {
	list-style: none;
}

ul#download li a {
	display: block;
	height: 75px;
	padding: 20px 20px 20px 130px;
	margin: 0 0 35px 0;
	background-repeat: no-repeat;
	background-position: top left;
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border: 1px solid white;
}

ul#download li a:hover {
	border-color: gray;
}

ul#download li div {
	font-size: 12px;
	font-weight: normal;
}

ul#download li a img {
	display: block;
	margin-top: 10px;
}
