
	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center;
		background:#750075 url(/pictures/Hintergruende/HG_Swing_01_Violett_Rot.jpg) center center fixed no-repeat;
  		-moz-background-size: cover;
  		background-size: cover;
		}
 
	#container {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:auto;
		width:1000px;
		clear:left;
		}

@import("iemac-center.css");



div#center {
   position:absolute;
   top:0;
   left:0px;
   width:1000px;
   height:880px;
   margin-left:0;
   }


.red {color: #FF0000}

.navigation {
		font-size:12px;
		display:block;
		margin-left:-20px;
		}


#product {	margin:20px 0 0 25px;
			padding:15px 0 0 0;
			width:940px;
			font-family:'Times New Roman', Times, serif;
			font-size:34px;
			color:#000099;
			text-align:left;
			font-weight:bold;
			background-image:url(/pictures/Buttons/bt_gray_light220.gif);
			-webkit-box-shadow:rgba(0,0,0,.1) 7px 7px;
			-moz-box-shadow:rgba(0,0,0,.1) 7px 7px;
			box-shadow:rgba(0,0,0,.1) 7px 7px;
			border:2px groove white; 
			-moz-border-radius:10px;
			border-radius:10px;
			}
#product a:link		{ color:#FFFFFF; text-decoration:none; border:none; }
#product a:visited	{ color:#FFFFFF; text-decoration:none; border:none; }
#product a:hover	{ color:#00FFFF; text-decoration:none; }

.rights {	color:#FFFFFF;
			}
			
.rights a:link		{ color:#FFFFFF; text-decoration:none; border-bottom:1px dotted #333333; }
.rights a:visited	{ color:#FFFFFF; text-decoration:none; border-bottom:1px dotted #333333; }
.rights a:hover		{ color:#FF0000; text-decoration:none; }


