@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000035;
	width:100%;
}

a {
	text-decoration:none;
	color: white;
}

a:hover {
	text-decoration:none;
	color: #000035;
	background-color:#FFFFFF;
	}

#BOX {
	position: relative;
	top:12px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

.mf {
	overflow:hidden;
	}
	
#MooFlow {
	position: absolute;
	top:66px;
	padding-top:0px;
	width:100%;
	height:auto;
	}


#logo {
	font-weight:bold;
	height:28px;
	letter-spacing:1px;
	font-size:22px;
	padding-bottom:10px;
}

#mainnav {
	font-weight:bold;
	font-size: 14px;
	line-height:18px;
}

#mainnav a {
	padding:4px;
	padding-bottom:10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	}

#content {
width: 1150px;
padding:10px;
clear:both;
z-index:1;
}

#content img{
/*	border: solid 1px;
	border-color:#bebecf; */
	}	

.content_spalte {
	padding: 10px;
	float:left;
	}
	
.st {
	cursor:pointer;
	background-image:url(_gfx/slider_down.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	clear:both;
	}
	
.sl {
	padding-left:18px;
	text-align:left;
	text-align:justify;
	}

#Gallerie_Info {
	position: absolute;
	z-index:19;
	padding: 10px;
	padding-top:0px;
	}
	
.active {
	font-weight:bold;
	font-size:16px;
}

#gal_list {
	position: relative;
	z-index:19;
	display: table;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: 1px solid;
	border-color:#000035;
	text-align:center;
	height: 100px;
	background-color: #000035;
	}
	
#gal_list .thumb{
	padding:8px;
	font-size:12px;
	float: left;
	height: 84px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	}

#gal_list .thumb_active{
	padding:8px;
	float: left;
	font-size:14px;	
	height: 84px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	}

#gal_list .thumb_active div{
	}

#gal_list img{
	border:0px;
	}