body {
 margin: 0;
 padding: 0;
}

img {
 border: 0;
}

a, a:visited, a:active, a:link, a:hover {
 color: #265f7d;
 text-decoration: none;
}

#mobileContainer {
 width: 100%;
}

#logoContainer {
 width: 100%;
 background: #79B0CF;
 border: none;
 margin: 0;
 height: 35px;
}
.logoImage {
 border-bottom: 1px solid white;
}

#headerMenu {
 width: 100%;
 border-bottom: 1px solid grey;
 background: #ddf4fb;
 margin-bottom: 4px;
}

#headerMenu td {
 padding-left: 5px;
 width: 110px;
}

#headerMenu td img {
 margin-right: 5px;
}

#footerContainer {
 border-top: 1px solid #b8b8b8;
 border-bottom: 1px solid #b8b8b8;
 background: #d9d9d9;
 color: #7a7a7a;
 padding-left: 5px;
 margin-top: 5px;
}

#footerContainer a, #footerContainer a:visited, #footerContainer a:active, #footerContainer a:hover {
 color: #265f7d;
 margin-right: 8px;
}

#footerContainer .footerNavi a, #footerContainer .footerNavi a:visited, #footerContainer .footerNavi a:active, #footerContainer .footerNavi a:hover {
 color: #515151;
}


.languageSelect {
 width: 100px;
}

.searchPhrase {
 font-weight: bold;
 font-style: italic;
}

#results {
 background: #9f9f9f;
}

#results h2 {
 color: white;
 margin-bottom: 3px;
}

.result {
 background: #b8b8b8;
}

.result ul {
 margin: 0;
 padding: 0;
 margin-left: 8px;
 margin-bottom: 4px;
}

.result li {
 list-style: none;
}

#contentArea, #translationBox {
 padding-left: 5px;
}

#translationBox .formPhrase {
 margin: 5px;
 margin-bottom: 2px;
}

#translationBox .formSubmit {
 margin-left: 5px;
 margin-top: 3px; 
}