.highslide-html {
	background-color: #fde7b5;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.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: 12px;
    background-image: url(highslide/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;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: #fde7b5;
	padding: 0;
	margin: 0;
}
.highslide-wrapper .highslide-html-content {
	background-color: #fde7b5;
    padding: 0;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 25px;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a{
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	background-color: #fde7b5;
}
.highslide-move {
    cursor: move;
}
.highslide-move a{
	font-size: 11px;
	font-weight: normal;
}
.highslide-close a{
	font-size: 11px;
	font-weight: normal;
	margin-left: 73px;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ---------- eigene Formate ---------- */
.highslide-html-content{
	height: 178px;
	width: 258px;
}
.highslide-header{
	background-color: #fff4e5;
	line-height: 18px;
	margin-top: 10px;
}
.highslide-body{
	position: absolute;
	top: 30px;
	height: 100px;
	padding: 0;
}
.highslide-body label{
	background-color: #fff4e5;
	position: absolute;
	left: 0;
	color: #000000;
	height: 18px;
	width: 72px;
	padding: 0 0 0 8px;
	margin-top: 1px;
}
.highslide-body input {
	background-color: #fff4e5;
	left: 72px;
	height: 18px;
	width: 177px;
	padding-left: 20px;
	margin-left: 60px;
}
.highslide-body .button{
	background-color: #fde7b5;
	font-size: 11px;
	color: #f12813;
	position: absolute;
	bottom: 8px;
	margin-left: -64px;
}
#subscribeFormModule{
	margin: 0;
}