* {
    margin: 0px;
    padding: 0px;
}

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0 115px 0 0;
	background-color: White;
	font-family: Arial, Helvetica, Verdena, sans-serif;
	font-size: 13px; 	/* Defualt font size */
	/* background: White url(../images/bg.jpg) repeat-x top; */
    background-image: url("../images/beta.gif");
    background-position: right top;
    background-repeat: no-repeat;
	
}
div.login {
    color: #f00;
}

/* ------------ GLOBAL&DEFAULT PAGE SETTINGS -------------*/

img {
    border: none;
}

h1 {
	font-family: Georgia, Genova, serif;
	font-size: 185%;
	font-weight: normal;
	color: Black;
	margin: 0;
	margin-bottom: 7px;
	padding:0px;
	line-height: 100%;
}

h2 {
	font-family: Georgia, Genova, serif;
	font-size: 135%;
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	margin-bottom: 4px;
	padding:0px;
}

p {
	margin-top: 9px;
	margin-bottom: 9px;
}

p.large {
	margin-top: 20px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding: 0px;
}

li {
	margin-bottom: 2px;
}

input {
	border: 1px solid #D0D0D0;
}

span.rightalign {
	float: right;
	text-align: right;
}

span.italic {
	font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

		
div.container {
	width: 815px;	
	position: relative;			
	margin-left:50px;
	min-height:100%;
}		

/* ---------- CONTENT ---------*/
div.content {
	padding-top:10px;
	/*padding-bottom:50px; 	/* Required for the footer */
	color: #515151;	
	padding-left: 15px;
	padding-right: 15px;		
	line-height: 135%;	
	width:750px;
	float: left;
}

div.content a:visited, div.content a:link {
	color: #009ef8;
	text-decoration: none;
	font-weight: bold;
}

div.content a:hover, div.content a:active{
	color: #bc0101;
	text-decoration: underline;
	font-weight: bold;
}

table.search {
    width: 100%;
}
table.search td {
    padding: 2px;
}
table.search td.label {
    text-align: right;
    padding-right: 10px;
}
.winput {
    width: 200px;
}
.pubinput {
    width: 470px;
}
div.controls {
    padding: 20px;
}
div.controls input {
    float: right;
}

/* ---------- HEADER & MENU ------------*/
div.header {
	width: 765px;
	height: 112px;
	background-image: url("../images/header-bg.gif");
	background-position: right 0;
	background-repeat: no-repeat;
}

div.header img {
	border: 0;
}

div.menu {
	position:absolute;
	top:64px;
	left:0px;
	width:745px;
	height: 43px;
	background: url("../images/header_menubg.jpg");
	padding-left: 20px;
	padding-top: 5px;
	font-family: Georgia, Genova, serif;
	font-size: 130%; 
	color:white;
	
}

div.menu_small {
	font-size: 90%;
	padding-top: 8px;
	height: 40px;
}

ul.menulist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

ul.menulist li {
	display:inline;
	padding:0 3px;
}

ul.menulist li a:link, ul.menulist li a:visited {
	color:white;
	text-decoration:none;
	font-weight: normal;
}

ul.menulist li a:active, ul.menulist li a:hover {
	text-decoration:none;
	font-weight: normal;
	color:#ffcc00;
}

ul.langmenu {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	list-style-type: none;
	float: right;
}
ul.langmenu li {
    display: inline;
    float: left;
}
ul.langmenu li a {
    float: left;
    width: 30px;
    height: 25px;
    text-decoration: none;
}
ul.langmenu li a:hover {
    background-position: 0 -25px;
}
ul.langmenu li a.selected, ul.langmenu li a.selected:hover {
    background-position: 0 -50px;
}
ul.langmenu li a#hu {
    background-image: url("../images/flag_hu.gif");
}
ul.langmenu li a#en {
    background-image: url("../images/flag_en.gif");
}
ul.langmenu li a#de {
    background-image: url("../images/flag_de.gif");
}
		
/* ----------- FOOTER -----------------*/
div.footer {
	clear: both;
	width: 736px;
	height: 50px;
	background-image: url("../images/footer_bg.png");
	padding-left:20px;
	padding-top:10px;
	font-family: Georgia, Genova, serif;
	font-size: 100%; 
	color: #888888;
	line-height: 130%;
	font-style: italic;
}	

div.footer a:link, div.footer a:visited {
	color: #009ef8;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}

div.footer a:hover, div.footer a:active {
	text-decoration: underline;
}

div.footer span.name {
	color: #545454;
}

div.footer div.lang {
	float:right;
	text-align: right;
	padding-right: 10px;
	padding-top:3px;
	line-height: 110%;
	font-style: normal;
}

/* ------- IMAGE POSITIONING ----------*/
img.left {
	float:left;
}

img.right{
	float:right;
}

