HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/def_bg-gimp.png");
	background-repeat: repeat-x;
	background-color: #6e818b;
	text-align: center;
}

@import url(tiny.css);

P {
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#main {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: white;
	color: transparent;
	width: 760px;
	/*height: 100%;
	min-height: 100%;*/
	border-left: 3px solid black;
	border-right: 3px solid black;
}
#main .headImg {
	height: 120px;
	background-image: url("../images/headimg-04.jpg");
	text-align: right;
	vertical-align: bottom;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main .headImg SPAN {
	margin: 0px;
	padding: 0px;
}

#mainMenu {
	background-color: #6D7EA9;
	border-bottom: 1px solid Silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	color: Gray;
}
#mainMenu A {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
	color: White;
}
#mainMenu A:hover {
	color: #0000FF;
}

#mainLeft {
	position: relative;
	width: 145px;
	/*height: 100%;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	color: gray;
}
#mainLeft .subject {
	/*height: 15px;*/
	background-color: #6D7EA9;
	color: #6C5642;
	font-weight: bold;
	border-bottom: 1px solid Silver;
	padding-top: 2px;
	padding-left: 6px;
	padding-bottom: 4px;
}
#mainLeft .subject A {
	color: White;
	text-decoration: none;
}
#mainLeft .subject A:hover {
	color: #FFBA53;
}
#mainLeft .body {
	padding: 6px;
}

#mainCenter {
	position: relative;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	color: Black;
}
#mainCenter .margin {
	margin: 10px;
}
#mainCenter IMG {
	border: 0px;
}
#mainCenter A {
	text-decoration: none;
	color: Gray;
}
#mainCenter A:hover {
	color: #9d2e2e;
}
#mainCenter .textTitle {
	font-size: 16px;
	font-family: georgia,sans-serif,Times New Roman;
	font-weight: bold;
	color: #9d2e2e;
}
#mainCenter .textBody {
	padding-top: 10px;
}
/*#mainCenter .textBody IMG .balraZart {
	padding-right: 10px;
	float: left;
	clear: left;
}
#mainCenter .textBody .jobbraZart {
	padding-left: 10px;
	float: right;
	clear: right;
}*/

#mainCenter .subTitle {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: Gray;
}

/* MAIN CENTER BOX KIEMELÉSEK */
#mainCenter .box_default {
	border-bottom: 1px solid Silver;
	padding-bottom: 10px;
}
/* box_blue01 */
#mainCenter .box_blue01 {
	background-color: #E0E8FF;
	color: #33353A;
	border: 1px solid #9095A4;
	border-top: 3px solid #9095A4;
	position: relative;
}
#mainCenter .box_blue01 DIV {
	padding: 5px;
}
#mainCenter .box_blue01 .textTitle {
	color: #33353A;
}
#mainCenter .box_blue01 IMG {
	border: 1px solid Grey;
	padding: 4px;
	background-color: White;
}
/* box_blue02 */
#mainCenter .box_blue02 {
	background-color: #364E8A;
	color: White;
	border: 1px dashed Silver;
	border-top: 3px solid Silver;
	position: relative;
}
#mainCenter .box_blue02 DIV {
	padding: 5px;
}
#mainCenter .box_blue02 .textTitle {
	color: White;
}
#mainCenter .box_blue02 IMG {
	border: 1px solid Grey;
	padding: 4px;
	background-color: White;
}
/* box_blue03 */
#mainCenter .box_green01 {
	background-color: #E8FF84;
	color: #828F4A;
	border: 1px solid #828F4A;
	border-top: 3px solid #828F4A;
	position: relative;
}
#mainCenter .box_green01 DIV {
	padding: 5px;
}
#mainCenter .box_green01 .textTitle {
	color: #33353A;
}
#mainCenter .box_green01 IMG {
	border: 1px solid Grey;
	padding: 4px;
	background-color: White;
}
/* box_blue04 */
#mainCenter .box_green02 {
	background-color: #6C8F40;
	color: #B8F46E;
	border: 1px solid #B8F46E;
	border-top: 3px solid #B8F46E;
	position: relative;
}
#mainCenter .box_green02 DIV {
	padding: 5px;
}
#mainCenter .box_green02 .textTitle {
	color: #33353A;
}
#mainCenter .box_green02 IMG {
	border: 1px solid Grey;
	padding: 4px;
	background-color: White;
}
/* ---------------------------------- */

#mainRight {
	width: 180px;
	float: right;
	text-align: center;
}
#mainRight IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 10px;
	border: 1px solid #4a556c;
}

.red {
	background-color: transparent;
	color: #9d2e2e;
	font-weight: bold;
}
.hr {
	height: 1px;
	background-color: Silver;
	color: transparent;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
}

#foot {
	clear: both;
	height: 18px;
	background-color: #EBE9F2;
	color: transparent;
	border-top: 1px solid Silver;
	position: relative;
	margin-top: auto;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
#foot A {
	color: Gray;
	text-decoration: none;
}
#foot A:hover {
	color: #9d2e2e;
}

.members {
	background-color: transparent;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
.members TD {
	text-align: left;
	vertical-align: top;
}
.members IMG {
	border: 1px solid black;
	margin-top: 10px;
}

/* SMALL FORMATS */
.va {
	vertical-align: middle;
}

INPUT {
	width: 200px;
	background-color: White;
	border: 1px solid Silver;
	color: Gray;
	font-size: 11px;
}

#langChooser {
	background-color: Black;
	border-bottom: 1px solid white;
	height: 22px;
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 4px;
}
#langChooser A {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

#lastPic {
	width: 100%;
	background-color: #364E8A;
	border-bottom: 1px solid Silver;
	text-align: center;
	/*padding-bottom: 10px;*/
}
#lastPic IMG {
	border: 1px solid white;
	margin-top: 10px;
	margin-bottom: 12px;
}

#counterBox {
	width: 180px;
	padding-bottom: 4px;
	background-color: #364E8A;
	float: right;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#counterBox P {
	padding: 0px;
	margin: 6px;
}

#verticalLogo {
	text-align: center;
}
#verticalLogo IMG {
	border: 1px solid Gray;
}
#verticalLogo .showLink {
	display: none;
}
.vlTitle {
	background-color: #6D7EA9;
	border-top: 2px solid White;
	border-bottom: 1px dotted White;
	/*height: 32px;*/
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: White;
}
.vlBg {
	background-color: #C1D5DF;
	border-bottom: 1px dotted White;
}
.sponsors {
	text-align: center;
}
.sponsor IMG {
	vertical-align: middle;
	margin: 4px 4px 4px 4px;
}
.sponsorsTitle {
	background-color: #C4CDD6;
	border-top: 2px solid White;
	border-bottom: 1px dotted Gray;
	/*height: 32px;*/
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: White;
}
.sponsorCat {
	background-color: #C4CDD6;
	border-top: 2px solid White;
	border-bottom: 1px dotted Gray;
	/*height: 32px;*/
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: White;
}