body {
    font-family: Verdana, Helvetica;
	background-color: #C6C3C6;
}
.menu {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.menuline {
    width: 600px;
    height: 17px;
    padding: 0px;
    margin: 0px;
    background-image: url(images/menu_bg.gif);
    background-repeat: no-repeat;
}
span.menulinks {
    color:#FDBD05;
    padding-left: 7px;
    padding-bottom: 4px;
    padding-right: 5px;
    font-size: 11px;
}
.menulinks a:visited, .menulinks a:link {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color:#FDBD05;
    text-decoration: none;
    
}
.menulinks a:hover {
    color:#FED250;
    text-decoration: underline;
}
.searchformtable {
    width: 765px;
}
.articlebody {
    font-size: small;
    background-color: silver;
    border-bottom: 20px solid silver;
    margin: 0px;
}
.searchbody {
    font-size: x-small;
    background-color: silver;
    margin: 3px 0px 0px 8px;
}
/* selectfield choose dictionary */
.choosedic {
    background-color: silver;
    /* border: 1px solid #575757; */
}
.resultbody {
    font-size: x-small;
    background-color: silver;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
}
form, table {
    margin: 0px;
    padding: 0px;
}
.inputtext {
    width: 222px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:bold;
    border: 1px solid black;
}
.submitbutton {
    background-image: url(images/search.gif);
    background-repeat: no-repeat;
    width: 100px;
    height: 21px;
    border: 0px;
    color: #FDBD05;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;   
}

.resultcountzone {
    background-color:#D3D3D3;
    padding: 4px;
}
.resultzone {
    background-color: #FFFFFF;
    margin: 0px 0px 5px 8px;
    border: 1px solid #575757;     
}
.browsezone {
    padding: 4px;
    margin: 0px 0px 8px 0px;
    background-color:#E9E9E9;
}
/* Browse button in results browsezone*/
.browseback {
    font-size: 16px;
    width: 16px;
    height: 20px;
    border: 0px;
    background-color: #E9E9E9;
    cursor: hand;
    background-image: url(images/backw.gif);
}
.browseforward {
    font-size: 16px;
    width: 16px;
    height: 20px;
    border: 0px;
    background-color: #E9E9E9;
    cursor: hand;
    background-image: url(images/forw.gif);
}
.resultlinkzone {
    padding: 4px;
}
p {
    font-size: small;
    font-weight: normal;
}
.articlezone {
    padding: 4px 4px 10px 8px;
    background-color: white;
    font-size: x-small;
    border-top: 1px solid #575757;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
}
.firstpage { /*Deckblatt des Lexikons*/
    padding: 4px 4px 10px 8px;
    background-color: silver;
    font-size: 17px;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif; 
}
.h2 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}    

.articleheadline {
    font-weight: bold;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}
.copyright {
    background-color:#E9E9E9;
    font-size: 9px;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;    
}
.relatedlinks {
    background-color:#D3D3D3;
    font-size: 9px;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #575757;    
    
}
/* automatic link when text formatted with <link> */
.articlelink {
    font-weight: bold;
}
/* definition, translation */
dfn {
    font-style: normal;
    font-weight: bold;
    /*background-color: yellow;*/
    
}
em {
    font-style: normal;
    color: red;
    
}
small {
    font-size: xx-small;
}
.warning {
    font-weight:bold;
    background-color:yellow;
    color: red;    
}
/* logotype redaktion */
.redaktion {
    font-family: Verdana, sans-serif;
    font-size: 8px;
    font-weight: bold;
    border: 1px solid black;
    background-color: #FFCC30;
    color: black;
    padding: 1px;
}
.biz {
    font-family: Verdana, sans-serif;
    font-size: 8px;
    font-weight: bold;
    border: 1px solid black;
    background-color: black;
    color: #FFCC30;
    padding: 1px;
}
.suggestform {
	background-color: #FFCC00;
	width: 350px; 
	border: 1px solid black; 
	padding: 13px;
}
.suggest_isset {
	background-color: #FFCC00;
}
/* proprietaer */
.translation {
	background-color: black;
	color: white;
	padding: 3px;
}
