/** Add css rules here for your application. */
body {
    cursor: default;
    font-family: Verdana;
    font-size: 70.5%; 
}
.imagePanel {
    padding-top: 0.1em;
}
.searchhint {
    padding-left: 0.5em;    
	font-size: 70.5%; 
}

.metsviewer {
   position: relative;
   color : #00f;
}

.searchbox {
    margin-left: 0.25em;	
    margin-right: 0.25em;   
}

.vsplitter {
	background-color: #cccccc;
	cursor: n-resize;
    cursor: row-resize;
    height: 4px;
}

.Links {
	background-color: #6699cc;
}

.LinkList {
	text-align: left;
}

.titleAndList {
    padding-top: 0.25em;	
}

.titlePage {
	padding-bottom: 0.5em;
    font-weight: bold;
}

.hints {
	padding-top: 0.75em;
}

.bika {
	position: relative;
    cursor: hand;
    padding: 0px;
    top: 0px;
    left: 10px;
}
.eingang {
    position: relative;
	cursor: hand;
    padding: 0px;
    top: 0px;
}

.nohit a {
	color: #000;
    border: none;
	margin: 0;
    padding-right: 0.3em;
    padding-left: 0.3em;
    text-decoration: none;
    font-size: 70.5%;
 /*    position: relative; */
}

.nohit-bold a {
    color: #000;
    border: none;
    margin: 0;
    padding-right: 0.3em;
    padding-left: 0.3em;
    text-decoration: none;
    font-size: 70.5%;
    font-weight: bold;
    margin-right: 0.3em;
    margin-left: 0.3em;
}

.hit a {
    color: #00c000;
    text-decoration: none;
    padding-right: 0.3em;
    padding-left: 0.3em;
    font-size: 70.5%;
    border: #00c000 1px solid;
    position: relative;
    margin-right: 0.3em;
    margin-left: 0.3em;
}
.FBhit a {
    color: #00c000;
    text-decoration: none;
    padding-right: 0.3em;
    padding-left: 0.3em;
    font-size: 70.5%;
    border: none;
    position: relative;
} 

.secondnavbar {
    border: none;
    margin: 0;
    padding-right: 0.115em;
    padding-left: 0.115em;
    text-decoration: none;
    font-size: 49.7025%;
}

.hitnavbar {
    border: none;
    margin: 0;
    padding-right: 0.115em;
    padding-left: 0.115em;
    text-decoration: none;
    font-size: 49.7025%;
}
.desc {
	font-size: 70.5%;
}

/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
