/*
Seite Hintergrund: #FFFFFF Weiss
Menu Links Hintergrund: #a7b2cc
Haupt Hintergrund : navcontainer#eceded
Footer/NavTabs Hintergrund: #d4d6e4
Link-Farbe: #ed7703
Orange: #ed7703

*/

* {
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

html {
  font-size:100.01%;
}

body{
  background-color: #ffffff;
  padding: 0;
  margin: 10px 10px 10px 10px;
  font: normal  0.8em/1.3em Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #707173;
}





/* Standard Settings */
h1 {
  /* font: bold 16px/18px Arial, Verdana, SunSans-Regular, Sans-Serif;  */
  font: bold 1.5em/1.2em Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #ed7703;
  margin: 0 0 13px 0;
  padding: 0;
}

h2, h3, h4, h5, h6{
  /* font: bold 11px/14px Verdana, Arial, SunSans-Regular, Sans-Serif;  */
  font: bold 1.0em/1.0em Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #707173;
  margin: 0 0 2px 0;
  padding: 0;
}

h3 {
  font-weight: normal;
  margin: 0 0 14px 0;
}

h4, h5 {
  margin-bottom: 0.4em;
  line-height: 1.3em;
}

h5 {
  font-weight: normal;
}

tbody {
  font: normal  1.0em/1.0em Verdana, Arial, SunSans-Regular, Sans-Serif;
}

p {
  margin: 0 0 1.4em 0;
}

p.download {
  margin: 0.8em 0 0.4em 0;
}

/* Lists */
ul {
  list-style-image: url(../img/icon_bullet.gif);
  margin:  0 0 1.4em 18px;
  padding: 0;
}


#pageContentMain ul{
  /* margin-top: -0.7em; */
  margin-bottom: 1.4em;
}


ul ul{
  list-style-image: url(../img/icon-gedankenstrich.gif);
}

#pageContentMain .artikel ul li,
#pageContentMain .articleCollector .artikel ul li{
  margin-bottom: 0.3em;
}

#pageContentMain .artikel ul li ul {
  margin-top: 0.3em;
  margin-bottom: 0px;
}



abbr {
  cursor:help;
  border-bottom: 1px dashed #545454;
}



fieldset.hidden {
  display: none;
}

.mandatoryMark {
  color: red;
  font-weight: normal;
}

/* Standard Hyperlinks */
img {
  border:none;
}

a {
  color:#ed7703;
  text-decoration:none;
}

a:active, a:hover {
  color:#a7b2cc;
  text-decoration:none;
}

a.download {
  text-decoration:none;
  background-image: url(../img/icon_download.gif);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 1px 17px;
}

a.link {
  text-decoration:none;
  background-image: url(../img/icon_link.gif);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 1px 17px;
}

a.extern {
  text-decoration:none;
  background-image: url(../img/icon_extern.gif);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 1px 17px;
}

#search {
  position: absolute;
  top: 2px;
  left:   660px;
  width: 60px;
  height: 36px;
  background-color: #d4d6e4;
}

/* OnFocus Effekt  */
/*#searchFormSmall form input:focus,
fieldset input:focus,
fieldset textarea:focus,
fieldset select:focus,
fieldset radio:focus,
fieldset checkbox:focus,
fieldset button:focus {
  border: 2px solid #ed7703;
}*/

.error {
  padding: 6px 8px 6px 8px; 
  margin-bottom: 1em;
  width: 365px;
  background-color: #d4d6e4;
  border: 1px solid #a7b2cc;
}

div#nachrichtenbox {
  font-size: 0.85em;
  line-height: 120%;
}
div#nachrichtenuebersicht div {
  /*height: 70px;*/
  margin-bottom: 10px;
  margin-right: 32px;
}
table td {padding:0 10px 0 0;}

.clear-left {
  clear: left;
}

#centerwrap {
  margin: 0 auto;
  width: 968px;
  position: relative;
}

#page{
  width: 968px;
  margin:  0; /* auto */
  padding: 0;
  background: url(../img/page_bg.gif);
  background-repeat: repeat-y;
  background-color: #ffffff;
}

#pageMain{
  background-color: #eceded;
  padding: 0;
  margin:  0 0 0 248px;
}

#pageMain .spacerTop {
  padding-top: 153px;
}

#pageHeader{
  position: absolute;
  
  left: 248px;
  height: 80px;
  background-color: #ffffff;
  width: 720px;
}

#pageNaviTop{
  position: absolute;
  top: 80px;
  left: 248px;
  height: 40px;
  background-color: #ffffff;
  width: 720px;
}

#pageNaviTab{
  margin-top: 2px;
  height: 38px;
  background-color: #ffffff;
  width: 720px;
}

#pageContent {
  margin:0 8px 0 32px;
}

.pageImageStrip{
  margin-bottom: 13px;
}

div.pageImageStrip img{
  margin:0 2px 0 0;
}

#pageContentRight{
  margin-left: 450px;
  width: 192px;
  vertical-align:top;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}

#pageContentMain{
  float: left;
  width: 525px;
  min-height: 305px;
  height: auto !important;
  height: 305px;
}

#pageContentMain td{
  line-height: 1.3em;
}

div#pageContentMain ul li{
  margin-bottom: 8px;
}

#pageLeft{
  float: left;
  width: 244px;
  margin:  0;
  padding: 0;
  color: #FFFFFF;
  min-height: 490px;
  height: auto !important;
  height: 490px;
}



#pageCross{
  background-color: #FFFFFF;
  width:  246px;
  height: 248px;
}

#pageFooterSpacer{
  clear: left;
  
  height: 2px;
  background: url(../img/footer_bg.gif) repeat-y bottom;
}


#pageFooter{
  padding: 0;
  margin-left: 248px;
  background-color: #FFFFFF;
}

#pageFooterAction {
  float: left;
  margin-left: 5px;
}

#pageFooter a {
  color: #707173;
}

#pageFooter a:hover {
  color: #ffffff;
}

#pageFooterStd {
  text-align: right;
}

#pageFooterAction,
#pageFooterStd {
  background-color: #d4d6e4;
  border-top: 1px solid #a7b2cc;
  padding: 1px 5px 2px 0;
}

#pageFooter img{
  margin-left: 3px;
}

span.pageFooterStdEmpty{
   color: #d4d6e4;  
}


.pageTopLink{
  text-align:left;
  clear:both;
}

.pageTopLink img{
  margin-right: 3px;
}


#pageFooter a:link, #pageFooter a:active, #pageFooter a:visited, #pageFootera:hover {
  margin:0 2px 0 3px;
}

/* Hauptnavigation */
#navcontainer {
  margin:  0;
  padding: 0;
  height: 40px;
}

#navcontainer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
}

#navcontainer ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin-right: 2px;
}

#navcontainer ul li a {
  background-color: #a7b2cc;
  width: 92px;
  height: 28px;
  border-bottom: 2px solid #FFFFFF;
  padding: 6px 8px 2px 8px;
  margin: 0px;
  text-decoration: none;
  display: block;
  text-align: left;
  /* font: bold 11px/12px Arial, Verdana, SunSans-Regular, Sans-Serif; */
  font: bold 1.0em/1.1em Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #ffffff;
}

#navcontainer ul li a:hover {
  background: #d4d6e4;
}

#navcontainer a:active,
#navcontainer li#activeTab a {
  background: #eceded;
  color: #ed7703;
  border-bottom: 2px solid #eceded;
}


/* Unternavigation */
.pageNavi {
  width: 246px;
}

div.pageNavi ul {
  list-style-type: none;
  list-style-image: none;;
}

div.pageNavi ul li {
}

/* Liste Ebene 1 */
.pageNaviList,
.pageNaviListLv {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* font: bold 11px/16px Arial, Verdana, SunSans-Regular, Sans-Serif; */
  font: bold 1.0em/1.45em Verdana, Arial, SunSans-Regular, Sans-Serif;
  /*background-color: #d4d6e4;*/
  /* border-top: 2px solid #FFFFFF; */
}

/* Links Ebene 1*/
.pageNavi a,
.pageNaviListLv a {
  display: block;
  padding: 0px;
  width: auto;
  min-height: 20px;
  height: auto !important;  /* für moderne Browser */
  height: 20px;  /*für den IE */
  /*background-color: #d4d6e4;*/
  border-top: 2px solid #FFFFFF;
  color: #ffffff;
  padding-left: 8px;
}

.pageNavi a:link, .pageNaviListLv a:link,
.pageNavi a:active, .pageNaviListLv a:active,
.pageNavi a:visited, .pageNaviListLv a:visited,
 {
  color: #ffffff;
  text-decoration: none;
}

.pageNavi a:hover,
.pageNaviListLv a:hover,
#openLv1:hover,
#openLv2:hover,
#openLv3:hover,
#openLv4:hover {
  background-color: #d4d6e4;
}

#openLv1,
#openLv2,
#openLv3,
#openLv4 {
  border-bottom: 2px solid #d4d6e4;
  background-color: #885A9B;
  color: #FFFFFF;
}

#opennoSubLv1,
#opennoSubLv2,
#opennoSubLv3,
#opennoSubLv4 {
  border-bottom: 2px solid #d4d6e4;
  background-color: #885A9B;
  color: #FFFFFF;
}

#currentLv1, #currentLv2, #currentLv3, #currentLv4 {
  background-color: #a7b2cc;
  color: #FFFFFF;
  border-bottom: 2px solid #d4d6e4;
}

#currentnoSubLv1 {
  background-color: #D4D6E4;
  color: #ed7703;
}

#currentnoSubLv2, #currentnoSubLv3, #currentnoSubLv4 {
  background-color: #a7b2cc;
  color: #FFFFFF;
  border-bottom: 2px solid #d4d6e4;
}

/* Liste Ebene 2 */
.pageNaviListLv {
  font-weight: normal;
}

/* Links Ebene 2*/
.pageNaviListLv {
  margin-left: 8px;
}

.pageNaviListLv a {
  border-top: none;
}

#currentLv2,
#currentLv3,
#currentLv4 {
  background-color: #a7b2cc;
  color: #FFFFFF;
}


/* Formulare */
form {
  /*width:450px;*/
}
#containerform input, #containerform textarea {
  width: 248px;
}
input, textarea {
  width: 290px;
}
fieldset {
  margin:0 0 12px 0;
  padding: 0;
  border: 0;
}
legend {
  display: none;
}
label {
  float: left;
  display: inline;
  width: 130px;
}

.checkbox input {
  float: left;
}
.checkbox label {
  width: 200px;
}
.checkbox ol li input {
  margin: 2px;
  width: 20px;
}
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol li {
  float: left;
}
#send-option {
  clear: both;
}
input, textarea, select {
  border:1px solid #9c9c9c;
  margin:1px 0 2px;
  font-size: 1em;
}
input#kontaktbutton, #upload {
  border:2px solid #9c9c9c;
  cursor:pointer;
  width:90px;
  height:24px;
  background: #ffffff;
  font-size:1em;
  color: #9c9c9c;
  font-weight: bold;
}
input#file {
  border-style: dashed;
}
p.error {
  padding: 8px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

*+html fieldset.checkbox input {margin-top:-3px;}
*html fieldset.checkbox input {margin-top:-3px;}
*+html input, *+html textarea, *+html select {
  margin:1px 0 1px;
}
*html input, *html textarea, *html select {
  margin:1px 0 1px;
}

div.form-abstand {
  margin-top: 8px;
}

/* // Formulare */


.boxwrap p,
.boxwrap ul {
  margin-bottom:0 !important;
}

.boxhead {
  border-top: 1px solid #a8b3cf;
  border-bottom: 1px solid #d4d6e3;
  background-color: #d4d6e3;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding: 0px 8px 8px 8px;
  background-image: url(../img/th_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;

  height:12px;
}


.boxheadLeft {
  float: left;
  width: px;
  
  
}


.boxheadRight {
  width: 110px;
  float: right;
  text-align: right;
  
  font-weight: normal;
}

.boxbody {
  margin-bottom: 32px;
  padding: 8px 8px 0 8px;
  background-color: #FFFFFF;
}
