@import url("common.css");
@import url("ujdonsagok.css");
@import url("divbook.css");

body {
    background: white;
	color: black; /* fekete szöveggel */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1 {
	font-size: 16pt;
	color: #688097;
}
h2 {
	font-size: 14pt;
	color: #688097;
	height: 1em;
}
h3 {
	font-size: 12pt;
	color: #688097;
}

#header {	/* fejrész */
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url(../images/header_bg.jpg) repeat-x top left;
    color: black;
}

#headerImageBG {
    margin: 0px;
    height: 227px;
    margin-left: 0px;
    background: url(../images/header_left.jpg) no-repeat top left;
    padding-left: 23px;
    padding-top: 13px;
    zoom: 1;
}

#headerImage {
    float: left;
    margin: 0px;
}

#headerImage img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#pageTitle {
	padding-left: 220px;
	padding-top: 80px;
    font-family: Comic Sans, Comic Sans MS;
    font-size: 26pt;
    line-height: 30pt;
    color: black;
}


#content {
	margin-left: 40px;
	padding-top: .5em;
	padding-bottom: 2em;
	padding-left: 10px;
	background: white;
	min-height: 400px;
}

#leftPanel{
	display: none;
}

#menuLine {
	display: none;
}

#log {
    display: none;
}


#logToggle {
    display: none;
}


#footer {
	clear: both;
    height: 2em;
	line-height: 2em;
    background-color: #688098;
    color: white;
    text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: -50px;
}

input, select, textarea, checkbox, button {
	background-color: #d0d0f0;
	color: inherit;
	font-size: 8pt;
}

.formError {    /* red frame around invalid form elements, DIV */
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .5em;
	padding-bottom: .3em;
	background-color: red;
	color: inherit;
    display: inline;
}

.formErrorMsg { /* form error messages, TD */
	background-color: inherit;
    color: red;
}

.formErrorNum { /* a number next to the wrong input field, links to the message, A */
    color: red;
    text-decoration: none;
    vertical-align: super;
    font-size: 80%;
    padding-left: .3ex;
}


a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.bigbadhead
{
    margin-left: -220px;
    padding-left: 220px;
    background: #404040 url(../images/header_line.jpg) repeat;
	padding-top: 7px;
    height: 46px;
    color: black;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
    z-index: 90;
}



/*** MENUS ***/
#pulldown {
	display: none;
}

#sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
	width: 200px;

    line-height: 22px;
    color: #044551;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}

#sidemenu li {
	display: block;
	position: relative;
	width: 200px;
	overflow: hidden;
}

#sidemenu li ul {
  display: none;
}

