@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#242424;
}
div#header{
	height:93px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
div#content{
	background-color:#eff4f0;

}
div#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:121px;
	width: 100%;
	vertical-align:middle;
}
div#designer{
	background-color:#242424;
	color:#59a15f;
	height:17px;
	text-align:center;
}
#warning{
	padding:7px;
	background-color:#900;
}
.sub_warning{
	font-style:oblique;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;

}
.greenbold{
	font-size:14px;
	color:#59a15f;
	font-weight:bold;
}
.sub{
	font-size:12px;
	color:#333;
}
td#vonal, div#vonal{
	background-image:url(../images/vonal.png);
	background-repeat:repeat-x;
	background-position:center;
	height:16px;
}
td#vonal2{
	background-image:url(../images/vonal2.png);
	background-repeat:repeat-x;
	background-position:center;
	height:16px;
}
td#footertext{
	font-size:12px;
	color:#000;
	height:16px;
}
div#contentheading{
	height:24px;
}
div#flash{
	height:180px;
}
td#texts{
	line-height:1.6em;
	font-size:14px;
	color:#2f333b;
	text-align:justify;
}
a{
	text-decoration:none;
	font-style:oblique;
	color:#59a15f;
	border:none;
}
small{
	text-decoration:none;
	font-size:10px;
	font-style:oblique;
	color:#333;
	border:none;
}

/* CONTACT */
div.slider                 { clear:both; position:relative; margin:0 0 10px; }
		label                      { cursor:pointer; display:block; }
		input[type="text"]         { width:300px; border:1px solid #999; padding:5px; -moz-border-radius:4px; }
		input[type="text"]:focus   { border-color:#777; }
		input[name="zip"]          { width:150px; }
 
		/* submit button */
		input[type="submit"]       { cursor:pointer; border:1px solid #999; padding:5px; -moz-border-radius:4px; background:#eee; }
		input[type="submit"]:hover,
		input[type="submit"]:focus { border-color:#333; background:#ddd; }
		input[type="submit"]:active{ margin-top:1px; }
		
		