html, body {
	1background: url(webimg/darkblue.jpg) fixed;
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	height: 100%;
}

h1 {
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
	color: #339900;
}

h2 {
	margin:0 0 5px 0;
	font-size:1em;
	font-weight:bold;
}

h3 {
	margin: 0px 2px 10px 0;
	font-size:1em;
	font-weight:bold;
	color: #333399;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:justify;
}

strong {
	color: #333399;
}

#container {
	width: 900px;
	height:auto;
	1margin: 5px auto 15px auto;
	padding: 0px;
	background-image: url(webimg/container_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(webimg/header_bg.jpg);
	width: 900px;
	clear: both;
}

#col1 {
	position: relative;
	float: left;
	width: 200px;
	min-height: 700px;
	_height: 700px;
	1min-height: 100%;
	1padding: 0px 15px 15px 15px;
	1border-right: 1px solid rgb(102,122,179);
	background-image: url(webimg/col1_bg.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#content {
	 1background: red;
	width: 514px;
	min-height: 700px;
	_height: 700px;
	position: relative;
	float: left;
	1padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	z-index: 1;
}

#bluebox {
	position: relative;
	width: 200px;
	lheight: 89px;
	vertical-align: bottom;
	left: 0px;
	background-image: url(webimg/bluebox_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color:#FFFFFF;
	padding-top: 15px;
	font-size: 12px;
	line-height: 1.5em;
	z-index: 103;
	clear: both;

}

#bluebox a{
    color: #ffffff;
}

#col2 {
	width: 150px;
	min-height: 700px;;
	_height: 700px;
	1padding: 0px 15px 15px 15px;
	position: relative;
	float: right;
	/*background-image: url(webimg/col2_bg.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
	1border: 1px solid red;
}

#middlezone {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer {
	position: relative;
	width: 900px;
	1top: -80px
	left: 0;
	1padding: 5px;
	line-height: 30px;
	1border-top: 1px solid rgb(102,122,179);
	text-align: center;
	clear: both;
	1margin-top: 15px;
	color: #ffffff;
	1border-bottom: 15px solid rgb(73,86,119);
	background-image: url(webimg/footer_bg.jpg);
}

#footer a{
    color: #ffffff;
}


#footer a img {
	position: absolute;
	bottom: -30px;
	right: 0;
	border: none;
}


.imgleft {
	padding: 0 15px 15px 0;
	float: left;
	width: 250px;
}

.imgright {
	padding: 0 15px 15px 0;
	float: right;
}

.imgcent {
	padding-left: 20px;
	float: none;
	clear: both;

}

.termekadatok {
	padding: 15px;
	clear:both;
	line-height: 1.5em;
}

.termekadatok ul {
	float: right;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.uzenet textarea,.uzenet input {
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 12px
}

.rarrow{
	position: absolute;
	right: 15px;
}

.refdiv {
		border:solid 1px #FFCC33;
		background-color:#FFFFCC;
		width: 400px;
		padding: 15px;
		margin-bottom: 30px;
		line-height: 1.5em;
		position: relative;
		left: 40px;
}

.refdiv img{
		position: absolute;
		right: 10px;
		bottom: 10px;
}
			
#col2 p {	
				padding: 0px 16px 0px 16px;
				margin: 0;
				font-size: 11px;
				text-align: center;
				line-height: 1.2em;
				background-image: url(webimg/cetli_bg.jpg);
				background-repeat: repeat-y;
				}	

#col2 img {
	display: block;
}

/* Tables */

.csstab{
	display: table;
	padding:0;
	margin-left: 30px;
	width: 450px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	clear: both;
	background-color:lightgoldenrodyellow; 
}

.csstab ul, .csstab2 ul{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;  
}

.csstab li{
	width: 128px;
	position: relative;
	float: left;
	padding: 10px;
	border: 1px solid white;
	border-collapse: collapse;
}

.tabheader li{
	font-weight: bold;
	background-color: darkorange;
	color: #FFFFFF;
	
}

.csstab2{
	display: table;
	padding:0;
	margin-left: 30px;
	width: 450px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	1text-align: center;
	clear: both;
	background-color:lightgoldenrodyellow; 
}


.csstab2 li{
	width: 223px;
	height: 7em;
	position: relative;
	float: left;
	border: 1px solid white;
	border-collapse: collapse;

}


.csstab2 li div{
	position: absolute;
	line-height: 1.5em;
	1background-color: #CCCC33;
	padding: 10px;
	text-align: center;
}