/* 
    Document   : banner_galerie.css
    Created on : 22.06.2012, 11:33:17
    Author     : liebsche
    Description:
        Purpose of the stylesheet follows.
*/

/******************************************** Header_Galery *********************************************/

#banner_galerie{
	position:relative;
	width:980px;
	height:353px;
	display:block;
	float:left;
	margin:-29px 0 30px 0;
	/* background-color:#7a003f; */
}

#banner_galerie #banner_navi{
	position:absolute;
	bottom:15px;
	left:15px;
	height:10px;
	width:auto;
}

#banner_galerie .banner_block{
	position:absolute;
	top:0px;
	left:0px;
	background-color:transparent;
}

#banner_galerie #banner_navi a{
	width:10px;
	height:10px;
	display:block;
	background-color:#a19f9d;
	float:left;
	margin:0 10px 0 0;
}

#banner_galerie #banner_navi a:hover {
	background-color:#fff;
}

#banner_galerie #banner_navi .aktiv{
	background-color:#fff;
}

#banner_galerie #button_galerie a{
	position:absolute;
	bottom:15px;
	right:15px;
	width:20px;
	height:20px;
	background-image:url(../pics/pfeil.gif);
	background-repeat:no-repeat;
	/* background-color:red; */
	border:0px;
}

#banner_galerie #button_galerie a:hover {
	background-image:url(../pics/pfeil_over.gif);
	}

#banner_galerie .banner_txt_block{
	position:absolute;
	top:208px;
	right:0px;
	width:480px;
	height:130px;
	background-color:black; opacity:0.7; 
	display:block;
	text-align:left;
	color:#fff;
}

#banner_galerie .banner_txt_block .banner_block{
	width:450px;
	margin:20px 15px 0 15px;
}

#banner_galerie .banner_txt_block h3{
        font-family:'InfoTextWeb-Regular','Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif;
        font-size:22px;
	font-weight: 500;
	background-color:transparent;
	color:#fff;
	margin:0 0 5px 0;
	line-height:1.2em;
   	letter-spacing: 0.03em;
	padding:0px;
}

#banner_galerie .banner_txt_block a{
	color:#fff;
	text-decoration:none;
	font-size:0.7em;
}

#banner_galerie .banner_txt_block p{
        font-family:'InfoTextWeb-Regular','Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	line-height:1.2em;
   	padding: 0;
}

#banner_galerie .corner_top_right_galery{
	position:absolute;
	top:0px;
	right:0px;
	width:3px;
	height:3px;
	background-image:url(../pics/corner_top_right.png);
	background-repeat:no-repeat;
}

#banner_galerie .corner_top_left_galery{
	position:absolute;
	top:0px;
	left:0px;
	width:3px;
	height:3px;
	background-image:url(../pics/corner_top_left.png);
	background-repeat:no-repeat;
}

#banner_galerie .corner_bottom_right_galery{
	position:absolute;
	bottom:1px;
	right:0px;
	width:3px;
	height:3px;
	background-image:url(../pics/corner_bottom_right.png);
	background-repeat:no-repeat;
	/* background-color:red; */
	border:0px;
}

#banner_galerie .corner_bottom_left_galery{
	position:absolute;
	bottom:1px;
	left:0px;
	width:3px;
	height:3px;
	background-image:url(../pics/corner_bottom_left.png);
	background-repeat:no-repeat;
	/* background-color:red; */
	border:0px;
}


.banner_galerie_control {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    float: none;
    margin: 5px 30px 0 0;
    padding: 0;
    text-align: center;
    width: 16px;
}
.banner_galerie_control a {
    background-image: url("../images/icon_galery_lupe_minus.png");
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 1.1em;
    text-decoration: none;
    width: 16px;
}
