/* CSS Document */

#body {
	background-color: #000000;
	margin: 0px;
	padding: 50px;
	z-index: 1;
}

#rahmen {
	background-image: url(img/anziehsachen-bg.jpg);
	width: 800px;
	height: 800px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	border: medium solid #FFFFFF;
}

#shop {border: none;
}

#h2	{
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(img/anziehsachen-banner-halb.gif);
	color: #FFFFFF;
	border: thin outset #FFFFFF;
	text-align: center;
	}
	
a.shop {
	border: 0px none;
}

a.shop:hover {
	border: 0px none;
}


a.menu 		{
	color: #333333;
	text-decoration: none;
}
a.menu:hover   {
	color:#FF6666;
	font-weight: bold;
	text-decoration: none;
}

