/* CSS für die Content-Darstellung auf den Segment-Seiten */

#simplegallery1 {
	position: absolute; /*keep this intact*/
	top:0px;
	left:0px;
	visibility: hidden; /*keep this intact*/
	/*border: 10px solid #737373;*/
 float:right;
	width:100px;
	z-index:34;
}

#simplegallery1gesichert {
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	/*border: 10px solid #737373;*/
	float:left;
	width:100px;
}

#segmentContent{
	font-size:14px;
	font-family:arial;
	color:#FFFFFF;
	font-weight:normal;
}

.segmentBox{
	width:400px;
	height:155px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#ffffff;
	cursor:pointer;
}

li{
	list-style-type:none;
}

.liLink{
	color:#FFFFFF !important;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
