@charset "utf-8";
/* CSS Document */
@import url(default.css);
@import url(menu.css);
@import url(typography.css);
@import url(forms.css);

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #003568;
	font-size: 100.01%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

#htmlBody{ background: #003568 url(../images/defaultBg.png) left top no-repeat; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: block; clear: both; }
.taroloDiv { float:left; }
.taroloDivRight { float:right; text-align:right; }
.taroloDiv2 { float:left; position:absolute; left:0px; top:0px; }
div.hr { background: transparent url(../images/dot01.png) left bottom repeat-x; padding-bottom: 2px;}
div.hr hr { display: none; }
div.vr { float: left; background: transparent url(../images/dot02.png) center repeat-y; padding: 2px;}
div.hr2 { float: left; background: transparent url(../images/dot03.png) left bottom repeat-x; padding-bottom: 1px;}
div.hr2 hr { display: none; }
.infoDiv { float: left; display: none; clear: both; margin: 10px;}
.vezerlopult {
	float: left;
	display: block;
	position: relative;
	width: 160px;
	left: 40px;
	height: auto;
	clear: both;
}

a { border:none; text-decoration:none; outline:none; }
img { border:none; outline:none; }
