﻿.highslide {
    cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: 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: Times New Roman;
    font-size: 12px;
    padding: 5px;
    background-color: white;
    text-align:center;
}
.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(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;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
font-family:"Times New Roman";
font-size: 12px;
z-index: 100;
opacity: 0.85;
-moz-opacity: 0.85;
filter: alpha(opacity=85);
}
}#container {
	width: 98%;
	height: 98%;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #F7F4E5;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #F7F4E5;
}
#titel {
	margin-left: 140px;
	padding: 20px;
	text-align: left;
	font-size: x-large;
}
#page_content {
	position: relative;
}
#content {
	margin-left: 155px;
	padding: 10px;
	background-color: #F7F4E5;
	font-size: small;
}
#content ul {
	list-style-type: disc;
}
#content li {
	list-style-type: disc;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
.style1 {
	font-size: x-large;
}
.style2 {
	font-size: medium;
	color: #800000;
}
body {
	margin: 0;
	padding: 0;
	background: #F7F4E5;
	font: 70% verdana, arial, sans-serif;
}
dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will*/ 
top: 0;
left: 0;
}
dl#menu {
width: 10em;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #F7F4E5;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
	background: #FF9999;
}