* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #006;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mit {
	background-color: #006;
	color: #FFF;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}

	h4 {font-size: 24px;	}
 a:link { 	text-decoration: none;  }
.button {
	color: #F8F7F5;
	b-ackground-color: #00C;
	background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #999999;
	border-right-color: #99999;
	border-bottom-color: #99999;
	border-left-color: #999999;
	padding: 8px;
	}
.button:hover {
transition: all 0.3s ease-out 0s;
background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	color: #D6D6d6;
	b---ackground-color: #3939CC;
	b----ackground-color: #09F;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #009;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #009;
	text-decoration: none;
		}
.button-rot {
 	color: #F8F7F5;    
background: #efc5ca; /* Old browsers */
background: -moz-linear-gradient(top,  #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc5ca), color-stop(50%,#d24b5a), color-stop(51%,#ba2737), color-stop(100%,#f18e99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	padding: 8px;
}

.button-rot:hover {
transition: all 0.3s ease-out 0s;
 	color: #F8F7F5;    
background: #efc5ca; /* Old browsers */
background: -moz-linear-gradient(top,  #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc5ca), color-stop(50%,#d24b5a), color-stop(51%,#ba2737), color-stop(100%,#f18e99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #009;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #009;
	text-decoration: none;
	padding: 8px;
}

#buybuttonzeile {
	width: 900px;
	m---argin-bottom: 220px;
	margin-top: 20px;
	height: 110px;
	clear: left;
	float: none;
	text-decoration: none;
	}

.dvdbutton {
  font-size: 22px;
  float: left;
	width: 435px;
	margin-top: 20px;
	height: 90px;
	text-decoration: none;
	}
.downloadbutton {
  font-size: 22px;
  float: right;
	width: 435px;
	margin-top: 20px;
	height: 90px;
	text-decoration: none;
	}

#buybuttonzeile-400 {
	width: 400px;
	m---argin-bottom: 220px;
	margin-top: 20px;
	height: 110px;
	float: left;
	text-decoration: none;
	}

.cover {
	background-image: url(../hetidvd/bip10-lang.jpg);
	background-position: -1000px -302px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverbip2 {
	background-image: url(../hetidvd/bip2sc.jpg);
	height: 603px;
	width: 900px;
	
	background-repeat: no-repeat;
}

.coverbip3 {
	background-image: url(../hetidvd/bip3sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	background-repeat: no-repeat;
}

.coverbip4 {
	background-image: url(../hetidvd/bip4sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	background-repeat: no-repeat;
}

.coverbip5 {
	background-image: url(../hetidvd/bip5q.jpg);
	background-position: 197px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverbip6 {
	background-image: url(../hetidvd/bip6lang.jpg);
	background-position: -1417px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverbip7 {
	background-image: url(../hetidvd/bip7l.jpg);
	background-position: -1000px -302px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverbip8 {
	background-image: url(../hetidvd/bip8l.jpg);
	background-position: -1000px -302px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coverbip9 {
	background-image: url(../hetidvd/bip9-lang.jpg);
	background-position: -1000px -302px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coverbip10 {
	background-image: url(../hetidvd/bip10-lang.jpg);
	background-position: -1000px -302px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverbl8 {
	background-image: url(../hetidvd/bl8sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverbl9 {
	background-image: url(../hetidvd/bl9q.jpg);
	background-position: 197px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverbl10 {
	background-image: url(../hetidvd/bl10lang.jpg);
	background-position: -1000px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covergm15 {
	background-image: url(../hetidvd/gm15sc.jpg);
	height: 603px;
	width: 900px;
	background-repeat: no-repeat;
}

.covergm16 {
	background-image: url(../hetidvd/gm16sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covergm17 {
	background-image: url(../hetidvd/gm17sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covergm18 {
	background-image: url(../hetidvd/gm18q.jpg);
	background-position: 197px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}
		
.covergm19 {
	background-image: url(../hetidvd/gm19lang.jpg);
	background-position: -1417px -300px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covergm20 {
	background-image: url(../hetidvd/gm20lang.jpg);
	background-position: -1000px -300px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covergm21 {
	background-image: url(../hetidvd/gm21lang.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covergm22 {
	background-image: url(../hetidvd/gm22l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covergm23 {
	background-image: url(../hetidvd/gm23l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covergm24 {
	background-image: url(../hetidvd/gm24l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covergm25 {
	background-image: url(../hetidvd/gm25l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covergm26 {
	background-image: url(../hetidvd/gm26l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covergm27 {
	background-image: url(../hetidvd/gm27l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covergm28 {
	background-image: url(../hetidvd/gm28l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covergm29 {
	background-image: url(../hetidvd/gm29l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covergm30 {
	background-image: url(../hetidvd/gm30-lang.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coverh1 {
	background-image: url(../hetidvd/h1sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverh2 {
	background-image: url(../hetidvd/h2sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverh3 {
	background-image: url(../hetidvd/h3q.jpg);
	background-position: 197px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverh4 {
	background-image: url(../hetidvd/h4lang.jpg);
	background-position: -1417px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverh5 {
	background-image: url(../hetidvd/h5lang.jpg);
	background-position: -1000px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverh6 {
	background-image: url(../hetidvd/h6lang.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverh7 {
	background-image: url(../hetidvd/h7l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coverh8 {
	background-image: url(../hetidvd/h8l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverh9 {
	background-image: url(../hetidvd/h9l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverh10 {
	background-image: url(../hetidvd/h10l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverh11 {
	background-image: url(../hetidvd/h11-lang.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covermf1 {
	background-image: url(../hetidvd/mf1l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covermf2 {
	background-image: url(../hetidvd/mf2l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covermf3 {
	background-image: url(../hetidvd/mf3l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covermf4 {
	background-image: url(../hetidvd/mf4l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covermf5 {
	background-image: url(../hetidvd/mf5l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covermf6 {
	background-image: url(../hetidvd/mf6l.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covermf7 {
	background-image: url(../hetidvd/mf7-lang.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.covermf8 {
	background-image: url(../hetidvd/mf8-lang.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coveron {
	background-image: url(../hetidvd/onsc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverpa2 {
	background-image: url(../hetidvd/pa2sc.jpg);
	height: 603px;
	width: 900px;
}


.coverpa3 {
	background-image: url(../hetidvd/pa3l.jpg);
	height: 603px;
	width: 900px;
	background-position: -1000px -302px;
	border: 3px ridge #999;	
}

.coverpa4 {
	background-image: url(../hetidvd/pa4l.jpg);
	height: 603px;
	width: 900px;
	background-position: -1000px -302px;
	border: 3px ridge #999;	
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coverpa5 {
	background-image: url(../hetidvd/pa5l.jpg);
	height: 603px;
	width: 900px;
	background-position: -1000px -302px;
	border: 3px ridge #999;	
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverpa6 {
	background-image: url(../hetidvd/pa6l.jpg);
	height: 603px;
	width: 900px;
	background-position: -1000px -302px;
	border: 3px ridge #999;	
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.coverpa7 {
	background-image: url(../hetidvd/pa7l.jpg);
	height: 603px;
	width: 900px;
	background-position: -1000px -302px;
	border: 3px ridge #999;	
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 

}
.coverpis4 {
	background-image: url(../hetidvd/pis4sc.jpg);
	height: 603px;
	width: 900px;
}

.coverpis5 {
	background-image: url(../hetidvd/pis5sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}
.coverpis6 {
	background-image: url(../hetidvd/pis6l.jpg);
	height: 603px;
	width: 900px;
	background-position: -1000px -302px;
	border: 3px ridge #999;	
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverps4 {
	background-image: url(../hetidvd/ps4sc.jpg);
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverta3 {
	background-image: url(../hetidvd/ta3sc.jpg);
	height: 603px;
	width: 900px;
}

.coverta4 {
	background-image: url(../hetidvd/ta4lang.jpg);
	background-position: -1417px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverta5 {
	background-image: url(../hetidvd/ta5lang.jpg);
	background-position: -1000px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coverta6 {
	background-image: url(../hetidvd/ta6lang.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coverta7 {
	background-image: url(../hetidvd/ta7-lang.jpg);
	background-position: -1000px -302px;
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.covertt6 {
	background-image: url(../hetidvd/tt6sc.jpg);
	height: 603px;
	width: 900px;
	background-repeat: no-repeat;
}

.covertt7 {
	background-image: url(../hetidvd/tt7sc.jpg);
	height: 603px;width: 900px;border: 3px ridge #999;background-repeat: no-repeat;
}


.covertt8 {
	background-image: url(../hetidvd/tt8sc.jpg);
	height: 603px;width: 900px;border: 3px ridge #999;	background-repeat: no-repeat;
}

.covertt9 {
	background-image: url(../hetidvd/tt9q.jpg);
	background-position: -197px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}
.covertt10 {
	background-image: url(../hetidvd/tt10ang.jpg);
	background-position: -1417px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covertt11 {
	background-image: url(../hetidvd/tt11lang.jpg);
	background-position: -1000px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covertt12 {
	background-image: url(../hetidvd/tt12lang.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.covertt13 {
	background-image: url(../hetidvd/tt13l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 
.covertt14 {
	background-image: url(../hetidvd/tt14l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 

.covertt15 {
	background-image: url(../hetidvd/tt15l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 

.covertt16 {
	background-image: url(../hetidvd/tt16l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 
.covertt17 {
	background-image: url(../hetidvd/tt17l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 

.covertt18 {
	background-image: url(../hetidvd/tt18l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 
.covertt19 {
	background-image: url(../hetidvd/tt19l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 

.covertt20 {
	background-image: url(../hetidvd/tt20l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
              transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 
.coverwt1 {
	background-image: url(../hetidvd/wt1-lang.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 
.coveryc1 {
	background-image: url(../hetidvd/yc1l.jpg);
	background-position: -1000px -302px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
} 
.coveryst1 {
	background-image: url(../hetidvd/yst1q.jpg);
	background-position: -197px -300px;	
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coveryst2 {
	background-image: url(../hetidvd/yst2lang.jpg);
	background-position: -1417px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coveryst3 {
	background-image: url(../hetidvd/yst3lang.jpg);
	background-position: -1000px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
}

.coveryst4 {
	background-image: url(../hetidvd/yst4l.jpg);
	background-position: -1000px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coveryst5 {
	background-image: url(../hetidvd/yst5l.jpg);
	background-position: -1000px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coveryst6 {
	background-image: url(../hetidvd/yst6l.jpg);
	background-position: -1000px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}

.coveryst7 {
	background-image: url(../hetidvd/yst7l.jpg);
	background-position: -1000px -300px;		
	height: 603px;
	width: 900px;
	border: 3px ridge #999;
	transform:rotate(-12deg);
	  -ms-transform:rotate(-12deg); 
 	 -moz-transform:rotate(-12deg); 
 	 -webkit-transform:rotate(-12deg); 
 	 -o-transform:rotate(-12deg); 
}
.platz {height: 603px;width: 900px;}
.text {z-index: 100;float: left;padding-top: 600px;font-family: Arial, Helvetica, sans-serif;font-size: 30px;	}
.uhg2 { margin-top: -90px;}