@charset "iso-8859-2";
/***** CSS Document *****/
/*** initiation***/
html, body, form, input, select, fieldset {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.366;
	color: #333333;
}
body {
	background-color: #EFEFEF;
}
/*** browser special html style ***/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6, pre, code {
   font-size: 11px; 
}
ul, ol {
  list-style: inside; 
  line-height: 1.366;
  padding-left: 10px;
}*/
form label {cursor: pointer; }
address {font-style: normal; }
/* a linkek alapertelmezett belltsai */
:link, :visited {
    font-size: 11px;
	text-decoration: none;
	color: #003366;
	font-weight:600;
}
/* linkelt kepek keretezesenek megszuntetese */
a img,:link img,:visited img {border: none; }
/* a bordert nullazzuk fieldset eseteben */
fieldset {border: none; }
/* float-olt elemek utan hasznalatos clear */
div.clear, span.clear {clear: both; font-size: 0px; }
h1 {
  color: #003366;
  font-size: 130%;
  font-weight:700;
  padding: 0px 0px 10px 0px;
}
h3 {
  font-size: 100%;
  font-weight:600;
  padding-bottom: 10px;
  padding: 3px 0px 2px 0px;
}
h4 {
  color: #267D7D;
  font-size: 105%;
  font-weight:600;
  padding-bottom: 10px;
  padding: 8px 0px 0px 0px;
}
h5 {
  color: #267D7D;
  font-size: 100%;
  font-weight:500;
  padding: 3px 0px 0px 0px;
}
h6 {
  color: #c0c0c0;
  font-size: 100%;
  font-weight:500;
  padding: 3px 0px 0px 0px;
}
/***layout DIV style ***/
#container{
	width: 800px; 
	height: 600px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px; /*width/2*/
	margin-top: -300px; /*height/2*/
}
#wrapper {
	background-color: #EFEFEF;
	margin: 2px;
	border: 1px solid #D4D8D7;
	height: 594px;
}#head {
background-image:url(image/bg10px.png);
	height: 170px;
	width: 100%;
	color: #FFFFFF;
}
#main {
	height: 400px;
	width: 100%;
}
#bottom {
	background:#267D7D;
	height: 24px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 6px;
}
#mleft {
	background: #FFFFFF;
	height: 100%;
	width: 35px;
}
#mcont {
	background: #FFFFFF;
	position: absolute;
	width: 560px;
	height: 350px;
	left: 70px;
	top: 173px;
	padding-left: 100px;
	padding-top: 50px;
	overflow: auto;
}
#mcontA{
	background: #FFFFFF;
	position: absolute;
	width: 560px;
	height: 375px;
	left: 70px;
	top: 173px;
	padding-left: 100px;
	padding-top: 25px;
	overflow: auto;
}
#mright {
	background: #FFFFFF;
	position: absolute;
	height: 100%;
	width: 35px;
	top: 173px;
	right: 3px;
}
#mimg {
	position: absolute;
	height: 220px;
	width: 100px;
	left: 30px;
	top: 200px;
}
#decorL {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 380px;
}
#flash {
	background: #CCCCCC;
	position: absolute;
	top: 4px;
	height: 100px;
	width: 380px;
	right: 4px;
}
#menu {
	background: #267D7D;
	position: absolute;
	height: 20px;
	width: auto;
	left: 4px;
	top: 140px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
}
#menu a{
	color: #FFFFFF;
	font-size:12px;
	font-weight:600;
	text-decoration: none;
}

#menu a:visited{
	text-decoration: none;
}
#decorR {
	position: absolute;
	width: 380px;
	top: 125px;
	right: 4px;
}
#name {
	font-size: 240%;
	font-weight: 900;
	color: #EFEFEF;
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 30px;
}
#slogen {
	color: #EFEFEF;
	font-size: 110%;
	font-weight: 600;
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 75px;
}
#slogenA {
	color: #EFEFEF;
	font-size: 100%;
	font-weight: 500;
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 60px;
}
#decorLa {
	background-image:url(image/bg10px.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 380px;
	height: 48px;
    filter: Alpha(Opacity=100, FinishOpacity=20, Style=1, StartX=100, StartY=100, FinishX=100, FinishY=0);
}
#decorRa {
	background-image:url(image/bg10px.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 380px;
	height: 48px;
    filter: Alpha(Opacity=100, FinishOpacity=20, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100);
}

