@import url(/css/fonts.css);
@import url(/css/menu.css);
@import url(/css/table.css);
@import url(/css/breadcrumb.css);
@import url(/css/modules.css);

.GLOBALTopNavi,.GLOBALTopNaviCell {
  color:#000000;
}
.GLOBALTopNaviCell {
  cursor:pointer;
  cursor:hand;
  padding-left : 8px;
  padding-right : 8px;
  padding-top : 0px;
  padding-bottom : 0px;
}
.GLOBALBericht {
  font-family : Verdana;
  font-size : 10px;
  border:2px dotted #9A9A9A;
  background-color:#ffffff;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 10px;
  text-align : justify;
}
.GLOBALBoxedContent{
  font-family : Verdana;
  font-size : 10px;
  border:2px dotted #9A9A9A;
  background-color:#ffffff;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 10px;
  text-align : justify;
}

.GLOBALBerichtLinks {
	font-family : Verdana;
	font-size : 10px;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-left : 25px;
  padding-right : 25px;
  text-align : left;
}

.GLOBALSearchButton {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  width: 35px;
  border: 1px;
  border-style: solid;
  border-color: Gray;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  cursor: hand;
}
.GLOBALBerichtFooter {

}
  /* a bar as wide as the content + advertisment. used for breadcrumb and footer navi */
  .dotted_bar {
    width:746px;
    height:14px;
    border:2px dotted #9A9A9A;
    background-color:#D2D2D2;
    padding-top:2px;
  }

/* Links */
a,a:link,a:visited,a:hover,a:active {
  color: black;
  text-decoration:underline;
}

a.neutralLink,a.neutralLink:link,
a.neutralLink:visited,a.neutralLink:hover,
a.neutralLink:active, a.neutralLink:focus
{
  text-decoration: none;
  background-color: transparent;
  border-bottom-color: transparent;
  height: 16px;
}
a.blackLink,a.blackLink:link,
a.blackLink:visited,a.blackLink:hover,
a.blackLink:active, a.blackLink:focus
{
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-bottom-color: transparent;
  height: 16px;
}

a.blackLink:hover {
   background-color: #eeeeee;
	 border-bottom-color: Gray;
	 border-bottom-width: 1px;
	 border-bottom-style: dashed;
}
a.teaserLink,
a.teaserLink:link,
a.teaserLink:visited,
a.teaserLink:hover,
a.teaserLink:active {
  text-decoration: none;
  color : #9D0400;
  background-color:transparent;
  border-bottom-width:1px;
  border-bottom-style: none;
}

a.teaserLink:hover {
	 border-bottom-color: Gray;
	 border-bottom-width: 1px;
	 border-bottom-style: dashed;
}

a.teaserLink:active {
  color: #9D0400;
  background-color: #eeeeee;
}

.error {
  font-size : 9px;
  color : red;
}

.formfieldname {
  font-size:10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : Gray;
  font-weight:bold;
  text-align: left;
}

.formfieldheadline {
  font-size:10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : Gray;
  background-color : #FFFFFF;
  font-weight:bold;
  text-align: left;
}

radio {
  border: none;
}

checkbox {
  border: none;
}

input.btn{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  border:1px solid;
  border-color: Gray;
  background-color:#EFEFEF;
}

input.btnhov{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border:1px solid #000000;
  background-color:#EFEFEF;
}

submit {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  background-color:#EFEFEF;
  border:1px solid Gray;
}

input {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#EFEFEF;
  border:1px solid Gray;
}

select {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#EFEFEF;
  border:1px solid;
  border-color: Gray;
}


textarea {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  background-color:#EFEFEF;
  border:1px solid Gray;
}

.imageSpacingRight {
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.imageSpacingLeft {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.imageBoarder {
  border:1px solid #EFEFEF;
}

.subchildrenlink {
  background-image:url(/images/plus.gif);
  background-repeat:no-repeat;
  background-position: 150px center;
}

input .error {
  background: #ffcccc;
  color: #900;
  border: 1px solid #c00;
  padding: inherit;
}

td div .error {
  margin-top: 3px;
  color: #900;
  font-weight: bold;
  font-size: 11px;
}

td div .success {
  color: #217C21;
}

.singleSearchResult {
  margin-bottom: 30px;
}
.singleSearchResult .url a {
  color: green;
}
