/* ######### CSS for top level tabs ######### */
body{
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
	display: block;
	padding: 1px 7px;
	background: transparent;
	color: black;
	border-right: silver 1px solid;
/*	margin-right: 1px;*/
	text-decoration: none;
	font: bold 13px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	background: black;
	color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #E8E8E8;
width: 99%;
height: 18px;
padding: 3px;
border: 1px solid silver;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

.style1{
	background-color: #5AADAD;
	color: White;
	font-weight: bold;
}
.style2{
	background-color: #F0F8F9;
}
.border{
	border: 1px dotted #396166;
}
.header1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #36797A;
	color: White;
}
a.reszletek{
	color: #004E87;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}
a.reszletek:hover{
	text-decoration: underline;
	color: Maroon;
	text-decoration: none;
}
div.headerL{
	float: left;
}
div.headerR{
	float: right;
}
a.header{
	color: White;
}
