*{margin:0;}
	body
	{
/*		background-image: url(images/bg.gif);
		background-repeat: repeat;
		background-position: center; */
		color: white;
		background-image:url(images/bg.gif);
	}
	
	#container
	{
	    margin-left: auto;
        margin-right: auto;
		width: 902px;
		margin-top: 10px;
		text-align: left;
		background-color: white;
	}
	
	#header
	{
		height: 188px;
		background-image:url(images/header.png);
		background-repeat:repeat;
		border: 1pt solid #ecc3df;;
	}
	
	#mainnav
	{
		height: 30px;
		background-image:url(images/menue_bg.gif);
		border: 1pt solid #ecc3df;;
	}
	
	#navpunkte
	{
		line-height: 30px;;
		vertical-align: middle;
		padding: 0px 20px;
	}
	
	#navpunkte li
	{
	  display: inline;
	  padding: 0px 0px;
	}
	
	#navpunkte ul
	{
	  display: inline;
	  padding: 0px 0px;
	}

	#navpunkte a
	{
		padding: 0px 40px 0px 0px;
		font-family: Maiandra GD;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
	
	#navpunkte a:hover
	{
		color:#ba76a2;
		text-decoration: none;
	}
	
	#spacer
	{
		height: 4px;
		background-image:url(images/bg.gif);
	}
	
	#content
	{
		height: 548px;
		line-height: 18px;
		background-color: #fff1fa;
		border: 1pt solid #ecc3df;;
		color: #a05f89;
		padding: 40px 50px 20px 50px;
		position: relative;
	}
	
	#content h2
	{
		font-size: 14pt;
	}
	
	#content a
	{
		color: #582c49;;
	}
	
	.imgright img
	{
		border: 1px solid #ecc3df;
		padding: 3px;
		margin: 0 0 5px 20px;
		background-color: white;
	}
	
	.imgleft img
	{
		border: 1px solid #ecc3df;
		padding: 3px;
		margin: 0 20px 5px 0;
		background-color: white;
	}
	
	.imgcenter
	{
	    margin: 0 0 0 0;
		text-align: center;
	}
	
	.imgcenter img
	{
		border: 1px solid #ecc3df;
		padding: 3px;
		margin: 30px 15px 0 15px;
		background-color: white;
	}
	
	#footer	
	{
		height: 41px;
		background-color: yellow;
	}
