body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #E1E0E0;
    background-image: url(../imgs/bg_main.png);
    background-position: top left;
    background-repeat: repeat-x;
}

div, p, form, legend, fieldset, img, input, table, td, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
table, td {
    vertical-align: top;
}

img {
    border: 0;
}

h1 {
  	margin-top: 30px;
  	margin-bottom: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #807E7E;
}

h2 {
  	margin-top: 10px;
  	margin-bottom: 10px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #807E7E;
}

h3 {
	min-height: 50px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #807E7E;
	border-bottom: 1px solid #CECCCC;
}

h4 {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #807E7E;
	border-bottom: 1px solid #CECCCC;
    line-height:25px;
    width:597px;
}
h6 {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 80%;
	color: #4C68B2;
	background-color: #CCD4E9;
	line-height: 17px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #4C68B2;
}

/* Form */
legend {
  	padding-left: 5px;
  	padding-right: 5px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

fieldset {
  	margin-bottom: 10px;
  	padding: 10px;
	border: 1px solid #CECCCC;
    font-family:Trebuchet MS,Tahoma,Arial,sans-serif;
    font-size:12px;
    color: #787878;
}
input.inputbox {
  	width: 250px;
	border: 1px solid #999;
}
input.inputbox2 {
  	width: 200px;
    height: 21px;
	border: 1px solid #999;
    font-family:Trebuchet MS,Tahoma,Arial,sans-serif;
    font-size:12px;
    color: #787878;
}

input.submit {
  	padding: 5px;
  	border: 0;
	color: #FFF;
	background-color: #3E5674;
	text-transform: uppercase;
}

textarea {
  	width: 400px;
	height: 150px;
	border: 1px solid #999;
}

label {
	cursor: pointer;
}

b.red {
  	margin-left: 10px;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
	color: #FFF;
	background-color: #FF0000;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}


table.container {
    width: 100%;
	height: 100%;
	border-collapse: collapse;
    background-color: #FFF;
}


#header {
    width: 960px;
    height: 86px;
    background-image: url(../imgs/bg_main.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#bg_header {
 	width: auto;
    background-image: url(../imgs/bg_main.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#bg_header img {
	float: left;
}
#logo {
    width: 347px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 0;
}

#topmenu {
    width: 410px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 329px;
}

#topmenu ul {
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 18px;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

#topmenu ul li {
    margin-right: 21px;
    float: left;
}

#topmenu ul li a {
	font-family: Tahoma, Arial, sans-serif;
/*
    font-size: 14px;
    font-weight: bold;
*/
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
}

#szlogen {
	width: 220px;
	position: relative;
	top: 10px;
	left: 730px;
}

#szlogen p {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #A9C4E1;
    text-align: right;
}

#search {
    width: 960px;
    height: 54px;
    background-color: #FFF;
}

#bg_search {
 	width: auto;
	background-color: #E0E0E0;
    background-image: url(../imgs/bg_right.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#logosearch {
	height: 54px;
	float: left;
}

#searchfield {
    width: 313px;
    height: 54px;
	font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    text-indent: 12px;
    color: #274461;
    background-image: url(../imgs/bg_searchfield.png);
    background-position: top left;
    background-repeat: repeat-x;
	float: right;
}

#searchfield p {
    margin-top: 25px;
    margin-left: 10px;
	text-indent: 0px;
}

#searchfield input.inputbox {
    padding-top: 2px;
    padding-left: 3px;
    width: 196px;
    height: 18px;
  	position: relative;
	bottom: -3px;
	*bottom: -1px;
	left: 5px;
    font-size: 12px;
    background-image: url(../imgs/bg_searchinput.png);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    vertical-align: top;
}

#searchfield input.submit {
    width: 35px;
    height: 18px;
  	position: relative;
	bottom: -3px;
	left: 10px;
    background-image: url(../imgs/bg_searchbutton.png);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
}

#menu {
    width: 960px;
    height: 29px;
    background-color: #FFF;
}

#bg_menu {
 	width: auto;
	background-color: #E0E0E0;
    background-image: url(../imgs/bg_right.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#content {
	/*padding-bottom: 40px;*/
    width: 960px;
    background-color: #FFF;
	vertical-align: top;
    /*background-image: url(../imgs/bg_content.png);
    background-position: top left;
    background-repeat: repeat-y;*/
}

#bg_content {
 	width: auto;
	background-color: #E0E0E0;
    background-image: url(../imgs/bg_right.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#left {
  	margin-left: 38px;
	float: left;
  	width: 542px;
}

#left div {
  	margin-bottom: 10px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #787878;
}

#left ul {
  	margin-top: 10px;
  	margin-bottom: 10px;
	margin-left: 35px;
	padding: 0;
	list-style-image: url(../imgs/bg_ul.png);
    list-style-position: outside;
}

#left ol {
	margin: 0;
	margin-left: 40px;
	padding: 0;
    list-style-position: outside;
}

#left ul li, #left ol li {
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	line-height: 22px;
    color: #2F5478;
}

#left table {
    width: 600px;
	border: 0;
	border-collapse: collapse;
}

#left td {
	padding-left: 5px;
  	padding-right: 5px;
	vertical-align: top;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	line-height: 24px;
    color: #787878;
}

#left table td ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-image: url(../imgs/bg_ul.png);
    list-style-position: outside;
}

#left table td  ul li {
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	line-height: 22px;
    color: #787878;
}

#left p {
	margin-top: 10px;
	margin-bottom: 10px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	line-height: 24px;
    color: #787878;
	display: block;
}

#left a {
    color: #6AA0D5;
	text-decoration: underline;
    font-weight: bold;
}

#left a:hover {
    color: #243E58;
    font-weight: bold;
	text-decoration: none;
}

#right {
	width: 290px;
	float: center;
    /*background-image: url(../imgs/bg_rightside.png);
    background-position: top left;
    background-repeat: repeat-x;*/
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #486486;
    /*background-color: #DADADA;
    background-color: #DADADA;  */
    margin:0px;
    padding:0px 0px 8px 0px;
    vertical-align: top;
}
#right h1, #right h1 a  {
    width: 240px;
    line-height: 30px;
    background-color: #A53421;
    color: #FFFFFF;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}
#right h2, #right h2 a  {
    width: 240px;
    line-height: 30px;
    background-color: #213C54;
    color: #FFFFFF;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}
#right h1 a:hover, #right h2 a:hover {
    text-decoration: underline;
}

#right img {
	margin-top: 10px;
	margin-left: 10px;
   	margin-right: 10px;
	border: 9px solid #FFF;
}
#right img.noborder {
	margin-top: 10px;
	margin-left: 10px;
   	margin-right: 10px;
    border: none;
}


#right object {
    margin-top: 10px;
    margin-left: 11px;
    z-index: 2px;
}

#right div.logos, #right p {
    width: 300px;
	margin-left: 9px;
    margin-right: auto;
}

#right div.logos div {
	margin-top: 9px;
	margin-left: 5px;
	width: 140px;
	min-height: 255px;
	background-color: #C7CBD4;
	border: 1px solid #979BA7;
	float: left;
}


#right div.logos img {
	margin: 0;
	border: 0;
}


#right div.logos p {
	margin-left: auto;
	margin-right: auto;
	width: 130px;
	line-height: 13px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #486486;
	display: table;
	text-align: center;
}

#right div.logos p span {
    font-size: 13px;
    font-weight: bold;
}

#right div.logos p a {
	color: #16314A;
	font-weight: bold;
	text-decoration: none;
}

#right div.logos p a:hover {
	text-decoration: underline;
}

#right div.logos p b a {
	color: #486486;
}


/* szponzor logok */
/*#right div.logok {
    margin-left: 0px;
}

#right div.logok img {
    float: left;
    margin: 4px;
	border: 0;
}
*/
iframe {
    border: 0;
    border-collapse: collapse;
    width: auto;
    height: 620px;
    margin-top: 14px;
    margin-left: 12px;
    margin-right: 0;
}

#datacontainer {
    background-image: none !important;
    background-color: rgb(218, 218, 218);
}

#datacontainer img {
    float: left;
    border: 0;
    border-right: 6px solid #DADADA;
    display:inline;
    margin-bottom: 6px;
    padding:0;
}



#right div.iskola {
    margin-right: auto;
    margin-left: auto;
}

#right div.iskola a {
    text-align: center;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 11px;
	color: #2F5478;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}

#right div.iskola a:hover {
	text-decoration: underline;
}


#right div.director {
	margin-top: 14px;
	margin-left: 12px;
	display: table;
}

#right div.director img.pic {
	margin: 0;
	border: 0;
	float: left;
}

#right div.directors {
	position: relative;
	right: 6px;
	width: 174px;
	height: 152px;
	line-height: 13px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #486486;
	background-color: #C7CBD4;
	border: 1px solid #979BA7;
	float: right;
}

#right div.directors img {
	margin: 0;
	border: 0;
}

#right div.directors p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Footer */
#footer {
    width: 960px;
    height: 62px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #D7A7A;
    background-color: #DADADA;
}

#bg_footer {
 	width: auto;
	background-color: #E0E0E0;
    background-image: url(../imgs/bg_right.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#footer p {
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    line-height: 13px;
	text-align: center;
	color: #7D7A7A;
}

#footer a {
	color: #7D7A7A;
}

#footer a:hover {
	text-decoration: none;
}


/* Sitemap */
div.module {
  	margin-left: 38px;
	width: auto;
}

ul.sitemap {
	list-style-image: url(../imgs/bg_ul.png);
}

ul.sitemap a {
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #787878;
	text-decoration: none;
}

ul.sitemap a:hover {
	color: #6AA0D5;
	text-decoration: underline;
}

/* SEARCH */
h1.search {
	margin-top: 30px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-indent: 15px;
	background-image: url(../imgs/bg_ul.png);
	background-position: left;
	background-repeat: no-repeat;
}

h1 b {
	color: #A63624;
}


p.foundin, p.searchdesc {
	margin: 0 !important;
}

p.searchdesc b, p.searchdesc strong {
	color: #A63624;
}

div.paginator {
  	margin-top: 20px;
	width: 100%;
}

div.paginator p.previous {
  	width: 49% !important;
	float: left;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

div.paginator p.next {
  	margin-right: 10px;
  	width: 49% !important;
	float: right;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
}

/* TELL A FRIEND */

#tell_a_friend span {
    float: left;
    display: table;
	font-weight: bold;
    width: 180px;
}
#tell_a_friend legend {
    color:#787878;
}


/* TERKEP */
/* Tab */
div#maps p.map {
  	color: #16314A;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    padding: 0px;
	/*display: none;*/
}
div#school1, div#school2, div#school3, div#school4 {
    /*display: none;*/
    width:  276px;
    height: 276px;
	margin: 5px auto 10px 8px;
	border: 9px solid #FFF;
}
.widgetmap {
    /*display: none;*/
    width:  276px;
    height: 276px;
	margin: 5px auto 10px 8px;
	border: 9px solid #FFF;
}

div#cim1, div#cim2, div#cim3, div#cim4 {
	color: #16314A;
    font-size: 12px;
}

div#maps p {
	color: #16314A;
	font-weight: bold;
	text-decoration: none;
}

div#maps p a {
	color: #16314A;
	font-weight: bold;
	text-decoration: none;

}
div#maps p a:hover {
	color: #16314A;
	font-weight: bold;
	text-decoration: underline;
}

/* Request */
.fieldset_top_required {
    width: 554px;
    height: 10px;
    background: transparent url(../imgs/fieldset_top_required.jpg) top left no-repeat;
    margin: 0;
    padding: 0;
}
.fieldset_bottom_required {
    width: 554px;
    height: 10px;
    background: transparent url(../imgs/fieldset_bottom_required.jpg) top left no-repeat;
    margin: 0 !important;
    padding: 0;
}

.fieldset_top {
    width: 554px;
    height: 10px;
    background: transparent url(../imgs/fieldset_top.jpg) top left no-repeat;
    margin: 0;
    padding: 0;
}
.fieldset_bottom {
    width: 554px;
    height: 10px;
    background: transparent url(../imgs/fieldset_bottom.jpg) top left no-repeat;
    margin: 0 !important;
    padding: 0;
}

.fieldset_required {
    width: 554px;
    background-color: #8F1D02;
    margin: 0 !important;
    padding: 0;
}
.fieldset {
    width: 554px;
    background-color: #DDE6ED;
    margin: 0 !important;
    padding: 0;
}

.fieldset table, fieldset_required table {
    width: 520px !important;
    margin-left: 10px;
}


.fieldset_required td.label{
    padding-left: 15px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}
.fieldset td.label {
    padding-left: 15px !important;
    font-weight: bold !important;
}

.fieldset_required input, .fieldset_required p, .fieldset input, .fieldset p  {
    margin-left: 10px;
}
.fieldset_required input[type="text"].email, .fieldset input[type="text"].email {
    margin-left: 10px;
    width: 260px;
}
.fieldset select, .fieldset_required select {
    margin-left: 10px;
    color: #787878;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #999;
    height: 21px;
}

.fieldset_required select.country, .fieldset select.country {
  	width: 260px;
    height: 21px;
	border: 1px solid #999;
    font-family:Trebuchet MS,Tahoma,Arial,sans-serif;
    font-size:12px;
    color: #787878;
    margin-left: 10px;
}


.buttonsend {
    width: 122px;
    height: 30px;
    background: #DDE6ED url(../imgs/button_send.jpg) top left no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
}
.mba_buttonsend {
    width: 250px;
    height: 30px;
    background: #DDE6ED url(../imgs/mba_button_send.jpg) top left no-repeat;
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
}

/* Call us form */


.fieldset_callus_top {
    width: 276px;
    height: 8px;
    background: #DDE6ED url(../imgs/fieldset_callus_top.jpg) top left no-repeat;
    margin: 0;
    padding: 0;
}
.fieldset_callus {
    width: 276px;
    background-color: #DDE6ED;
    border:9px solid #FFFFFF;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
}
.fieldset_callus input, .fieldset_callus p  {
    margin-left: 10px;
}
.fieldset_callus textarea {
    width: 250px;
    margin-left: 10px;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    color: #787878;
	font-size: 12px;
}

.fieldset_callus .feher {
    background-color: #FFFFFF;
    text-align: center;
}


.fieldset_callus_bottom {
    width: 276px;
    height: 8px;
    background: #DDE6ED url(../imgs/fieldset_callus_bottom.jpg) bottom left no-repeat;
    margin: 0;
    padding: 0;
}
.buttonsend_callus {
    width: 140px;
    height: 27px;
    background: #DDE6ED url(../imgs/button_callus_send.jpg) top left no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
}
.fieldset_callus select {
  	width: 200px;
    height: 21px;
	border: 1px solid #999;
    font-family:Trebuchet MS,Tahoma,Arial,sans-serif;
    font-size:12px;
    color: #787878;
    margin-left: 10px;
}

table#rankings {
    width: 560px;
    border: 1px solid #ECECEC;
    font-family: Arial !important;
    font-size: 9px !important;
}
table#rankings th, table#rankings td {
    padding: 3px;
    font-family: Arial !important;
    font-size: 9px !important;
    border: 1px solid #ECECEC;
}
.cursort{
	background-color: rgb(228, 235, 254);
	}
	
.shade{
	background-color: #F2F2F2
	}

	
	