/****************************************
 * TITLE: SCUBIX Screen Stylesheet  *
 * MODIF: 2006-AUG-20  03.00 GMT +0200  *
 * Neuste Version mit Hacks für IE      *
 ****************************************/


/* ##### Common Styles ##### */

*{							/* Universeller Selektor um unterschiedlichen Interpretation der Margin und */
  margin: 0;						/* Paddingwerte der Browser, oder besser gesagt an der unterschiedlichen    */
  padding: 0;						/* Ausgangswerten zu umgehen, somit gehen alle Browser von gleichen Werten  */	
}							/* aus und man muss sich zumindest darum keine Gedanken mehr machen.        */

body {
  color: black;
  background-color: #F5F5DC;				/* #e2dfa8 Hintergrund Farbe, gilt auch für Sidebar, wenn nicht anderst definiert   */
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;					/* Orginal 71%  Enables font size scaling in MSIE                           */
  margin: 0;
  padding: 0;
  min-width: 850px;					/**57em**/
  width: auto ! important;				/** width: auto;*/
}

html > body {
  font-size: 12px;					/* Orginal 8.5pt                                                            */
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;						/* ? Cursor                                                                 */
  margin: 0;
  padding: 0 0 0.4px 0;					/* Unterstrich bei Video                                                    */
}

.doNotDisplay {
  display: none;
}

.smallCaps {	
  font-size: 110%;
  font-variant: small-caps;
}

.ital {
  font-size: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  font-style: italic;
}

.eyecatch {
  text-decoration: blink;
  font-weight: bold;
  font-size: 120%;
  color: #cc0000;
  margin: 20px 0 20px 0;
  background-color: inherit;
  text-align: center;
  line-height: 120%;
}

.center {
  font-size: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  text-align: center;
  background-color: inherit;
}

.clearcontext {						/* Für den Mozilla  */
  display: table-cell;
  padding: 1em 1ex 1em 1ex;
}

* html > body .clearcontext {				/* Für den Mac  */
  display: table-cell;
  padding: 1em 1ex 1em 1ex;
 }

img.newresize {
  height: 2.5em;
  float: left;
  margin: -2.5em 0 0 12em;
}

* html img.newresize {					/* Für den IE um das grüne NEW richtig zu plazieren */
  height: 2em;
  float: left;
  vertical-align: top;
}

img.specialresize {
  height: 2.5em;
  float: left;
  margin: -2em 0 0 10.5em;
}

* html img.specialresize {					/* Für den IE um das grüne NEW richtig zu plazieren */
  height: 2em;
  float: left;
  vertical-align: top;
}

.googlesearch {
  color: white;
  background-color: rgb(0,0,0);
  margin: -1ex 2.5mm 1ex 2.5mm;
}

.googlemap {
  margin: 5px;
  border: 0;

}


/* ##### Header ##### */

#header {
}

.midHeader {
  color: white;
  background-color: #F5F5DC;
}

* html .midHeader img {					/* Für den IE um den unteren Rand des Banner zu eliminieren */
  vertical-align: bottom;
}

.banner_right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  height: 190px;
  float: right;
}

* html .banner_right {
   height: 190px;
   margin: 0 -3px 0 0;
}

.banner_left {
   height: 145px;
   margin: 20px 0 0 20px;
}

* html .banner_left {					/* Für den IE um den rechten Rand des Banner zu eliminieren */
   height: 145px;
   margin: 20px 0 0 20px;
}

.subHeader {
  color: white;
  background-color: rgb(0,0,0);
  margin: 0;
  padding: 3.3ex 1ex 2.5ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  color: rgb(255,0,0);
  text-decoration: none;
  background-color: inherit;
}

.subHeader .highlight {
  color: rgb(253,160,91);
  background-color: inherit;
}


/* ##### Side Bar Left ##### */

#side-bar {
  color: black;
  background-color: blue;
  width: 200px;
  float: left;
  margin: 0px;
  clear:left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  background-color: red;
  margin: 5px 5px 0px 5px;
  padding: 5px;
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  background-color: green;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  font-size: 100%;
  font-weight: bold;
  padding: 10px 0px 5px 0px;				/* top-right-bottom-left */
}

#side-bar a, .thisPage {
  color: #cc0000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
/*  padding: 0.75em 1ex 0.75em 5mm;*/
/*  display: block; */
}

//.thisPage {
//  color: white;
//  background-color: black;
//  padding-left: 10px;
//  border-top: 1px solid rgb(153,153,153);
//  border-bottom: 1px solid rgb(153,153,153);
//}

#side-bar a:hover {
  color: #cc0000;
  text-decoration: underline;
}

/*
#side-bar .image a:hover {
  color: rgb(253,160,91);
  text-decoration: none;
}
*/

#side-bar .image {
  image-border: none;
  margin: 0 0 0 0;
  text-decoration: none;
}

.lighterBackground {
  color: black;
  margin: 20px 0px 0px 0px;						/* Eliminiert oberer Rand margin: 0.2em 0 0 0                                */
  padding: 20px 0px 0px 0px;
}

/* ##### Side Bar Right ##### */

#side-bar-right {
  color: black;
  width: 140px;							/* Sidebar Breite ex 140px*/
  float: right;
  border-left: 1px solid rgb(153,153,153);
}

.sideBarTextRight {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  text-align: center;
  padding: 0.5em 0 0 0;					/* Ausrichtung top-right-bottom-left                                        */
  display: block;
}

.sideBarTextAdsense {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  margin: 0.5em 0 0 0;
  text-align: center;
  padding: 0 0 0 0;					/* Ausrichtung top-right-bottom-left                                        */
  display: block;
}

#side-bar-right div {
  margin: 0 2.5mm 0 2.5mm;
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar-right ul {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  list-style-type: none;
  list-style-position: outside;
  font-size: 70%;
  margin: 0.5em -5mm 0.5em -2.5mm;
  padding: 0 0 0 0;
}


/* ##### Main Copy ##### */

#main-copy {
  color: red;
  background-color: #F5F5DC;
  text-align: justify;
  line-height: 1.2em;						/* Orginal line-height: 1.5em;                                               */
  margin: 0 140px 0 200px;						/* Orginal margin: 140px;                                          */
  padding: 10px 10px 10px 10px;
}

#main-copy .center {
  text-align: center;
}

#main-copy p {
  color: black;
  background-color: transparent;
  margin: 1em 1ex 2em 1ex;
  padding: 0;
								/* clear: left; macht Probleme im Internet Explorer                          */
}

#main-copy a {
  color: #cc0000;
  font-weight: bold;
  background-color: inherit;
  text-decoration: none;
}

#main-copy a:hover {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
}

#main h1 {
  color: black;
  background-color: black;
  font-size: 12px;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  color: #F5F5DC;
  background-color: #758279;
  font-weight: normal;
  font-size: 12px;
  margin: 0.5ex 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}


#main-copy h3 {
  color: black;
  font-size: 12px;
  font-style: italic;
  margin: 1em 0 0  0;
  padding: 0.2ex 0 0 1ex;
}

#main-copy h4 {
  font-size: 12px;
  margin: 1em 0 0 0;
  padding: 0.2ex 0 0.3ex 1ex;
}

#main-copy .left {
  line-height: 1em;
  float: left;
  margin: 0 0 0 1ex;
}

#main-copy .backgroundText {
  color:  #F5F5DC;
  font-size: 22px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-align: center;
/*  margin-right: 30em;*/
  background-color: transparent;
}

#main-copy .right {
  text-align: right;
  line-height: 1em;
  margin: 0 1ex 0 0;
}



#main-copy > .topOfPage {
  margin: 0.75ex 1ex 0 0;					/* Für voll Standard fähige User Agents                                      */
}

#main-copy .topOfPage {
  color: #F5F5DC;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
  margin: 0.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy .leftsmall {
  color: white;
  padding: 0 0 0 0;
  margin: 0.2em 0 2em 1ex;
  line-height: 1em;
  font-size: 70%;
}

#main-copy ul {
  color: black;
  margin: 0.5em 0 0 0;
  padding: 0;
}

#main-copy li {
  color: black;
  list-style-type: disc;
  margin: 0 2em 0 2em;
  padding: 0;
}

/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #F5F5DC;
  text-decoration: none;
  margin: 10px 10px 0 10px;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  border-top: 1px solid rgb(153,153,153);
  clear: both;
}

#footer .left {
  line-height: 1em;
  float: left;
  clear: left;
}

#footer .leftsmall {
  margin: 2em 0 -1em 0;
  line-height: 1em;
  font-size: 50%;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1em;
}

#footer .rightsmall {
  margin: 2em 0 -1em 0;
  line-height: 1em;
  font-size: 7px;
  text-align: right;
}

#footer .top {
  font-size: 9px;
  text-align: center;
  line-height: 1em;
}

#footer a {
  color: black;
  background-color: inherit;
  text-decoration: none;
}

#footer a:hover {
  color: #cc0000;
  text-decoration: underline;
  background-color: inherit;
}

/* ##### Google Map ##### */


#map {
  margin: 1em 1ex 0 1ex;
  width: 100%;
  height: 500px;
}

v\:* {
  behavior:url(#default#VML);
}