body {
	background-color:#F3E8CA;
	padding:0 0 20px 0;
	margin:0;
	font-family:  Arial, Verdana, Geneva;
	color: #00415D;
	font-size: 0.8em;
}
#container {
	margin: 0px auto; 
	width: 984px;
	height: 595px; 
	position: relative; 
}
a:visited, a:Link {
	color : #00415D;
	font-weight : normal;
	font-style: italic;
}
a:hover {
	color : #00415D;
	font-weight : normal;
	font-style: italic;
}
#logo {
	background-image: url(/img/logo.jpg);
	position: absolute; 
	width: 94px;
	height: 94px;
	left: 31px;
	top: 25px; 	
}      
#head_img {
	background-image: url(/img/head.jpg);
	width: 984px;
	height: 50px;
	margin-bottom: 10px;
}      
#head_blue {
	background-color:#00415D;
	margin: 0px auto; 
	width: 984px;
	height: 141px; 
	position: relative; 
}
#head_white {
	background-color:#FFFFFF;
	margin: 0px auto; 
	padding: 0px;
	width: 984px;
	height: 5px; 
}
#head_01 {
	background-image: url(/img/head_01.jpg);
	position: absolute; 
	width: 342px;
	height: 36px;
	left: 153px;
	top: 30px; 	
}   	      
#head_02 {
	background-image: url(/img/head_02.jpg);
	position: absolute; 
	width: 256px;
	height: 35px;
	left: 151px;
	top: 88px; 	
}   	      
#head_03 {
	background-image: url(/img/head_03.jpg);
	position: absolute; 
	width: 327px;
	height: 22px;
	left: 482px;
	top: 104px; 	
}   	      
#link_01 {
	position: absolute; 
	left: 41px;
	top: 337px;
	letter-spacing: -1px;
}   	      
#right_block {
	position: relative;
	border-left-color: White;
	border-left-style: solid;
	float: left;
	border: 1px;
	margin-left: 10px;
	width: 750px;
}   	      

	
#menu { width: 220px; float: left; font-size: 0.8em;}
#menu ul { list-style: none outside; padding-left: 10px; margin-left: 0px; }
#menu h2 { margin-bottom: 0px; }
#menu a { font-size: 1.3em; }




li a:link, li a:visited { text-decoration: none}
li a:hover { text-decoration: underline }
form div {
  clear: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
}
form div { margin-bottom: 5px; }
form div label { width: 120px; display: block; float: left; font-weight: bold; }
form div label.labelCheckbox, form div label.labelRadio {
  float: left;
  display: block;
  margin-left: 10px;
  width: 399px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: block;
  float:left;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  clear: both;
}
div.template-element img { width: 600px }

table.cake {
  width: 100%;
	border: 2px dotted #CFCFCF;
  margin: 0 0 2em 0;
  white-space: normal;
  font-size: 0.9em;
}
table.cake th, table.cakeleft th {
  background-color: white;
}
table.cake tr td {
  border-left: 1px solid #ccc;
  padding:4px 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align:top;
  text-align: center;
}
table.cake .first {
  text-align: left;
  border-left: none;
}

.error_message {
color:#900;
font-size: 12px;
background-color: #fff;
margin: 4px 0px 10px 128px;
padding: 2px;
font-weight: bold;
clear: both;
}

/* az input dobozok focus eseten maskepp nezzenek ki */
input.inputText:focus, textarea:focus{
  background-color: #F5FCF3;
  border: 1px solid #8BDF6A;
  padding: 2px 1px;
}

/*
form div label {
  display: block;
  float: left;
  width: 200px;
  background-color: #f4f4f4;
  font-size: 14px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
}
form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  margin: 0px 0px 5px 142px;
  text-align: left;
  width: 300px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
}
*/
