@charset "utf-8";
/* CSS Document */

* { padding: 0;
	margin: 0;
	}
	
body {
	background: #fdfefe url(../images_de/bg.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	}
	

#wrapper {	
	background: url(../images_de/contentexpandbg.gif) repeat-y;
	width: 948px;
	margin: 0 auto;
	}
	
#contentwrap {	
	background: url(../images_de/contentbg.gif) no-repeat top;
	width: 948px;
	padding: 5px 0;
	}	
	
#contentbottom {
	background: url(../images_de/contentfooter.gif) no-repeat;
	width: 948px;
	height: 16px;
	font-size: 0;
	}	

#language {
	width: 870px;
	margin: 5px auto;
	text-align: right;
	font-size: 9px;
	color: #666666;
	}

#language a {
	text-decoration: none;
	color: #666666;
	}

#language a:hover {
	text-decoration: none;
	color: #3333CC;
	}	
	
#menu {
	width: 920px;
	font-size: 14px;
	line-height:normal;
	margin: 15px auto 0 auto;
	font-weight: bold;
	}
	
#menu span {
	text-transform: uppercase;
	}	

html>body #menu {
	width: 913px;
	}
	
#header {
	width: 897px;	
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images_de/headerbg.jpg) no-repeat;
	}
	

#post_wrapper {
	width: 857px;
	margin: 20px auto;
	color: #666666;
	font-size: 14px;
	}
	

#buypagewrapper {
	width: 897px;	
	margin: 0 auto;
	margin-top: 15px;
	}	
	
#buypagecolumnone {
	width: 550px;
	float: left;	
	font-size: 14px;
	padding-right: 10px;
	}
	
#buypagecolumntwo {
	width: 320px;
	float: right;	
	padding-left: 10px;
	background: url(../images_de/en/buy_pagebg.jpg) top left no-repeat;
	border-left: 1px #c8c8c8 solid;
	}
	
#post_wrapper small {
	font-size: 10px;
	}

#post_wrapper a:link {
	text-decoration: underline;
	color: #666666;
	}	

#post_wrapper a:hover {
	text-decoration: none;
	}	
	
#content_post {
	width: 538px;
	float: left;
	}	

.widepost h1 {
	margin-top: 20px;
	color: #333366;
	font-size: 1.7em;	
	}	

.widepost p {
	text-align: justify;
	}

.widepost table {
	margin: 0 auto;
	}

.widepost td p {
	margin: 3px 0 3px 15px;
	}	

.widepost ul{
	margin-left: 50px;
	}

.widepost ul li{
	margin-bottom: 15px;
	}	

#content_post h1 {
	color: #333366;
	font-size: 1.5em;
	}

#content_post h2 {
	color: #333366;
	font-size: 18px;	
	}
	
#post_wrapper h3 {
	font-size: 14px;	
	}







.whynew {
	width: 240px;
	margin-left: 12px;
	}

.whynew ul {
	list-style: none;
	color: #333366;
	font-size: 12px;	
	}
	
.whynew ul li {
	padding: 0px 0 10px 20px;
	line-height: 15px;
	background: url(../images_de/tick2.jpg) top left no-repeat;
	}


.copetohope {
	color: #1c1475;	
	}

.copetohope h1 {
	font-size: 25px;
	}
	
.copetohope ul {	
	margin: 20px 0 0 235px;
	list-style: none; 
	font-size: 16px; 
	color: #666666;
	}	

.copetohope ul li {		
	background: url(../images_de/bluesquare.gif) no-repeat; 
	padding: 0 0 0 15px;
	margin: 0 0 12px 0;
	}












.pagetwobullet {
	width: 95%;
	margin: 0 auto;
	}

.pageonebullet ul {
	margin: 30px 0 0 0px;
	list-style: none;
	color: #333366;
	font-size: 1em;	
	}
	
.pageonebullet ul li {
	padding: 0px 0 0 20px;
	margin: 18px 0 0 0;
	background: url(../images_de/checkbullet.gif) top left no-repeat;
	}	
		
		
.pagetwobullet ul {
	margin: 0px 0 0 0px;
	list-style: none;
	color: #666666;
	font-size: 1em;	
	}

.pagetwobullet ul li ul li {
	list-style: disc;
	background: none;
	margin: 5px 30px;
	padding: 0;
	}	
	
.pagetwobullet ul li {
	padding: 0px 0 10px 30px;
	margin: 18px 0 0 0;
	background: url(../images_de/tick.gif) top left no-repeat;
	}				

#sidebar {
	width: 297px;
	float: left;	
	padding: 0 10px;
	border-left: 1px #c8c8c8 solid;
	}	

#sidebar ul {
	list-style: none;
	}

#sidebar ul li {
	list-style: square;
	margin: 15px; 
	}		

.burabura {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	}
	
#footer {	
	width: 948px;
	margin: 10px auto;
	text-align: center;
	font-size: 10px;
	color: #666666;
	}	

#footer a {
	color: #666;
	text-decoration: none;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */	

  /* <![CDATA[ */
    #subscription { width: 272px; margin: 0 auto;}
  /* ]]> */
  
  
.videoholder {
	text-align: center; 
	width: 620px; 
	margin: 0 auto 15px auto; 
	background: #feebfc; 
	padding: 15px;
	color: #fff;
	}

#optionpay1 {
	width: 500px; 
	margin: 0 auto; 
	border: 3px #010080 solid; 
	padding: 15px; 
	}