/* MULTECH CSS */
 p {
	line-height: 150%;
	letter-spacing: 0.01px;
	text-align: justify;
	font-size:100%;
	padding: -5px 5px 5px 10px;
}
h1 {
	line-height: 120%;
	text-align: justify;
	font-size:100%;
	padding:5px 5px 2px 10px;
}
#language {
    background-color: black;
    color: white;
    font-size: 8pt; 
    top: 81%; 
    /*left: 80%;*/
    text-align: right;
    width: 800px; 
    position: relative;
}

#language a {
    color: white;
    font-size: 8pt;
}

#language a:hover {
    color: #c9c9c9;
    font-size: 8pt;
}
body {
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	color: #090909;
	background-color: white;

}

a {
	font-family: Arial;
	text-decoration: none;
	color: rgb(0,64,128);
}

a:hover {
	font-family: Arial;
	text-decoration: none;
	color: red;
}


/* header */

#header {
	height:200px;
	width:800px;
	background: #FFFFFF url(../images/title2.png);
	margin: auto; 	
    text-align: right;
}

/* menu */

#menu {
	width:798px;
	margin:0 auto;
/*	border-left: 1px solid #a9a7a7;*/
/*	border-right:  1px solid #a9a7a7;*/
}
.menumiddle {
	border-right: 1px solid #a9a7a7;
	border-left: 1px solid #a9a7a7;	
}
.menubal {
	border-left: 1px solid #a9a7a7;
}

.menujobb {
	border-right: 1px solid #a9a7a7;
}
.nyelvlinkek {
	margin-left:5px;
	margin-right:5px;
}
/* spacer */
#spacertop {
	width:800px;
	height:20px;
	margin: 0 auto;
	background: #FFFFFF url(../images/banner_top2.png) no-repeat top;
	float: center;
}

.spacer {
	border-top: 1px solid #a9a7a7;	
}

#page {
	width: 798px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #a9a7a7;
	border-right: 1px solid #a9a7a7;
	display: table;
}
/* sidebar */

#sidebar {
	width:194px;
	margin:0 auto;
	float: left;
	height:100%;
    padding-right: 5px;
}
#sidebar li{
    margin-bottom: 5px;
}
#sidebar h1 {
	font-family: Arial;
	font-size: 12px;
	color: rgb(0,64,128);
	text-decoration: none;
	font-variant: small-caps;
	padding-left: 5px;
}
#sidebar2 {
	width:199px;
	margin:0 auto;
	float: right;
	height:100%;
}
#sidebar2 h1 {
	font-family: Arial;
	font-size: 12px;
	color: rgb(0,64,128);
	text-decoration: none;
	font-variant: small-caps;
	padding-left: 5px;
}
.newsticker {
	list-style-type: none;
    border: none;
	font-family: Arial;
	color: #000;
	font-size: 8pt;
	font-variant: normal;
}

.newsticker a {
	font-family: Arial;
	color: #C00;
	font-size: 8pt;
	font-variant: normal;
}

.news {
	border-right: 2px dotted #c9c9c9;
	vertical-align: top;
}

/* main */

#main {

	width:598px;
    color: #595959;
	margin: 0 auto;
	float: right;
	border-left: 1px solid #dcdbdb;
	height:100%;
}

#main ul {
	line-height: 150%;
	letter-spacing: 0.01px;
	text-align: justify;
	font-size:100%;
	padding:5px 5px 5px 50px;
}

#main p {
	line-height: 150%;
	letter-spacing: 0.01px;
	text-align: justify;
	font-size:100%;
	padding: -5px 5px 5px 10px;
}

#main2 {

	width:598px;
    color: #595959;
	margin: 0 auto;
	float: left;
	border-right: 1px solid #dcdbdb;
	min-height: 300px;
}

#main2 ul {
	line-height: 150%;
	letter-spacing: 0.01px;
	text-align: justify;
	font-size:100%;
	padding:5px 5px 5px 50px;
}

#main2 p {
	line-height: 150%;
	letter-spacing: 0.01px;
	text-align: justify;
	font-size:100%;
	padding: -5px 5px 5px 10px;
}
#main2 h1 {
	line-height: 120%;
	text-align: justify;
	font-size:100%;
	padding:5px 5px 2px 10px;
}

#main2 h2 {
	line-height: 120%;
	text-align: justify;
	font-size:120%;
	padding:5px 5px 5px 15px;
}

#fooldal {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px; 
	margin-bottom:10px;
	
	}
#main h1 {
	line-height: 120%;
	text-align: justify;
	font-size:100%;
	padding:5px 5px 2px 10px;
}

#main h2 {
	line-height: 120%;
	text-align: justify;
	font-size:120%;
	padding:5px 5px 5px 15px;
}

.main {
	text-align: right;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 20px;	
	color: white;
	text-decoration: none;
	/*font-variant: small-caps;*/
	/*padding: 10px;*/
	/*margin: 10px 10px 10px 10px;*/
}

/* footer */
#footer {
	width:800px;
	height:50px;
    /*border-top: 1px dotted #c9c9c9;*/
	margin: 0 auto;
	float: center;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	color: #494949;
}



