/* CSS - ALPINA - GREEN - GALLERY*/


/********************** >>> Start Global **********************/
.galerie_wrapper{
width: 600px;
margin: 10px 0 10px 0;
padding: 5px 0 5px 15px;
background: #FFFFFF url(/image/galerie/background_showbox.jpg) repeat-x;
border: 1px dotted #AAAAAA;
}

.thumbwrapper {
   
    margin: 7px;
	border: 1px solid #AAAAAA;
	text-align: center;
	float: left;
}

.thumbwrapper:hover {

border: 1px solid #006600;

}

.thumbborder {
height: 70px;
width: 90px;
border-top: 10px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
border-bottom: 20px solid #FFFFFF;
border-left: 5px solid #FFFFFF;
background-repeat:no-repeat; 
background-position: center center;

}

.gallery_cat{
width: 598px;
padding: 8px;
border: 1px solid #AAAAAA;
background-color: #F3F3F3;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}

.gallery_cat span{
margin: 0 0 0 15px;


}

.gallery_cat:hover {
border: 1px solid #006600;
background-color: #F9F9F9;
cursor: pointer;
}

.gallery_alb{
width: 604px;
padding: 5px;
margin: 5px 0 5px 0;
border: 1px dotted #AAAAAA;
background-color: #F9F9F9;
font-weight: bold;
cursor: pointer;
}

.gallery_alb_a {
color: #000000;
}

.gallery_alb_a:hover {
text-decoration: none;
}

.gallery_alb span{
color: #000000;
margin: 0 0 0 30px;


}

.gallery_alb:hover {
border: 1px dotted #006600;
background-color: #FFFFFF;
cursor: pointer;
}

/********************** Ende Global <<< **********************/


/********************** >>> Start HighSlide **********************/

.highslide {

cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
outline: none;
}

.highslide img {
border: 0px solid #cccccc;
margin-top: 35px;
}

.highslide:hover img {
border: 0px solid #666666;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #006600;

}
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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(/js/highslide/graphics//controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: 0px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background: url(/js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: 50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: 90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: 130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/********************** Ende HighSlide <<< **********************/