html {
  height: 100%;  /* Höhenangabe nur für Firefox */
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 65%;   /* setzt em auf von 16px auf 12px */
  letter-spacing: 0.02em;
  border: 0;
  color: #000000;
  height: 100%;
  background: #FFE09C; 
  padding: 0 15px 0 15px; 
}

* {
  border-collapse: collapse; 
  border-spacing: 0;
  font-size: 1.008em;  
  line-height : 1.5em;
}

a {
  line-height : 1.3em;
	color : #0000CD;
	text-decoration: underline;
}

a.left_menu {
	text-decoration: none;
  color: #000000;
}

h1 {
	font: 1.6em sans-serif, verdana;
	margin-bottom: 0.4em;
}

h2 {
	font: 1.3em sans-serif, verdana;
	margin-bottom: 0.4em;
}

li {
  list-style-image:url(../images/pfeil_liste.gif);
}

.top_menu_off {
	color: #FFFFFF;
	text-align: center;
}

.top_menu_on {
	background-color : #FFFFFF;
	color: #000000;
	text-align: center;
}

img.img_links {
  margin-right: 15px;
  float: left;
}

img.img_rechts {
  margin-left: 15px;
  float: right;
}
	
/****************************************/
/*                                      */
/*  Einstellungen Bildvergroesserung    */
/*                                      */
/****************************************/

.highslide { /* Grundeinstellungen */
    cursor: url(../images/zoomin.cur), pointer;
}

.highslide-image { /* Rahmen ums Bild */
	border: 1px solid black;
}

.highslide-caption { /* Bildunterschrift */
    display:          none;
    border:           0px;
    padding:          5px;
    background-color: white;
}

.highslide-loading { /* Anzeige, wenn Bild geladen wird */
  display:            block;
	color:              black;
	font-size:          0.9em;
	font-weight:        bold;
	text-transform:     uppercase;
  text-decoration:    none;
	padding:            5px;
	border:             1px solid black;
  background-color:   white;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
