html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body{
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-image: url(Bilder/bg.jpg);    steht jetzt in browserweiche.ts/ausnahmen.css    */
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: black;
  color: #999999;
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 12px;
}
h1 {
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #3399ff;
}
h2 {
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
}
h2 a, h2 a:link, h2 a:visited {
  color: white;
}
h2 a {
  color: white;
}
h3 {
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #3399ff;
}
li {
  font-family: verdana, arial, Helvetica, sans serif;
}
form {
  margin: 0;
}

.blau {
  color: #3399ff;
}
.align-center {
  text-align: center;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.displaynone {
  display: none;
}
.displayblock {
  display: block;
}
.hg-white{
  background-color: white;
}
.hg-rosa{
  background-color: #E7C7AD;
}
.clearboth{
  clear: both;
}
.fett {
  font-weight: bold;
}
.aktiviert {
  color: #990000;
}
.bordergreen {
  border: 1px solid green;
}
.keinbutton{
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.inline {
  display: inline;
}


DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid white;
		padding: 0px 0px;
}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG:hover {
		border: 2px solid #3399ff;
}



p.bodytext {
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}
p.bodytext {
  margin-bottom: 5px;
}
p.bodytext a {
  color: #999999;
  font-weight: bold;
}
p.bodytext a:hover {
  color: #3399ff;
}






div#gesamt-outer {
  width: 1000px;
  text-align: left;
}
div#gesamt-inner {
  width: 1000px;
  height: 646px;
  text-align: left;
  border: 1px solid white;
  background-color: black;
}
div#content-links-outer {
  width: 320px;
  height: 646px;
  text-align: left;
  float: left;
  /* border: 1px dashed red; */
}
div#logobox {
  margin: 0 0 20px 52px;
}
div#meta-outer {
  width: 1000px;
  height: 20px;
  text-align: right;
  font-size: 11px;
  padding: 5px 0 0 0;
}


/*----------------------------------------------*/
/* Galeriebild                                  */
/*----------------------------------------------*/
div#galeriebild-outer {
  width: 200px;
  height: 130px;
  /* border: 1px dashed green; */
  margin: 40px 0 30px 45px;
}
div#galeriebild-outer img {
  width: 188px;
  height: 124px;
  border: 1px solid white;
}




/*----------------------------------------------*/
/* Menü 1                                       */
/*----------------------------------------------*/
div#menu1 {
  /* border: 1px dashed #bbbbbb; */
  height: 30px;
  text-align: left;
}
div#menu1 ul {
  list-style: none;
  font-size: 18px;
  margin: 0 0 0 15px;
  padding: 0;
}
div#menu1 li {
  display: inline;
  margin: 0 16px 0 0;
  font-size: 18px;
}
div#menu1 li a {
  color: white;
}
div#menu1 li.menu1_act a {
  color: black;
}
div#menu1 li a:hover, div#menu1 li a:active {
  color: black;
}


/*----------------------------------------------*/
/* Menü 2                                       */
/*----------------------------------------------*/
div#menu2 {
  width: 200px;
  height: 200px;
  /* border: 1px dashed green; */
  margin: 0 0 60px 55px;
  padding: 0;
  text-align: left;
}
div#menu2 ul {
  list-style: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
div#menu2 li {
  margin: 0;
}
div#menu2 li a {
  color: white;
}
div#menu2 li.menu2-level1-act a {
  color: #3399ff;
}
div#menu2 li a:hover, div#menu1 li a:active {
  color: #3399ff;
}
/* Ebene 3 (innerhalb des Menü 2 ists Ebene 2) */
div#menu2 li.menu2-level2-no, div#menu2 li.menu2-level2-act {
  margin-left: 20px;
}
div#menu2 li.menu2-level2-no a {
  font-size: 14px;
}
div#menu2 li.menu2-level2-act a {
  color: #3399ff;
  font-size: 14px;
}



/*----------------------------------------------*/
/* Bilder-Browser                               */
/*----------------------------------------------*/
div#bildbrowser {
  width: 200px;
  height: 120px;
  /* border: 1px dashed green; */
  margin: 0 0 0px 45px;
  padding: 0;
  text-align: left;
}
div#bildbrowser-inner { /* Hier befinden sich die 6 sichtbaren Thumbnails, die Pfeile und die Bild-Nr. drin*/
  width: 220px;
  height: 90px;
}
div#bildbrowser-left { /* Hier befinden sich die 6 sichtbaren Thumbnails drin*/
  width: 155px;
  float: left;
}
div#bildbrowser-bildnr { /* Hier befinden sich die Bild-Nr drin*/
  float: right;
}
div#bildbrowser img.thumb {
  margin: 0 8px 8px 0;
  border: 2px solid white;
}
div#bildbrowser img.akt-thumb {
  margin: 0 8px 8px 0;
  border: 4px solid white;
}
div#bilderbrowser-pfeile-box {
  margin: 15px 0 0 42px;
}
.bilderbrowser-pfeillinks {
}
.bilderbrowser-rechts {
}
input.bildnr-input {
  border: 0;
  background-color: black;
  color: #999999;
  width: 60px;
  margin-top: 78px;
}



/*----------------------------------------------*/
/* Meta-Menü                                    */
/*----------------------------------------------*/
div#meta-outer ul {
  display: inline;
  list-style: none;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
div#meta-outer li {
  display: inline;
  margin: 0 16px 0 0;
  font-size: 11px;
}
div#meta-outer li a {
  color: #999999;
}
div#meta-outer li a:hover, div#meta-outer li a:active {
  color: #3399ff;
}




/*----------------------------------------------*/
/* Content                                      */
/*----------------------------------------------*/
div#content-right-outer {
  width: 660px;
  height: 646px;
  /* border: 1px dashed blue; */
  background-color: black;
  margin: 0 0 0 330px;
}
div#content-outer {
  width: 510px;
  height: 380px;
  /* border: 1px dashed grey; */
  background-color: black;
  margin: 0 0 0 25px;
}
td#contenttitel, td#contenttitel-td {
  text-align: right;
  font-size: 18px;
  color: white;
  padding-bottom: 2px;
}
div#content-outer img {
  border: 1px solid white;
}
td#content-td {
  border: 1px solid white;
  padding: 8px;
  width: 510px;
  height: 349px;
}



/*----------------------------------------------*/
/* Kontaktformular                              */
/*----------------------------------------------*/
div#KontaktFormular {
  font-size: 12px;
}
div#KontaktFormular p.eingabefeldzeile {
  margin: 0;
  clear: left;
}
div#KontaktFormular h3{
  margin: 0 0 3px 0;
}
div#kontaktform-links {
  float: left;
}
div#kontaktform-links label {
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 12px;
  width: 100px;
  float: left;
}
div#kontaktform-rechts {
  float: right;
  text-align: left;
  width: 180px;
  margin: 0 10px 0 0;
}
div#kontaktform-rechts label {
  width: 140px;
}
input.kontaktform-input, textarea.kontaktform-input {
  width: 160px;
  background-color: black;
  color: #999999;
  border: 1px solid white;
  margin: 0 0 10px 0;
  font-family: verdana, arial, Helvetica, sans serif;
  font-size: 12px;
  padding: 2px;
}
textarea.kontaktform-input {
  margin: 7px 0 5px 0;
  width: 170px;
  height: 100px;
  overflow: hidden;
}
div.kontaktform-buttons {
  margin: 20px 20px 0 20px;
}
.pfeilbutton {
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  height: 27px;
  color: white;
  cursor: pointer;
}
.pfeilbuttonlinks {
  background-image: url(Bilder/pfeil.links.jpg);
  background-position: 0 0;
  width: 180px;
}
.pfeilbuttonrechts {
  background-image: url(Bilder/pfeil.rechts.jpg);
  background-position: 100px 0;
  width: 130px;
}
ul#kontaktform-fehlerliste {
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
}
ul#kontaktform-fehlerliste li {
  color: red;
}



/*----------------------------------------------*/
/* Noch ein paar ganz allgemeine Formatierungen */
/*----------------------------------------------*/
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #999999;
}
a:hover, a:active {
  color: #3399ff;
}

