
/* ****************************************** */
/* Main settings highslide                    */
/* ****************************************** */

/* Loading display */
.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(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}



/* ****************************************** */
/* Highslide HTML                             */
/* ****************************************** */

/* Main background color */
.highslide-html {
    background-color: #ffffff;
}

/* Content area */
.highslide-html-content {
	position: absolute;
   	display: none;
}

/* Styles for the popup */
.highslide-wrapper {}

/* Content area, standard width */
.highslide-wrapper .highslide-html-content {
    width: 500px;
    padding: 10px;
}

.druckmuster {
    padding: 10px;
}

/* Headlinebox inside popup */
.highslide-wrapper .highslide-header {
	background-color: #063767;
	height: 23px;
	margin-top: 2px;
	margin-bottom: 10px;
}

/* Headline inside headlinebox */
.highslide-wrapper .highslide-header div.hsheadline {
	color: #ffffff;
	width: 250px;
	font-weight: bold;
	float: left;
	margin-bottom: 0;
}

.highslide-wrapper .highslide-header div.hsheadline h6 {
	margin: 2px 0 0 6px;
	padding: 0;
	font-size: 11px
}

	* html .highslide-wrapper .highslide-header div.hsheadline h6 {margin-top: 1px;}
	*:first-child+html .highslide-wrapper .highslide-header div.hsheadline h6 {margin-top: 1px;}


/* Close button inside headlinebox */
.highslide-wrapper .highslide-header div.hsclose {
	color: #ffffff;
	font-weight: bold;
	width: 15px;
	padding-right: 3px;
	float: right;
	margin-bottom: 0;
}

/* Close button inside headlinebox, link */
.highslide-wrapper .highslide-header a {
	float: left;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 3px;
}

/* Close button inside headlinebox, hover link */
.highslide-wrapper .highslide-header a:hover {
	color: #cccccc;
}

/* Display the move cursor */
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

/* Footer container */
.highslide-wrapper .highslide-footer {
	height: 11px;
	padding-top: 10px;
}

/* Footer container width resize button*/
.highslide-wrapper .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/resize.gif) 0 0 no-repeat;
}

/* Content area, body text */
.highslide-wrapper .highslide-body {
	margin-left: 3px;
	padding-right: 10px;
}


/* Image position inside body text */
.highslide-wrapper .highslide-body img {
	float: right;
	margin-left: 15px;
}



/* ****************************************** */
/* Highslide Image Gallery                    */
/* ****************************************** */

/* Hide active thumbnail */
.highslide-active-anchor img {
	visibility: hidden;
}

/* Border around the image */
.highslide-image {
    border: 5px solid white;
}

/* Hide control bar */
.highslide-overlay {
	display: none;
}

/* Full expand image */
a.highslide-full-expand {
	background: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Caption text */
.highslide-caption {
    display: none;
    border-top: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    padding: 5px;
    background-color: white;
}


/* ****************************************** */
/* Highslide Control bar                      */
/* ****************************************** */

/* Control bar */
.controlbar {	
	width: 168px;
	height: 40px;
}

div#controlbar2 {
	position: relative;
	float:left;
	background-image: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/controlbar4.gif);
	width: 162px;
	height: 33px;
	background-color: #ffffff;
}

div#controlbar2 a {	
	display: block;
	float: left;
	height: 33px;
}

/* Change image on hover */
div#controlbar2 a:hover {
	background-image: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/controlbar4-hover.gif);
}

/* Display the hover icons */
div#controlbar2 .previous {position: relative; width: 48px;}
div#controlbar2 .next {position: relative; width: 38px; background-position: -48px 0;}
div#controlbar2 .highslide-move {position: relative; width: 38px; background-position: -86px 0;}
div#controlbar2 .close {position: relative; width: 36px; background-position: -124px 0;}


/* Shadow display around the control bar */
div#shadowright {position: relative; float:left; width: 3px; height: 33px; background: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/shadowright.png) no-repeat;}
div#shadowleft {position: relative; float:left; width: 3px; height: 33px; background: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/shadowleft.png) no-repeat;}
div#shadowbottom {position: relative; float:left; width: 168px; display: block; height: 7px; background: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/shadowbottom.png) no-repeat;}

* html div#shadowright {background-image: none;}
* html div#shadowleft {background-image: none;}
* html div#shadowbottom {background-image: url(http://www.rea-kuc.de/fileadmin/templates/highslide/graphics/shadowbottom2.gif);}




/* ****************************************** */
/* Highslide Functions                        */
/* ****************************************** */

/* Display the move cursor */
.highslide-move {
    cursor: move;
}

/* Display the resize cursor */
.highslide-resize {
    cursor: nw-resize;
}

/* Dimming the background */
.highslide-dimming {
	position: absolute;
	background: black;
}
	* html .highslide-dimming {position:inherit; background:inherit;}


/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


/* ****************************************** */
/* Highslide Body Format		      */
/* ****************************************** */


.highslide-body ul {
	margin-bottom: 10px;
}
	


.highslide-body p {
	margin: 0px;
	padding: 0px;
}


table.contenttable {
	width: 100%;
	margin: 0px;
	padding: 0;
	margin-bottom: 10px;
	border-collapse:collapse;
}

table.contenttable  td.table_head {
	text-align: center;
	background-color: #063767;
	color: #ffffff;
	height: 20px;
	vertical-align:middle;
}




table.contenttable  td.table_content {
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 20px;
	background-color: #ededed;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
}



table.contenttable td.table_left {
	text-align: left;
	padding-left: 4px;
}



