a:active { color: #0000CC; text-decoration: overline underline;}
a:link { color: #0000CC; text-decoration: none}
a:visited {  color: #0000CC; text-decoration: none}
a:hover {color: #CC0000; text-decoration: overline underline;}

div {font-family: verdana; font-size: 11px; color: #000000;}
td {font-family: verdana; font-size: 11px; color: #000000;}
body {font-family: verdana; font-size: 11px; color: #000000;}
h1 {font-family: verdana; font-size: 11px; color: #000000;}
h2 {font-family: verdana; font-size: 11px; color: #CC0000;}

#map { width:100%; height:100%; }
#tooltip { padding:0px; text-align:left; }
#tooltip p,  #tooltip img { float:left; display:inline; padding:0; margin:0 10px 0 0; }


body {
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #CCCCCC;
scrollbar-base-color: #FFFFFF;
scrollbar-3d-light-color: #999999;
scrollbar-darkshadow-color: #000000;
scrollbar-highlight-color: #999999;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #ffffff;
}

.button {
	color: #FFFFFF;
	font-family : arial;
	font-size : 11px;
	background-color : #333333;
	cursor: hand;
	}	
.form_box2 {
	color: #31659C;
	font-family : arial;
	font-size : 10px;
	background-color : #31659C;
	arrow-color: #00FF00;
	}
.textfeld {
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	color: #9CCFFF;
	border: 2px solid #000000;
	padding-left: 4
	}
textarea { background-color: #ffffff; font-family: verdana; font-size: 10pt; color: #000000; border: 1px solid #8C989B; padding-left: 4}
select { background-color: #ffffff; font-family: verdana; font-size: 10px; color: #000000; border: 1px solid #000040; padding-left: 4}

/* IE hack \*/
* html .imgzoom-container { height: 1%; }
/* Hack ends */

.imgzoom-overlay {
    background-color: #000;
}

.imgzoom-wrap {
    background: #fff;
    border: solid 1px #bbb;
    padding: 0.8em;
    color: #555;
    font-size: 90%;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    position: absolute;
    box-shadow: 5px 5px 20px #000;
    -moz-box-shadow: 5px 5px 20px #000;
    -webkit-box-shadow: 5px 5px 20px #000;
}

.imgzoom-container {
    position: relative;
    margin-bottom: 0.4em;
    overflow: hidden;
}

.imgzoom-prev, .imgzoom-next {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    width: 50%;
    float: left;
    line-height: 10em;
    text-decoration: none;
    background: url(imgzoom-blank.gif);
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 100;
}

.imgzoom-prev {
    margin-left: 0;
    left: 0;
}

.imgzoom-next {
    left: 50%;
    text-align: right;
}

.imgzoom-prev span, .imgzoom-next span {
    display: none;
    width: 4em;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    margin-top: 2em;
    padding: 1em;
    position: absolute;
    top: 2em;
}

.imgzoom-prev span {
    border-radius:  0 0.5em 0.5em 0;
    -moz-border-radius: 0 0.5em 0.5em 0;
    -webkit-border-radius: 0 0.5em 0.5em 0;
}
    
.imgzoom-next span {
    right: 0;
    border-radius: 0.5em 0 0 0.5em;
    -moz-border-radius: 0.5em 0 0 0.5em;
    -webkit-border-radius: 0.5em 0 0 0.5em;
}

.imgzoom-prev:hover, .imgzoom-next:hover {
    visibility: inherit;
}

.imgzoom-prev:hover span, .imgzoom-next:hover span {
    background-color: #fff;
    display: block;
}

.imgzoom-wrap-first .imgzoom-prev {
    display: none;
}

.imgzoom-wrap-last .imgzoom-next {
    display: none;
}

.imgzoom-counter, .imgzoom-title, .imgzoom-close {
    float: left;
    width: 20%;
    vertical-align: middle;
}

.imgzoom-title {
    width: 60%;
    color: #333;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 110%;
}

.imgzoom-close {
    float: right;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}