/* 

layout.css

Hier wird das grundlegende Layout definiert

*/
@import url("globales.css");

body { 
	text-align:left;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	border: 0px #FFFFFF none;
}

#Date
{
	position:absolute;
	top:75px;
	width:200px;
	height:250px;
	background-image:url(../gfxs/aktuelletermine.gif);
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;	
}

#News
{
	position:absolute;
	top:335px;
	width:200px;
	height:250px;
	background-image:url(../gfxs/aktuelletermine.gif);
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
}

#Layout
{
	position: absolute;
	text-align:center;
	margin-left:240px; 
	margin-bottom:0px;
	margin-top:0px;
	height:100%;
	width:750px;
}

#Content
{
	position:relative;
	margin-top: 25px;
	margin-bottom: 50px;
	
	width: 750px;
	height: 800px;
	
	background-color:#000000;
}

#Banner
{
	position:relative;
	top:0px;
	left:0px;
	
	width:100%;
	height:80px;
}

#Menue
{
	width:100%;
	height:30px;
	text-align:left;	
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;	
	font-size:11px;
	background-image:url(../gfxs/menue.gif);
	background-repeat:no-repeat;
	background-color:#8cbfeb;	
}

#Menue * a, #Menue * img
{
	vertical-align:middle;
}
#Footer * a, #Footer * img
{
	vertical-align:middle;
}

#iFrame
{
	width:100%;
	height:650px;
	background-color:#8cbfeb;	
}

#iFrameContent
{
	position:relative;
	top:0px;
	left:10px;
	width:740px;
	height:100%;
}

#Footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	
	width:100%;
	height:75px;
	
	padding-top:5px;
	font-size:11px;
	text-align: left;
	background-image:url(../gfxs/footer.gif);
	background-repeat:no-repeat;
}

#Impressum
{
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	bottom:0px;
	background-image: url(../gfxs/impressum.gif);
	background-repeat:no-repeat;
	width: 750px;
	height:41px;
	padding-top: 10px;
}

.LayoutItem 
{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	border-style:solid;
	border-color:#FF0000;
	border-width:0px;
}