*{
	margin:0;
	padding:0;
}

div{
	display:block;
}

html{
	overflow-y:scroll;
}

h1{
	font-size:1.5em;
	margin:30px 0;
	text-indent:15px;
}

h2{
	font-size:1.2em;
	margin:15px 0;
}

input[type="submit"], input[type="reset"]{
	width:35%;	
}

input[type="text"]{
	width:60%;
}

textarea{
	min-width:250px;
	max-width:510px;
	min-height:100px;
	max-height:350px;
}

p{
	margin:12pt 0;
}

body{
	background:#03000c url('../images/bg-trans.png') repeat-x fixed;
	color:#000000;
	font:12pt Tahoma, Geneva, sans-serif;
}

ul{
	margin-left:30px;
}

ul li{
	padding-top:12pt;
}

img{
	border:none;
}

#container{
	width:90%;
	margin:0 auto;
	background-color:#fff;
    min-width:900px;
	border:solid white 1px;
}

div#toolbox
{
    height:40px; width:100%;
    background:#000 url('../images/toolbox.png') repeat-x;
    position:fixed;
    z-index:10000;
    color:white;
    text-align:right;
}

div#controls{
	margin-top:5px;
	float:left;
	/*width:60px;*/
	text-align:left;
}

div#controls:hover{
	cursor:pointer;
}

div#head, header{	
	padding-top:40px;
	height:200px;
	margin: 0 auto;
	background-color:#5d6d00;
	background-image: url('../images/rubik.png'), url('../images/header.png');
	background-repeat:no-repeat;
	background-position:  bottom right, bottom left;
}

div#menubar, nav{
	margin:0 auto;
    padding:0;

	background-image: url('../images/bg-menu.png');
	background-repeat:repeat-x;
	background-color:#5c6e00;
	height:40px;
	text-align:left;
	
	border-bottom:5px #5d6d00 solid;
}

div#main{
	background-color:#fff;	
	overflow:auto;
}

div#content iframe{
	float:right;
	margin-right:0px;
	width:425px;
	height:350px;	
}

div#content, section{
	text-align:justify;
	padding:20px;
	overflow:auto;
	background-color:#fff;	
}

div#sidebar, aside{
	margin:0;
	width:180px;
	text-align:left;
	padding:20px;
	float:right;
	background-color:#fff;	
}

div#footer, footer{
	text-align:right;
	border-top:2px #5d6d00 solid;
	padding: 2px 20px 0 0;
}

table#form{
	padding:10px;
}

table#form td{
	padding:5px;
}

table#form td input[type="radio"]{
	margin-left:10px;
}

table.record{
	width:100%;
	margin-top:20px;
}

table.record, table.record td{
	border:2px solid green;
	border-collapse:collapse;
}

table.record th{
	background-color:lightgreen;
	text-align:center;
}

table.record tr:nth-child(2n){
	background-color:lightyellow;
}

table.record caption{
	text-align:left;
	font-weight:bold;
	margin:5px 0;
	color:red;
}

table.versenyzok{
	width:100%;
}

table.versenyzok td{
	padding:10px 10px 0 10px;
	vertical-align:top;
	text-align:center;
}

table.versenyzok tr:nth-child(2){
	padding-top:0px;
	font-style:italic;
}

table.record td{
	padding:8px;
}

table.record th{
	padding:8px;
}

ul.nolist{
	list-style-type:none;
}

ul.methods li ul{
	list-style-type:none;
	margin-bottom:12pt;
}

ul.methods li ul li{
	padding-top:5px;
}

ul.sublatin{
	list-style-type:decimal;
}

ul.sublatin li ul{
	list-style-type:lower-latin;
}

.pikto{
	margin-right:10px;
	vertical-align:middle;
}

ul.dropdown *.dir
{
    font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

    ul.dropdown ul a:link, ul.dropdown ul a:visited
	{
        font-size:0.8em;
    }
	
p.breadcrumbs{
	font-size:0.9em;
	margin:0;
	
}	

a:link, a:active {
	color:blue;
	font-weight:normal;
	text-decoration:underline;
}

a:visited{
	color:darkblue;
	font-weight:normal;
	text-decoration:underline;
}