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

	body {

	background-image: url(images/bg.jpg);

	background-color: #F97604;

	margin-top: 0px;

}

	
	#container
	{
		margin: 0em auto;
		width: 772px;
		
		text-align: left;
		
	}
	
	#bg_left
	{
		width: 131px;
		height: 695px;
		float: left;
		border: 0px solid black;
		background-image: url("http://www.seaside-clubbers.com/images/border_links.jpg");
	}
	
	#bg_right
	{
		
		width: 104px;
		height: 695px;
		float: right;
		border: 0px solid black;
		background-image: url("http://www.seaside-clubbers.com/images/border_rechts.jpg");
	}
	
	#header
	{
		height: 182px;
		width: 537px;
		float: left;
		background-image: url(images/header_blank.jpg);
		background-repeat: no-repeat;
		
	}
	
	#logo
	{
		float: left;
		height: 100px;
		width: 120px;
		margin-left: 25px;
		/*background-color: red;*/
		
	}
	
	#object
	{
		float: right;
		height: 100px;
		width: 120px;
		/*background-color: green;*/
		
	}
	
	#headline
	{
		clear: both;
		/*height: 50px;
		width: 120px;*/
		margin-left: 165px;
		margin-top: 130px;
		
		/*background-image: url("http://www.seaside-clubbers.com/images/headline_news.gif")*/
		
	}
	
	#website
	{
		width: 537px;
		float: left;
		background-image: url("http://www.seaside-clubbers.com/images/bg_mitte.jpg");
		background-repeat: repeat-y;
			}
	
	#navigation
	{
		float: left;
		width: 163px;
		
		
	}
	
	#content
	{
		float: left;
		width: 350px;
		
		
		
	}
	
	#footer
	{
		clear: both;
		width: 537px;
		height: 25px;
		background-image: url("http://www.seaside-clubbers.com/images/footer_dark.jpg");
		background-repeat: no-repeat;
		background-color: #000000;
		text-align: center;
		padding: 7px 0px 0px 0px;
		
	}
	
	.teaser
	{
		width: 345px;
		border-bottom: 1px solid;
		border-bottom-color:#999999;
	}
	

div.fixedcontent  {position: fixed; z-index: 2; top: 1em; left: 5%; width: auto; padding: 0.3em; border: 5px dashed; color: #000; background: #cfc; }
.fixedcontent p {margin: 0; padding: 0;}

