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: #00529A;
		}
	
	p {
		margin-top: 0px;
		margin-bottom: 5px;
		}
	
	#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;
		}
	
	#custmenuline {
		z-index: 2;
		position: absolute;
		top: 147px;
		left: 207px;
		width: 573px;
		}
	
	#tarifmenuline {
		z-index: 2;
		position: absolute;
		top: 178px;
		left: 217px;
		width: 553px;
		height: 40px;
		}
		
	#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: 320px;
		 overflow: auto;
		 }

	#contentboxmenu {
		position: absolute;
		left: 110px;
		bottom: 9px;
		width: 445px;
		height: 30px;
		}

	#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;
		}
	
	#hidemenu {
		position: absolute; 
		top: 10px; 
		left: 200px; 
		height: 230px; 
		width: 580px;
		z-index: 1;
		}
	
	.adbox {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 120px;
		}
	
	.musicbox {
		margin-top: 10px;
		}
		
	.impressum {
		margin-top: 10px;
		}
	
	.blue {
		color: #00519A;
		}
		
	.red {
		color: #E2091A;
		}
		
	.orange {
		color: #F14F11;
		}
		
	.green {
		color: #439D2B;
		}
		
	.menulink {
		color: #666666;
		}
		
	.clipmenulink {
		position: relative;
		top: 2px;
		line-height: 16px;
		font-weight: normal;
		color: #666666;
		}
		
	.clipmenulink:hover {
		position: relative;
		top: 2px;
		line-height: 16px;
		font-weight: bold;
		color: #666666;
		}
	
	.menuactive {
		color: #00519A;
		font-weight: bold;
		}
	
	.pricetable {
		line-height: 14px;
		width: 95%;
		text-indent: 2px;
		}
		
	.toprow {
		background: #E2091A;
		color: #FFFFFF;
		font-weight: bold;
		}
		
	.secrow {
		background: #918E8E;
		font-weight: bold;
		}
	
	.contenttext {
		width: 95%;
		}
	
	.contentboxmenu {
		font-size: 10px;
		}
	
	.tinytext {
		font-size: 9px;
		width: 95%;
		}