@charset "utf-8";
/* CSS Document */

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.fl-link-right {
	float:right;
}

.fl-link-left {
	float:left;
}

#startseite-content {
	position:absolute;
	top:-300px;
	
	width:730px;
	height:600px;
	
	overflow:hidden;
}

.relative {
	position:relative;
}

.col-2 {
	position:relative;
	
	width:50%;
	
	float:left;
}

.col-3 {
	position:relative;

	width:210px;
	height:300px;
	float:left;
}

.flasche {
	position:absolute;
	top:0px;
	left:0px;

	width:31px;
	height:300px;
	
	z-index:0;
}

.flasche .overlay {
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:65%;
	
	background:url(../blank.gif) repeat;
}

.flasche .image {
	width:100%;
	height:100%;
}

.flasche .image img {
	width:100%;
	height:100%;
}

.flasche .description {
	display:none;
}

.clear-left {
	clear:left;
}

#flaschen-content {
	width:300px;
	
	margin:275px 0px 0px 0px;
}

#flaschen-content h1 {
	display:block;

	font-size:12px;

	margin:0px 10px;
}

#flaschen-content h1 a {
	color:#fff;
	text-decoration:none;
}

#flaschen-content h1 a:hover {
	color:#fff;
	text-decoration:none;
}

#flaschen-content .fl-content {
	margin:10px 0px;
	padding:0px 25px;

	background:#fff;
}
