body {
	 margin: 0;
	 padding: 0;
   overflow: hidden;
}

#inc-header-lang {
    padding: 10px;
    text-align: right;
    font-size: 0;
}

#inc-header-lang > a {
    display: inline-block;
    margin-left: 10px;
    border: 2px #dbdbdb solid;
}

#inc-header-lang > a > img {
    height: 15px;
}

#inc-header-lang > a:hover,
#inc-header-lang > a:focus {
	 border: 2px #00ff00 solid;
}

#inc-header-img > img {
    border-radius: 0px;
}

#inc-header-menu {
    font-size: 0;
    text-align: center;
}

#inc-header-menu > a {
    font-family: Tahoma, sans-serif;
    font-size: 1.2rem;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
		color: #1e82e6;
	  margin: 5px 5px;
}

#inc-header-menu > a:hover {
    background:url(images/marker2.gif) no-repeat 0 0px #0a2133; 
		padding-left:10px; 
		text-decoration:none;
		color: #00ff00;
}
#inc-header-menu > a:focus 
