body {
		background-color: #FFFFFF;
		font-family: arial, helvetica, verdana, sans serif;
		font-size: 11px;
		overflow: hidden;
		}
	
	a {
		color: #7F7F80;
		font-weight: bold;
		text-decoration: none;
		}
	
	td {
		font-size: 11px;
		}
	
	h1 {
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 13px;
		color: #7F7F80;
		}
	
	p {
		margin-top: 0px;
		margin-bottom: 10px;
		}
	
	#mainbox {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -290px;
		margin-left: -495px;
		width: 990px;
		height: 580px;
		border: 1px solid #E0E0E0;
		}

	#holder {
		position: absolute;
		}
	
	#leftbox {
		z-index: 2;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 200px;
		height: 580px;
		background: #E0E0E0;
		}
	
	#toptext {
		font-size: 12px;
		position: absolute;
		left: 20px;
		top: 25px;
		width: 170px;
		text-align: right;
		}
		
	#subtext {
		font-size: 11px;
		position: absolute;
		left: 20px;
		bottom: 10px;
		width: 170px;
		text-align: right;
		overflow: hidden;
		}

	
	#menubox {
		z-index: 3;
		position: absolute;
		top: 35px;
		left: 207px;
		width: 570px;
		}
		
	#contentbox {
		z-index: 2;
		position: absolute;
		top: 228px;
		left: 210px;
		height: 340px;
		width: 570px;
		overflow: hidden;
		background: #E0E0E0;
		}
		
	#productimage {
		position: absolute;
		margin: 0px;
		width: 550px;
		height: 270px;
		}
		
	#content {
		position: absolute;
		margin: 10px;
		width: 550;
		height: 320;
		overflow: none;
		}

	#innercontent {
		 position: absolute;
		 left: 110px;
		 width: 440px;
		 height: 310px;
		 overflow: auto;
		 }
		
	#innercontentlight {
		 position: absolute;
		 left: 110px;
		 width: 440px;
		 height: 320px;
		 overflow: auto;
		 }
		
	#contentboxmenu {
		position: absolute;
		left: 110px;
		bottom: 9px;
		width: 445px;
		height: 30px;
		}

	#custmenuline {
		z-index: 2;
		position: absolute;
		top: 147px;
		left: 207px;
		width: 573px;
		}

	#rightbox {
		position: absolute;
		top: 20px;
		left: 810px;
		height: 550px;
		width: 190px;
		overflow: hidden;
		}

	#logo {
		position: relative;
		height: 130px;
		}
	
	#email {
		position: relative;
		left: 48px;
		}
		
		
	#suche {
		position: relative;
		left: 48px;
		width: 121px;
		margin-top: 16px;
		}
	
	#subbox {
		position: absolute;
		left: 48px;
		bottom: 0px;
		}
	
	.musicbox {
		margin-top: 10px;
		}
		
	.impressum {
		margin-top: 10px;
		}
	
	.blue {
		color: #00519A;
		}
		
	.red {
		color: #E2091A;
		}
		
	.orange {
		color: #F14F11;
		}
		
	.green {
		color: #439D2B;
		}
		
	.menulink {
		color: #666666;
		}
		
	.clipmenulink {
		font-weight: normal;
		color: #666666;
		}
		
	.clipmenulink:hover {
		font-weight: bold;
		color: #666666;
		}
	
	.tableclass {
		line-height: 15px;
		}