
body {
background:#a85a22 url('../images/bg_2.jpg');
font-family: 'roughtypewriterregular';
font-size:22px;
}

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#index-01 {
	background:url('../images/top.png');
	position:relative;
	width:900px;
	height:300px;
}

#index-02 {
	background:url('../images/menu.png');
	position:relative;
	width:900px;
	height:105px;
}

#index-03 {
	position:relative;
	width:800px;
	min-height:450px;
	_height:450px;
	padding:50px;
	text-align: justify;
}

#index-04 {
	background:url('../images/ikonok.png');
	position:relative;
	width:900px;
	min-height:252px;
}

#index-05 {
	background:url('../images/footer.jpg');
	position:relative;
	width:900px;
	height:570px;
}

.panel {
	background:url('../images/bg.jpg');
	width:900px;
	min-height:450px;
	_height:450px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.92);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.92);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.92);
}

/* Menu */

#menu {
	position:absolute;
	width:820px;
	height:90px;
	margin: 0px;
    list-style: none;
    padding: 0px;
	left:80px;
	top:25px;
	
}

#menu li, #menu_bottom li {
    display: block;
    float:left;
}

#menu li a {
    height:33px;
    min-width:20px;
    color:#010101;
    cursor:pointer;
    font-size:24px;
    float:left;
    text-decoration:none;
    text-align:right;
    padding:16px 20px 0 20px;
    
}

#menu li a.gomb_over, a.gomb:hover,#menu li a.aktiv {
	background: url('../images/gomb_over.jpg');
	text-decoration:none;
	color:#ffffff;
}

.gomb_over, .aktiv {
	
}

/* Banner */

.banner {
	cursor:pointer;
}

.banner:hover {
	background: url('../images/hover.png');
}

.download {
	cursor: pointer;
	margin-top:20px;
}

.download:hover {
	background: url('../images/downlaod_hover.png');
}

h1 {
	color:#010101;
	font-size:28px;
}

h2 {
	color:#010101;
	font-size:26px;
}

h3 {
	color:#010101;
	font-size:20px;
}


a {
	color:#010101;
	text-decoration:none;
}

a:hover {
	color:#8d462b;
	text-decoration:underline;
	cursor:pointer;
}