@import "/css/menu.css";
@import "/css/table.css";
@import "/css/breadcrumb.css";
@import "/css/advertisment.css";

li {
	list-style-image: url(/images/bullet.gif);
}

.downloadsheadline {
   background-color:#EFEFEF;
   font-weight: bold;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
  margin-bottom: 2px;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid Gray;
}

.headlinegreybg {
   background-color:#EFEFEF;
   font-weight: bold;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   margin-bottom: 2px;
   width: 100%;
   font-size: 11px;
   border-bottom: 1px solid Gray;
}

.searchtitle {
   font-weight: bold;
	font-size: 11px;
   padding-bottom: 3px;
}

.searchrow {
	font-size: 10px;
   padding-bottom: 3px;
}


.imageBox {
  background-color:#EFEFEF;
  border-bottom: 1px solid Gray;
  border-left: 1px solid Gray;
  border-right: 1px solid Gray;
  padding: 5px;
  color: black;
  font-weight: normal;
  font-size: 9px;
  text-align: left;
}

#blockmenue a {
  display: block;
  width: 100%;
  text-decoration: none;
}

/* 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;
}


/* Links auf den News und Atikel Detailseiten */
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;
}

.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;
  background-color: transparent;
}

.checkbox {
  border: none;
  background-color: transparent;
}

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;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  line-height: 18px;
}

h2,h3,h4,h5,h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}


body {
  font-family: Verdana;
  font-size: 10px;
  scrollbar-3dlight-color: #c2c2c2;
  scrollbar-arrow-color: #666666;
  scrollbar-darkshadow-color: #c2c2c2;
  scrollbar-face-color: #e2e2e2;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #e6e6e6;
  scrollbar-track-color: #f1f1f1;
}

td {
  font-family: Verdana;
  font-size: 10px;
}

.headline1 {
  font-size : 12px;
  font-weight: bold;
}

.teaserbox {
  border-top:1px solid white;
  font-family: Verdana;
  font-size: 10px;
  padding: 3px;
}

.linkbox {
  font-family: Verdana;
  font-size: 10px;
  padding: 7px;
  color: #666666;
}

.buttons {
  font-family : Verdana;
  font-size : 9px;
  border: 1px;
  border-style: solid;
  border-color: #9A9A9A;
  cursor: pointer;
  cursor: hand;
}

.GLOBALGewinnspiel {
	font-family : Verdana;
	font-size : 10px;
  border:1px solid #9A9A9A;
  /*
  border:2px dotted #9A9A9A;
  background-color:#D2D2D2;
  padding : 5px;*/
}

.GLOBALBericht {
  font-family : Verdana;
  font-size : 11px;
  border:2px dotted #9A9A9A;
  background-color:#ffffff;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 10px;
  padding-bottom : 10px;
}

.GLOBALBerichtFont {
  font-family : Verdana;
  font-size : 10px;
}

.GLOBALBoxedContent{
  font-family : Verdana;
  font-size : 11px;
  border:2px dotted #9A9A9A;
  background-color:#ffffff;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 10px;
}

.GLOBALBerichtFooter {

}

.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: 10px;
  background-color:#EFEFEF;
  border:1px solid Gray;
  cursor: pointer;
  cursor: hand;
  width: 35px;
}

.GLOBALSearchField {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#EFEFEF;
  border:1px solid Gray;
  width: 80px;
}

.GLOBALBreadcrumbNavi,.GLOBALBreadcrumbNaviLink {
  background-color : #D2D2D2;
  font-family : Verdana;
  border : 2px dotted #9A9A9A;
  font-size : 10px;
  padding-left : 3px;
  padding-top : 2px;
  padding-bottom : 2px;
  vertical-align : middle;
}
.GLOBALBreadcrumbNaviLink {
	font-weight : normal;
  cursor:hand;
  cursor:pointer;
  font-size : 11px;
  border : none;
  vertical-align : middle;
}


.GLOBALTopNavi,.GLOBALTopNaviCell {
  font-family : Verdana;
  font-size : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-top : 0px;
  padding-bottom : 0px;
  color:#000000;
}
.GLOBALTopNaviCell {
  cursor:pointer;
  cursor:hand;
  padding-left : 8px;
  padding-right : 8px;
  padding-top : 0px;
  padding-bottom : 0px;
}
.GLOBALBottomNavi {
	background : #E8EAE5;
	background-color : #D2D2D2;
	font-family : Verdana;
	border : 2px dotted #9A9A9A;
	font-size : 10px;
  padding-left : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  text-align : center;
}
.subchildrenlink {
  background-image:url(/images/plus.gif);
  background-repeat:no-repeat;
  background-position: 150px center;
}

.eventsignup {
}
.eventsignup .infoblock {
  padding-bottom:15px;
}
.eventsignup .infoblock input.text, .eventsignup .infoblock select.text {
  width:220px;
}
.eventsignup .infoblock input.isrequired, .eventsignup .infoblock select.isrequired,
label.isrequired {
  background-color:#FFE9E9;
  border:1px solid red;
}
.eventsignup label {
  padding:5px;
}
div.isrequired {
  font-weight:bold;
  color:red;
}


.eventsignup .infoblock th, .eventsignup .infoblock td {
  padding:2px 5px 2px 0px;
}
.eventsignup .infoblock th {
  text-align:left;
  width:150px;
}
.eventsignup .leftblock, .eventsignup .rightblock {
  width:385px;
}
.eventsignup .leftblock {
  float:left;
}
.eventsignup .rightblock {
  float:right;
}

#esinfobox {
  position:absolute;
  top:-100px;
  width:450px;
  left:45px;
  border:1px solid black;
  background-color:#FFFFEE;
}

#esinfobox .textblock {
  padding:10px;
}

#esinfobox .closebutton {
  float:right;
  border-bottom:1px solid black;
  border-left:1px solid black;
  padding:0px 2px 2px 4px;
  font-weight:bold;
}