@charset "UTF-8";
/* style.css */

body			{	background-color:#24272c;
					background-image:url(../design/backgrounder.png);
					background-repeat:no-repeat;
					margin:auto;
					background-position:top;
				}

div.main		{	width:990px;
					height:800px;
					margin:auto;
					
				}

div.banner		{	width:990px;
					height:222px;
					margin-top:35px;
					background-image:url(../design/bannerfinish.png);
				}

div.content		{	width:990px;
				    border-top-color:#ff0c89;
					height:490px;
					border-style:solid;
					border-left-style:none;
					border-right-style:none;
					border-bottom-style:none;
					border-width:0px;
					background-image:url(../design/content.png);
					
				}

div.content a	{	margin-left:400px; 
				}

div.content p	{	text-align:center;
					margin-left:300px;
					margin-right:300px;
					color:white;
					margin-top:0px;
				}

div.stripe		{	width:1000px;
					background-color:#ff0c89;
					height:4px;
				}

div.angebote	{	height:400px;
					width:990px;
					background-image:url(../design/angebote.png);
					
				}

	

div.footer		{	width:1000px;
					background-color:#ff0c89;
					height:9px;
				}
div.content a:active		{	text-decoration:none;
								border-style:none;
								color:none; }
div.content a:link			{	text-decoration:none;
								border-style:none;
								color:none; }
div.content a:visited		{	text-decoration:none;
								border-style:none;
								color:none; }
 div.content a:hover		{	text-decoration:none;
								border-style:none;
								color:none; }

a 	{ text-decoration:none;
								border-style:none;
								color:none; }