@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	color: #52585f;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	border-collapse: collapse;
	overflow-y: scroll;
	background-color: #18263d;
}
input.textfield {
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #132E3F;
}

#headerDiv {
	position: relative;
	width: 100%;
	height: 144px;
	background: url(design/header-bg.png) repeat-x;
}
#body-bgDiv {
	position: absolute;
	width: 100%;
	height: 274px;
	background: url(design/body-bg-top.jpg) no-repeat left;
}
#bgcolorDiv {
	position: relative;
	background-color: #dee7f6;
}
#contentDiv {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	background: none;
	padding: 0 0 25px 0;
}
#footerDiv {
	position: relative;
	width: 100%;
	height: 100px;
	font-size: 10px;
	color: #b8c4d2;
	background-color: #18263d;
}
#inner-contentDiv {
	position: relative;
	width: 820px;
	min-height: 280px;
	margin: 0 0 0 80px;
	background-color: #FFF;
	padding: 12px 40px 10px 40px;
}
#inner-headerDiv {
	position: relative;
	width: 980px;
	height: 156px;
	margin: 0 auto 0 auto;
}
#inner-footerDiv {
	position: relative;
	width: 900px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 80px;
	text-align: center;
}
#main-menuDiv {
	position: absolute;
	width: 900px;
	margin: -35px 0 0 80px;
	height: 23px;
	background: url(design/menu-bg.png) repeat-x #FFF;
}
#sub-menuDiv {
	position: absolute;
	width: 900px;
	margin: -12px 0 0 80px;
	height: 23px;
	background: url(design/submenu-bg.png) repeat-x;
	z-index: 99;
}
#sub-menu2Div {
	display: block;
	position: absolute;
	width: 900px;
	margin: -12px 0 0 80px;
	height: 23px;
	background: #FFF;
	z-index: 99;
}
.menuSpan , .active-menuSpan {
	padding: 0 12px 0 12px;
	float: left;
	line-height: 23px;
	height: 100%;
	margin: 0;
}
.menuSpan:hover , .active-menuSpan {
	background: url(design/menu-active-bg.png) repeat-x;
}
.sub-menuSpan , .active-sub-menuSpan {
	padding: 0 15px 0 15px;
	float: left;
	line-height: 23px;
	height: 100%;
	margin: 0;
	color: #4e4741;
}
.sub-menuSpan:hover , .active-sub-menuSpan{
	background: url(design/submenu-active-bg.png) repeat-x;
}
#slogenSpan {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9bafc3;
	margin: 40px 10px 0 390px;
}
#main-menuDiv img , #sub-menuDiv img {
	float: left;
}
#mainTable {
	text-align: center;
}
.mainTableLeftTd {
	text-align: left;
}
#mainTable td {
	background: #e0e8f0;
}
/*     HTML TAG     */
img {
	border: none;
}
a {
	text-decoration: none;
	color: #e67937;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#main-menuDiv a , #sub-menuDiv a {
	color: #FFF;
}
#main-menuDiv a:hover , #sub-menuDiv a:hover {
	text-decoration: none;
}
div.kiemelt {
        background : #FFFDB9;
        border : 2px dashed #8D8D8D;
        padding: 10px;
        margin: 10px;
}
div.ar {
        background : #8888FF;
        margin: 10px;
        text-align: right;
        text-decoration: bold;
        color: #FFFFFF;

}

div.kiemelt2 {
        background : white;
        border : 1px dashed #8AB6CC;
        padding: 5px;
        margin: 10px;
        position: relative;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #fe7711;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: right;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fe7711;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
        color: #18263d;
	margin: 0 0 10px 0;
}
td.sor_off {
background-image:url(http://www.e-szoftver.hu/kepek/keret-kozepe.png); 
}
td.sor_on {
background-image:url(http://www.e-szoftver.hu/kepek/keret-kozepe-narancs.png); 
}