<%@ page contentType="text/css" %> 
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>

#hintergrund{
	width:940px;
	height:610px;
	background-color:#333;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-305px;
	margin-left:-470px;
}
#vordergrund{
	background:#fff;
	width:920px;
	height:590px;
	position:absolute;
	top:10px;
	left:10px;
}
#banner{
	background-image:url(<cms:link>/system/modules/de.navitas.daenischerclub/resources/grafiken/banner_rot.jpg</cms:link>);
	width:890px;
	height:140px;
	position:absolute;
	top:15px;
	left:15px;
	display:none;
}
#balken_oben{
	background:#BC2A24;
	width:890px;
	height:5px;
	position:absolute;
	top:170px;
	left:15px;
	display:none;
}
#inhalt{
	
	top:210px;
	left:15px;
	width:890px;
	height:330px;
}
#logo{
	position:absolute;
	top:250px;
	left:0;
	width:80px;
	height:80px;
	background-image:url(<cms:link>/system/modules/de.navitas.daenischerclub/resources/grafiken/logo.gif</cms:link>);
	display:none;
}
#navigation{
	position:absolute;
	top:0;
	left:80px;
	width:130px;
	height:330px;
	display:none;
}
#text{
	
	top:0;
	right:0px;
	width:665px;
	height:340px;
	
}
#balken_unten{
	background:#BC2A24;
	width:890px;
	height:5px;
	position:absolute;
	bottom:30px;
	left:15px;
	display:none;
}
#sprache{
	position:absolute;
	top:565px;
	left:15px;
	width:80px;
	height:15px;
	display:none;
}
#overlay {
	position:absolute;
	top:0px;
	left:95px;
	width:130px;
	height:178px;
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display:none;
}
#scroll_hoch{
	position:absolute;
	top:149px;
	right:0;
	width:11px;
	height:11px;
	background-image:url(<cms:link>/system/modules/de.navitas.daenischerclub/resources/grafiken/oben.gif</cms:link>);
	display:none;
}
#scroll_runter{
	position:absolute;
	top:170px;
	right:0;
	width:11px;
	height:11px;
	background-image:url(<cms:link>/system/modules/de.navitas.daenischerclub/resources/grafiken/unten.gif</cms:link>);
	display:none;
}
