@charset "utf-8";
* {font-family:Arial,Helvitica,sans-serif}
img {border:none;}

a:link    {color:#18479b; text-decoration:underline;} /* 0000ff*/ 
a:visited {color:#18479b; text-decoration:underline;} /*800000*/ 
a:hover   {color:#18479b; text-decoration:none;} /*ff6600*/ 
a:active  {color:#18479b; text-decoration:underline;} /*0000ff*/ 

body  {
	font:12px Verdana,Arial,Helvetica,sans-serif;
	background:#f1f9fc; /* #425C8C */
    background-repeat: repeat-x;
	background-position: center top;
	background-image:url(images/background_clouds.jpg);
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* centers pagecontainer in IE 5. Text is set to left in the #pagecontainer selector */
	color:#444;

}

#pagecontainer { 
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin:5px auto; /* the auto margins (in conjunction with a width) center the page */

	text-align:left; /* this overrides the text-align: center on the body element. */
	border:1px solid #dcdcdc;
} 

#header {font-family:Arial,Helvitica,sans-serif}
#header #sitetitle {margin:-30px 0 0 0; padding:0; font-size:25px; font-weight:bold; color:#000;}
#header #sitesubtitle1 {margin:0; padding:0 0 0 0; font-size:18px; font-weight:bold; color:#000;}
#header #sitesubtitle2 {margin:0; padding:3px 0 15px 0; font-size:13px; font-weight:bold; color:#666;}
#header .addfavorite {text-align:right; margin:0 10px 0 0;}
#header .addfavorite a:link, 
#header .addfavorite a:visited {font-weight:bold; font-size:12px;}

#header #menubar{position:relative; display:block; height:23px; font-size:13px; font-weight:bold; background:transparent url(images/bgOFF.gif) repeat-x top left; 
font-family:Verdana,Arial,Helvitica,sans-serif; border-bottom:1px solid #d9d9d9;}
#header #menubar ul{margin:0 0 0 70px; padding:0; list-style-type:none; width:auto; }
#header #menubar ul li{display:block; float:left; margin:0 -1px 0 0; border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9; }
#header #menubar ul li a{display:block; float:left; color:#18479b; text-decoration:none; padding:3px 20px 0 20px; height:20px;}
#header #menubar ul li a:hover,
#header #menubar ul li a.current{color:#18479b; background:transparent url(images/bgON.gif) repeat-x top left; text-decoration:underline;}

#header #nav a:hover,
#header .addfavorite a:hover {color:#ff6600; text-decoration:underline;}
#header #ribbon {margin:0; padding:0; border-top:1px double #7B5A10; border-bottom:1px double #7B5A10;}
#header #ribbon div {margin:1px 0; padding:3px; background:#D4A017; color:white; font-weight:bold; font-size:15px;}
#header .datum {
	margin:0 10px 50px 0;
	padding:0;
	color:#666666;
	font-weight:normal;
	font-size:11px;
	text-align:right;
}

#maincontent { 
	float:left; /* since this element is floated, a width must be given */
	width:780px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0;
	padding:10px 0 30px 0;
	text-align:left;
	border-right:1px solid #dcdcdc;
} 

#sidebar1 {
	margin:0 0 0 780px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 5px 20px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 7pt;
	text-align:center;
	color:#333;
	background-color:#fafafa;
	border-left:1px solid #dcdcdc;
}
#sidebar1 #number1 {margin-top:20px; padding:0; text-align:center; vertical-align:top; }
#sidebar1 #moneyback {margin-top:30px; text-align:center; font-size:10px;}
#sidebar1 #delivery {margin:50px 10px 0 10px; text-align:center; font-size:10px;}
#sidebar1 .title {font-size:12px; font-weight:bold; color:#000;}

#sidebar1 #menu {margin:0; padding:0 0 0 5px; text-align:left; font-size:11px;}
#sidebar1 #menu .titelsub {margin:12px 0 3px 3px; padding:0; text-align:left; font-weight:bold; color:#333333;}
#sidebar1 #menu ul {margin:0; padding:0 0 0 10px; list-style-image:none; list-style-type:none}
#sidebar1 #menu li {margin:0; padding:3px 0 3px 0;} 
#sidebar1 #menu a:link    {color:#18479b; text-decoration:none;}
#sidebar1 #menu a:visited {color:#18479b; text-decoration:none;}
#sidebar1 #menu a:hover   {color:#18479b; text-decoration:underline;}
#sidebar1 #menu a:active  {color:#18479b; text-decoration:none;}

#footer {
	margin:0;
	padding:10px 0 20px 0;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	color:#555555;
	background:#fafafa;
	border-top:3px double #dcdcdc;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .links {margin:10px 0 0 0; padding:0; font-size:12px;}
#footer .email {margin:5px 0 0 0; padding:0; font-size:11px; font-style:italic;}
#footer .copyright {margin:15px 0 0 0; padding:0; }
#footer .allume {margin:15px 0 0 0; padding:0; color:#696969; font-size:11px; font-style:italic;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.grotelink {font-size:16px; font-weight:bold;}
stuffitvak2
ul, ol {margin:5px 0 0 25px; padding:0;}
li {margin:0 0 3px 0; padding:0;}

.tablemargin {margin:5px 0 10px 7px; padding:0;}
.borders {border-left:1px solid #243C7E; border-right:1px solid #243C7E;}

.prodtitle {margin:-7px 5px 0 5px; padding:0; line-height:100%; font-size:26px; font-weight:bold; font-style:italic; font-family:Arial,Helvetica,sans-serif; color:#425790;}
.prodtitle .reg {font-size:14px;} 
.prodtitle .versie {font-size:26px; color:#000;}

.prodtitleklein {margin:-3px 5px 0 5px; padding:0; line-height:100%; font-size:21px; font-weight:bold; font-style:italic; font-family:Verdana,Helvetica,sans-serif; color:#425790;}
.prodtitleklein .versie {font-size:21px; color:#000;}

.accessanything {margin:0; color:#606060; font-size:10px; font-weight:normal; font-style:italic; text-align:center;}
.descr_expander,
.descr_standard, 
.descr_deluxe {margin:4px 0 0 0; padding:3px; font-size:12px; font-weight:bold; text-align:center; color:#ffffff;}
.descr_expander {background:#999999;}
.descr_standard {background:#827839;}
.descr_deluxe {background:#E66C2C;}
.extratext {margin-top:10px; color:#000000; font-size:14px; font-weight:normal; text-align:center;}

.pricetag {color:#000; font-size:12px; font-weight:normal; text-align:left; }
.price    {color:#404040; font-size:14px; font-weight:normal; text-align:left; }
.price .priceold {color:#303030; font-size:17px; font-weight:normal; text-align:left; text-decoration:line-through; }
.price .pricenew {color:#FF0000; font-size:14px; font-weight:bold; text-align:left; }

.learnmore {font-size:12px; font-weight:normal; text-align:left;}
.nextstep {margin-top:7px; font-size:14px; font-weight:normal; text-align:center;}
.nextstep .subtext {margin:1px 0 0 0; font-size:10px; color:#444;}

.expander {font-size:11px; position:static; margin:0; padding:0 0 2px 0;}

.stuffitvak {height:240px;}
.stuffitvakrechts {height:297px;}
.stuffitvak2 {height:48px;}
.stuffitmac {height:360px;}
.stuffitwin {height:370px;} 
.zipmagic {height:740px;}

.freetrial {margin:0; padding:0; background:#ffffff; color:#000000; font-size:14px; font-weight:normal;}
.freetrial .titel {margin:-4px 0 0 0; line-height:100%; font-size:20px; }
.freetrial .downloadlink {margin-top:2px; font-size:12px;}

.quote {padding:0; margin:0; font-size:16px;}
.list_quote {margin:0; padding:0; list-style:none;}
.list_quote li {background:url(images/bul_blacksquare.jpg) no-repeat 0 7px; padding:0 0 3px 10px; font-size:12px;}

.keyfeatures {margin:0 0 5px 0; padding:0 0 5px 0; font-size:14px; font-weight:bold; color:#000000; border-bottom:1px solid #000066; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.keyfeatures_wrapper {background:url(images/bg_261.jpg) repeat-y; padding:10px 15px 0 10px; height:510px;}
.keyfeatures_sub {color:#202020; font-size:12px; font-weight:bold; margin-top:10px;}

.upgradeleft, .upgraderight {font-size:12px; text-align:center;}
.upgradeleft h1, .upgraderight h1 {color:#ff0000; font-size:12px;}
.upgraderight {padding:0 0 0 5px;}

.coupon {margin:1px 0 0 0;  padding:6px 0 5px 0; font-size:17px; font-weight:normal; color:#000000; background:#ffffaa; border-top:3px double #dcdcdc;border-bottom:3px double #dcdcdc; text-align:center;}
.coupon .sub {margin:2px 0 0 0; color:#696969; font-size:11px; font-style:italic;}
.coupon2 {margin:5px 0 0 5px; padding:0; color:#303030; font-weight:normal; font-style:italic; text-align:center; font-size:11px; font-family:Arial, Helvetica, sans-serif;}

.red, .redb {color:#ff0000;}
.redb {font-weight:bold;}
.redbg, .redbgb {color:#ffffff; background-color:#ff0000;}
.redbgb {font-weight:bold;}

.yelbg, .yelbgb {color:#000; background-color:#FFFF00;}
.yelbgb {font-weight:bold;}
.yellightbg {color:#333333; background-color:#ffffaa;}

h1, h2, h3, h4, h5, h6, .h1sub {padding:0; font-family:Verdana,Arial,Helvetica,sans-serif; font-weight:bold; background:#fff;}
h1     {margin:5px 0 0 0; color:#444; font-size:22px; text-align:center;}
.h1sub {margin:5px 0 0 0; color:#555; font-size:13px; text-align:center;}
h2     {margin:5px 0 0 0; color:#444; font-size:19px; text-align:center;}
h3     {margin:5px 0 5px 10px; color:#444; font-size:16px; text-align:left;}
h4     {margin:25px 0 0 0; color:#444; font-size:13px; text-align:left;}

.pagetext {margin:5px 30px 5px 20px; font-size:12px; color:#444; text-align:left; line-height:1.5;}

.blueseperator {border-top:3px double #dcdcdc; margin-bottom:10px;}

.no-longer-exist {background-color: #eee !important; color: #999;}
