body{
	width:800px;
	background: url(images/page_bg.png) repeat-x 0px 4px;
	
}




/* Menu CSS */#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a,
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a  {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Capriola', sans-serif;
}
#cssmenu1:before,
#cssmenu1:after,
#cssmenu1 > ul:before,
#cssmenu1 > ul:after ,
#cssmenu2:before,
#cssmenu2:after,
#cssmenu2 > ul:before,
#cssmenu2 > ul:after {
  content: '';
  display: table;
}
#cssmenu1:after,
#cssmenu1 > ul:after ,
#cssmenu2:after,
#cssmenu2 > ul:after {
  clear: both;
}
#cssmenu1 , #cssmenu2 {
  width: auto;
  zoom: 1;
  height: 69px;
  background: url(images/bottom-bg.png) repeat-x center bottom;
  border-radius: 2px;
}
#cssmenu1 ul, #cssmenu2 ul {
  background: url(images/nav-bg.png) repeat-x 0px 4px;
  height: 69px;
}
#cssmenu1 ul li ,#cssmenu2 ul li{
  float: left;
  list-style: none;
}
#cssmenu1 ul li a, #cssmenu2 ul li a {
  display: block;
  height: 37px;
  padding: 22px 30px 0;
  margin: 4px 2px 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  font-size: 15px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  opacity: .9;
}
#cssmenu1 ul li:first-child a, #cssmenu2 ul li:first-child a{
  margin: 4px 2px 0 0;
}
#cssmenu1 ul li a:hover,
#cssmenu1 ul li.active a ,
#cssmenu2 ul li a:hover,
#cssmenu2 ul li.active a {
  background: url(images/color.png) center bottom;
  display: block;
  height: 37px;
  margin-top: 0px;
  padding-top: 26px;
  color: #4e6d04;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
  opacity: 1;
}


#world{
	position:relative;
	
	width:500px;
	
	display:block;
	
	float:left;
	
	
}

#map_container{
	position:absolute;
	
	display:block;
	
	float:left;
	top:65px;
	z-index: -1;
	
}

#loginContainer{
	display:relative;
	float:right;
	padding-right:20px;	
	padding-top:12px;
	font-family: 'Capriola', sans-serif;
	height:50px;
	width:auto;
}

#loginContainer td{
	color:#FFF;
}


#arved_table{
	max-height:300px;
	max-width:800px;
	overflow:auto;
    overflow-x:hidden;
		
	
}
#arved_container{
	
	max-width:800px;
	
	
}
#naidud_table{
	max-height:200px;
	max-width:700px;
	overflow:auto;
    overflow-x:hidden;
		
}
#naidud_table td{
	
	
}
#naidud_container{
	
	max-width:900px;
	
	
}

#kontakt_table{
	max-height:200px;
	max-width:400px;
	overflow:auto;
    overflow-x:hidden;
	margin-top:20px;	
}
#kontakt_table td{
	
	
}
#kontakt_container{
	
	max-width:800px;
	
	
}
#teated1_table{
	max-height:200px;
	max-width:400px;
	overflow:auto;
    overflow-x:hidden;
	margin-top:20px;	
}
#teated1_table td{
	
	
}
#teated1_container{
	
	max-width:800px;
	
	
}

#teated2_table{
	max-height:300px;
	max-width:900px;
	overflow:auto;
    overflow-x:hidden;
	margin-top:10px;	
}
#teated2_table td{
	
	
}
#teated2_container{
	
	max-width:900px;
	
	
}





    /***FIRST STYLE THE BUTTON***/
input.gobutton{
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 25px; /*add some padding to the inside of the button*/
    background:#92C023; /*the colour of the button*/
    border:1px solid #9ACD1F; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#212121;
    font-size:1em;
    }
    /***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
    input.gobutton:hover, input.gobutton:focus{
    background-color :#81AB1F; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
}
