﻿body
{
	font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 85%;
	min-height: 100%;
	background-color: white;
		height:auto !important; /* moderne Browser */
  	height:100%; /* IE */

}

p 
{
    font-size: 1.0em;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }
#body-container
{	position: relative;
	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */

}


#streifen
{
	position: absolute;
	top: 90px;
	position: absolute;
	background-image: url(gelb2.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 5px;
	z-index: 2;
}


#meander
{
	position: absolute;
	top: 95px;
	position: absolute;

	background-image: url(meander-3.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;
	z-index: 3;
	
}

#flaggen
{
	position:absolute ;
	top: 77px;
	 right: 0px;
 height : 8px;
	z-index: 20;
	
}

