BODY {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
}

.indentedText {
	margin-left: 3em;
}

.topMenu {
	background-color: #dfdeeb;
	font-size: x-small;
	font-weight: bold;
	color: #09156a;
}

A.topMenu {
	text-decoration: none;
}


.topMenu_sel {
	background-color: #dfdeeb;
	font-size: x-small;
	font-weight: bold;
	color: #b0a0a0;
}

A.topMenu_sel {
	text-decoration: none;
}

.languageMenu {
	background-color: #ffffff;
	font-size: xx-small;
	color: #b0a0a0;
}

A.languageMenu {
	text-decoration: none;
}


.bottomLine {
	background-color: #dfdeeb;
	font-size: x-small;
	color: #09156a;
}


A.bottomLine {
	color: #09156a;
	text-decoration: none;
	font-weight: bold;
}	


.bodyText {
	font-size: x-small;
	color: #09156a;
}

.headLine1 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 200%;
}

.linkText {
	color: #505050;
}

.rightMenu {
	color: #6070a0;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}

TD.rightMenu {
	border-top: 1px solid #dfdeeb;
	width: 100%;
}

TD.rightMenu_b {	
	border-top: 1px solid #dfdeeb;
	border-bottom: 1px solid #dfdeeb;
	width: 100%;
}

.rightmenu_a {
	color: #f4baba;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

TD.rightMenu_a {
	border-top: 1px solid #dfdeeb;
	width: 100%;
}


#topmenu { position: static }

.box
{
   background-color: #dfdeeb;
}

.top, .bottom
{
   position: relative;
   left: 1px;
   height: 11px;
}

.top { top: -1px }

.bottom { margin-bottom: -1px; top: 1px }

.box > .bottom { top: 2px }

.nw, .ne, .sw, .se
{
   width: 11px;
   height: 11px;
}

.nw, .sw { float: left; position: relative; left: -2px }

.ne, .se { float: right }
.nw { background: url(nw.gif) no-repeat left top }

.ne { background: url(ne.gif) no-repeat right top }

.sw { background: url(sw.gif) no-repeat left bottom }

.se { background: url(se.gif) no-repeat right bottom }

.content { margin: 0 1em }

.logo {
	margin-top: 100px;
	text-align: center; 
}

.fooldal {
	margin-top: 100px;
	text-align: center; 
	color: #09156a;
	font-weight: bold;
	font-size: x-large;
	text-decoration: none;
}

A.fooldal:Hover {
	color: #6070a0;
}