﻿#gl_imageframe {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:175px;
	overflow:hidden;
	}
a.gl_slide {
	display:block;
	top:0px;
	width:100%;
	height:175px;
	position:absolute;
	overflow:hidden;
	text-decoration:none;
	z-index:1;
	}
a.gl_slide a.gl_imagelabel {
	display:block;
	position:absolute;
	left:0%;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	padding-top:5px;
	top:175px;
	height:95px;
	color:white;
	background-color:black;
	text-align:left;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background:url("hintergrund_slidein.png");
	}
a.gl_slide a.gl_imagelabel b {
	margin-right:25px;
	color:#FFcc33;
	}

