@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	min-height:500px;
}
h1 {
	text-align:right;
	font-size: 22px;
	margin-right: 4px;
	margin-bottom:20px;
	padding-bottom:5px;
	font-style: italic;
	font-weight: normal;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #CCC;
}
h2 {
	text-align:center;
}
h3 {
	margin:0;
	padding:0;
	color:#F00;
}
.fejlec_szoveg {
	color: #FFF;
	text-align:center;
}
.labresz_vonal {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.labresz_szoveg {
	text-align:right;
	font-size:9px;
}

.belepve {
	text-align:right;
	padding:0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.error_strings{
	font-size:14px;
	color:#ff0000;
	margin-left: 2px;
}

.nagyobb_betu {
	font-size:20px;
}

.hivas_fejek {
	font-weight:bold;
	font-size:105%;
}
.hivas_lista_fej {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}
.table_szegely {
	border-width:thin;
	border-color:#000;
	border-top-style:solid;
}
.ugyelo_fejlec {
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:thin;
}
td a {
	text-decoration:none;
	color:inherit;

}
td a:hover {
	text-decoration:underline;
}

.hivas_lista a {
	text-decoration:none;
	color:inherit;
	display:block;
}
.hivas_lista a:hover {
	text-decoration:underline;
}

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


