body {
	background-image: url('../../img/bg-blue.png');
	font-family: Tahoma,Verdana,Lucida Sans Unicode,Lucida Grande,helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #883333;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

div#toplefthead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 31px;
	background-image: url('../img/topleftcontainer.png');
}

/* top menu start */
div#topmenu {
	position: absolute;
	top: 0px;
	width: 980px;
	height: 32px;
}
div#topmenu div.topmenuitem {
	position: absolute;
	float: left;
	width: 157px; /* a topmenuitem.png merete */
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px; /* itt lesz a topmenuitem keretben a szoveg */
	padding-top: 5px;
}
div#topmenu div.topmenuitem_inside {
	margin-right: 20px;
	margin-top: 4px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
div#topmenu div.inakt {	background-image: url('../img/topmenuitem.png'); }
div#topmenu div.akt { z-index: 1000; background-image: url('../img/topmenuitem_akt.png'); }
div#topmenu div.topmenuitem_1 { left: 810px; z-index: 10; } /* left annyival lep, amennyi a topmenuitem.png-bol a tenyleges keret, arnyek nelkul */
div#topmenu div.topmenuitem_2 { left: 660px; z-index: 20; }
div#topmenu div.topmenuitem_3 { left: 510px; z-index: 30; }
div#topmenu div.topmenuitem_4 { left: 360px; z-index: 40; }
div#topmenu div.topmenuitem_5 { left: 210px; z-index: 50; }
/* top menu end */

div#leftmenuandcontent {
	position: absolute;
	left: 0px;
	top: 32px;
	bottom: 0px;
	width: 980px;
}

.jspVerticalBar {
	left: 0;
}

/* left menu start */
div#leftmenu {
	position: absolute;
	top: -1px;
	bottom: 40px;
	padding-bottom: 13px;
	min-width: 180px;
	max-width: 700px;
	z-index: 2000;
	overflow: hidden;
	font-size: 12px;
	display: none;
}
div#leftmenucontent {
	width: 100%;
	background-image: url('../img/bg_dark.jpg');
	background-repeat: repeat;
	overflow: auto;
	padding-right: 2px;
}
div.menuitem {
	margin-right: 3px;
	overflow: hidden;
	white-space: nowrap;
}
div.menuitem_selected {
	margin-right: 0px;
	background-image: url('../img/bg_mid.jpg');
	background-repeat: repeat;
}

div.tl { background: transparent url('../img/topleft.png') no-repeat top left; padding-top: 8px; padding-left: 8px; height: 100%; }
div.tr { background: transparent url('../img/topright.png') no-repeat top right; padding-right: 8px; height: 100%; }
div.bl { background: transparent url('../img/bottomleft.png') no-repeat bottom left; height: 13px; padding-left: 8px; }
div.br { background: transparent url('../img/bottomright.png') no-repeat bottom right; padding-right: 8px;}

div.foldable {
	/*cursor: pointer;*/
}

div.menucontainer {
	border: 0px solid black;
	border-left: 1px solid black;
	margin-left: 5px;
	padding-left: 5px;
}

div.mclevel0 {
	margin-left: 0px;
	padding-left: 0px;
	border-left-width: 0px;
}
img.plusminus {
	margin-right: 2px;
}
img.openclosebtn {
	cursor: pointer;
}

/* left menu end */

div#contentandfooter {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 180px;
	width: 805px; /* contenttop.png szelessege */
	padding: 0px;
}
div#contenttop {
	position: absolute;
	z-index: -1;
	top: -1px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 8px;
	background: transparent url('../img/contenttop.png') no-repeat top left;
}
div#content {
	position: absolute;
	top: 7px;
	left: 0px;
	right: 0px;
	bottom: 52px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	background-image: url('../img/contentbg.png');
	background-repeat: repeat-y;
	font-size: 13px;
}
div#insidecontent {
	position: absolute;
	top: 0px;
	left: 5px;
	right: 15px;
	bottom: 5px;
	padding-right: 5px;
	overflow: auto;
}
div#contentbottom {
	position: absolute;
	bottom: 40px;
	width: 805px;
	height: 13px; /* contentbottom.png merete */
	background: transparent url('../img/contentbottom.png') no-repeat bottom left;
}
div#bottomtableft {
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 140px;
	height: 45px; /* contentbottom.png merete */
	background-image: url('../img/bottomtab.png');
	background-repeat: no-repeat;
}
div#lefticon {
	width: 45px;
	height: 35px;
	background-image: url('../img/book_left.png');
	background-repeat: no-repeat;
	position: relative;
	left: -4px;
}
div#bottomtabright {
	position: absolute;
	bottom: 1px;
	left: 665px;
	width: 140px;
	height: 45px; /* contentbottom.png merete */
	background-image: url('../img/bottomtab.png');
	background-repeat: no-repeat;
}
div#righticon {
	width: 45px;
	height: 35px;
	background-image: url('../img/book_right.png');
	background-repeat: no-repeat;
	position: relative;
	left: -4px;
}
div#footer {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	z-index: -1000;
}

.left {
	text-align: left;
}

/* ------------------------------------------------------------------------------------------------------------------- */

div.contentheader {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 30px;
}

div.subheader {
	text-align: center;
	padding-bottom: 25px;
	clear: both;
}

div#bigpics {
	padding-bottom: 25px;
}

img.imgtooltip {
	position: absolute;
	width: 100px;
	height: 150px;
	border: 1px solid black;
	background-color: white;
	z-index: 5000;
}

div.txttooltip {
	position: absolute;
	border: 1px solid black;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url('../img/bg_mid.jpg');
	background-repeat: repeat;
	font-size: 11px;
	z-index: 5000;
}

.teachertooltiptxt {
	display: none;
}

div.schoollogo {
	float: left;
	max-width: 125px;
	max-height: 125px;
	margin-right: 10px;
	margin-top: 5px;
}

img.schoollogo {
	max-width: 125px;
	max-height: 125px;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Evkonyv */

span.nolinklistitem {
	color: #777777;
}

h1 {
	text-align: center;
	font-size: 2.00em;
	font-weight: bold;
}

h2 {
	text-align: center;
	font-size: 1.50em;
	font-weight: normal;
	font-style: italic;
}

img { 
	border:0px
}
	.balkep {
		float:left;
		margin-right: 10px;
	}
	.jobbkep {
		float:right;
		margin-left:10px;
	}

p {
	text-align: justify;
	text-indent: 1em;
}

	.elso {
		text-indent: 0;
	}

	.kozep {
		text-indent: 0;
		text-align: center;
	}
	.vege {
		margin-bottom: 2ex;
	}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

table.evkonyv {
	display:inline;
}
	table.evkonyv tr {
		vertical-align : top;
	}
		
		table.evkonyv td {
			font-size : 10pt;
		}

table.fel tr {
	vertical-align: top;
}
table.keret {
	border: 1px solid black;
	display: table;
}	
	table.keret td {
		border: 1px solid black;
	}

table.pad td {
	padding: 5px;
}

.book p	{		/* Hasznalat: <div class="book"> es </div> koze kell zarni az evkonyvtartalmat */
	margin: 0;
	padding: 0;
}

	.book p.elso {
		text-indent: 0;
	}

	.book p.kozep {
		text-indent: 0;
		text-align: center;
	}
	.book p.vege {
		margin-bottom: 2ex;
	}

.alairas {	/* usage: <div class="alairas">Person Name<br/>title</div>
			please note that if there is anything below this, it MUST clear this with for example a <br class="cright"/>! See class .cright */
	float: right;
	width: 250px;
	text-align: center;
}

.idezet {	/* usage <div class="idezet">idezet</div> */
	text-align: right;
	font-style: italic;
	margin-bottom: 2ex;
}
	.idezet em {
		font-style: normal;
	}

