* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    background: #f5f5f5;
    font-family: arial, sans-serif;
}

div#wrapper {
	position: relative;
    min-height: 100%;
}

/* IE Win < 7 only \*/ * html #wrap {
    height: 100%;
}

/* end IE Win < 7 only */
div#header {
    /*     background: white;
     clear: both;
     height: 100px;
     padding: 1px; */
    text-align: center;
    background: #333388; /* #2F5E99; #404040 none repeat scroll 0% 50%; */
    clear: both;
    height: 80px;
    padding: 1px;
    font-family: arial, sans-serif;
}

div#header h1 {
    font-family: arial, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 3px;
}

div#header h3 {
    font-family: arial, sans-serif;
    color: white;
    font-weight: normal;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
}


#content {
	margin: 0px auto;
	max-width: 64em;
    min-width: 1000px;
}

div#left {
    float: left;
    margin-top: 30px;
    width: 150px;
    background: #f5f5f5;
    border: 0px solid gray;
}

div#right {
    float: right;
    width: 150px;
    background: #f5f5f5;
    border: 0px solid gray;
}

div#middle {
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    /*padding: 30px 10px 2px 180px; */
    /* margin: 50px; */
    width: 820px;
    background: #f5f5f5;
	margin-bottom: 100px;
}

div#footer {
	position: relative;	
    float: left;
    height: 50px;
    margin-top: -50px;
    width: 100%;
    color: black;
    background: #f5f5f5;
}

div#left a {
	padding: 10px;
    margin: 5px 0px;
    background-image: url(navi.png);
    background-position: left top;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1em;
    display: block;
}

div#left a, div#left a:link, div#left a:visited {
    text-decoration: none;
}

div#left a:hover {
    text-decoration: underline;
}

span.desc {
    color: #111111;
    font-weight: normal;
    font-size: 0.9em;
}

h1 {
    font-weight: bold;
    font-size: 1.2em;
    color: #000066;
    margin-top: 0px;
    margin-bottom: 0px;
}

table {
    margin-top: 20px;
    margin-bottom: 20px;
}

table tr td img {
    margin-left: 50px;
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
}

div#footer p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 0.8em;
}

a.agreement {
    font-family: arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: normal;
    color: black;
	text-decoration: underline
}

a.agreement:hover {
	color: blue;	
}

a.downloadnow {
    font-family: arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 120%;
    line-height: normal;
    color: black;
	text-decoration: none;
}

a.downloadnow:hover {
    color: black;
	text-decoration: underline;
}


div#footer p a {
    padding: 5px;
    font-family: arial, sans-serif;
    color: black;
}

div#footer p a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

a.none {
    background: transparent none repeat scroll 0% 50%;
    padding-right: 0px;
}

a strong {
    border-bottom: 1px solid #444444;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

ul {
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    padding-left: 1em;
}

li {
    margin: 0;
    padding: 0;
    font-weight: bold;
	font-size: 0.9em;
}

div.changes h1 {
    margin-top: 20px;
    margin-bottom: 0px;
	font-size: 16px;
}

div.changes h4 {
    margin-top: 8px;
    margin-bottom: 3px;
	font-size: 15px;
}

div.changes ul li {
    font-weight: normal;
	font-size: 14px;
}

div.download {
    margin-top: 40px;
    margin-bottom: 0px;
}

div.aboutdownload p {
    color: #000000;
    font-weight: normal;
	font-size: 16px;	
	font-family: arial, sans-serif;
}

div.buyLink {
	position:relative; width:auto;
}


div.downloadLink {
	position:relative; width:auto;
}

div.downloadLink a {
	padding: 0px;
    color: black;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

div.downloadLink a img {
	border: 0px;
}

div.downloadLink a span {
	cursor: pointer;	
	position:absolute; top:14px; left:55px;
}

div.downloadLink a:hover span {
	text-decoration: underline;
    color: black;
}


div.buyLink a {
	padding: 0px;
    color: black;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

div.buyLink a img {
	border: 0px;
}

div.buyLink a span.title {
	cursor: pointer;
	position:absolute; top:6px; left:55px;
}

div.buyLink a span.price {
	cursor: pointer;
    font-weight: normal;
	font-size: 14px;
	position:absolute; top:26px; left:55px;
}

div.buyLink a:hover span.title {
    color: black;
	text-decoration: underline;
}

.vat {
    color: #000000;
    font-weight: normal;
	font-size: 12px;	
	font-family: arial, sans-serif;	
}





