* {
   margin: 0;
   padding: 0;
   border: 0px solid;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p,
ul {
   margin-bottom: 15px;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	color: #a7aab6;
	text-align: center;
	font-variant: small-caps;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cc6685;
	line-height: 150%;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #cc6685;
	line-height: 150%;
	margin-bottom: 15px;
}

a:link {
   color: #eea1b9;
   text-decoration: none;
}

a:visited {
   color: #eea1b9;
   text-decoration: none;
}

a:hover, a:focus {
   color: #eea1b9;
   text-decoration: underline;
}

a.aktiv {
	color: #eea1b9;
   text-decoration: none;
	font-weight: bold;
}

.b-li-o {
   float: left;
   margin: 0px 10px 10px 0px;
}

.b-re-u {
   float: right;
   margin: 10px 0px 0px 10px;
}

.b-re-o {
   float: right;
   margin: 0px 0px 10px 10px;
}

.b-li-u {
   float: left;
   margin: 10px 10px 0px 0px;
}

acronym {
   text-decoration: underline;
   cursor: help;
}

#printkopf,
.displaynone {
   position: absolute; 
   left: -1000px; 
   top: -1000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline;
}

hr {
   height: 1px;
   color: #951e44;
   background-color: #951e44;
   border: none;
   margin-top: 5px;
   margin-bottom: 5px;
}

td hr {
   margin-top: 0px;
   margin-bottom: 0px;
}


body {
   font-size: 12px;
   color: #fff;
   background-color:#000000;
}

#main {
	margin: 0 auto;
	width: 875px;
}

#navi {
	width: 875px;
	text-align: center;
	background: url(../_images/layout_logo.jpg) top center no-repeat;
}

#content {
	width: 875px;
}

#content-b {
	width: 875px;
	padding-top: 5px;
}

li em {
	font-size: 10px !important;
	color: #999 !important;
}

#content-b-default {
	width: 620px;
	float: left;
	padding-top: 5px;
}

#content-b-default ul {
	margin-left: 25px;
}

/*#content-b-default img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}*/

#cr {
   	color: #999;
   	font-size: 9px !important;
	width: auto;
}

#content-b #cr {
	text-align: center;
}

#content-b-default #cr {
	text-align: left;
}

#cr a:link,
#cr a:visited {
   color: #999;
   text-decoration: none;
   font-size: 9px !important;
}

#cr a:hover, 
#cr a:focus {
   color: #999;
   text-decoration: underline;
   font-size: 9px !important;
}

#column {
	width: 235px;
	margin-left: 640px;
	padding-top: 0px;
	color: #a7aab6;
	font-size: 11px;
}

#column a {
	color: #a7aab6;
}

.submit {
	width: 226px !important;
	height: 33px;
	border: 0px solid !important;
	background: url(../_images/layout_email-submit.gif) !important;
	padding: 0px !important;
	margin: 0px !important;
}

/*___________________________________________*/


#images{
	visibility: hidden;
	position: relative;
	z-index: 50;
}

/*IE interpretiert folgende Anweisung nicht */
html>body #images {
 visibility: hidden;
	position: relative;
	z-index: 50;
}

#loading{
	margin-top: 120px; /*164px*/
	margin-bottom: 120px;/*200px*/
	text-align: center;
	color: #a7aab6;
	font-size: 10px;
}
#loading img {
	margin-top: 10px;
	margin-left: -110px;
}

#captions{
	font-weight: bold;
	position: relative;
	text-align: center;
    z-index: 101;
}
#scrollbar{
	visibility: hidden;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
	z-index: 102;
}
#slider{
	position: absolute;
	margin-top: -7px;
	margin-left: -7px;
	z-index: 103; 
	background-image: url(slider.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
#imageflow{
	text-align: left;
}

#imageflow img {
	position: absolute;

}

.highslide {
	cursor: url(../js/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(../js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	display:none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../js/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

}


