*
{
	padding: 0;
	margin: 0;
} 

body
{
	margin: 10px;
    background-color: white;
    font-size: 80%;
    font-family: Verdana, Tahoma;
    text-decoration: none;
    text-align: center;
}

div#outer
{
    border-color: #C09933;
    border-width: 2px;
    border-style: solid;
    font-size: 100%;
    background-color: white;
    width: 651px;
    margin-left: auto;
    margin-right: auto;
}

div#logo
{
  height: 52px;
}

img#logo
{
	border: 1px solid white;
}

div#menu
{
    height: 30px;
	width: 647px;
    border-color: gold;
    border-width: 1px;
    border-style: solid;
    background-image: url("images/menu-background.png");
    background-repeat: repeat-x;
    margin: 1px;
}

div#footer
{
    height: 30px;
	width: 647px;
    border-color: gold;
    border-width: 1px;
    border-style: solid;
    background-image: url("images/menu-background.png");
    background-repeat: repeat-x;
    margin: 1px;
}

/*
	See http://www.jakpsatweb.cz/css/css-vertical-center-solution.html for details.
*/
div.valignHack1
{
	display: table;
	#position: relative;
	overflow: hidden;
}

div.valignHack2
{
	#position: absolute;
	#top: 50%;
	#left: 0%;
	#width: 100%;
	display: table-cell;
	vertical-align: middle;
}

div.valignHack3
{
	#position: relative;
	#top: -50%;
}

/*
	Main menu
*/
ul#mainMenu
{
	list-style: none;
	position: relative;
	padding: 5px;
}

#mainMenu li
{
	margin: 0 0.2em;
	float: center;
	display: inline;
}

a
{
	color: #CC0000;
}

a:visited
{
	color: #CC9933;
}

#mainMenu a
{
	padding: 5px;
	text-decoration: none;
}

#mainMenu a:hover
{
	border: 1px solid #C09933;
	padding: 4px;
	text-decoration: none;
	background-color: #FFEABF;
}

#mainMenu a:visited
{
	color: #CC0000;
}

span#copyrightNotice
{
	font-size: 80%;
}

div#content
{
	padding: 5px;
}

div.contentWithGutter
{
	margin-left: 2.5cm;
	text-indent: 0px;
}

.contentWithGutter p
{
	text-indent: 0 !important;
}

.contentWithGutter img.icon
{
	float: left;
	margin-left: -1.5cm;
}

span.smallPrint
{
	font-size: 80%;
}

p.teaserButtons
{
	text-align: right !important;
}

a.moreInformation
{
    height: 25px;
    width: 151px;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url("images/button-more-information.png");
    background-repeat: no-repeat;
}

a.moreInformation:hover
{
    background-image: url("images/button-more-information-active.png");
}

a.purchaseAndDownload
{
    height: 25px;
    width: 201px;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url("images/button-purchase-and-download.png");
    background-repeat: no-repeat;
}

a.purchaseAndDownload:hover
{
    background-image: url("images/button-purchase-and-download-active.png");
}

a.download
{
    height: 25px;
    width: 131px;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url("images/button-download.png");
    background-repeat: no-repeat;
}

a.download:hover
{
    background-image: url("images/button-download-active.png");
}

a.purchase
{
    height: 25px;
    width: 131px;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url("images/button-purchase.png");
    background-repeat: no-repeat;
}

a.purchase:hover
{
    background-image: url("images/button-purchase-active.png");
}

a.support
{
    height: 25px;
    width: 126px;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url("images/button-support.png");
    background-repeat: no-repeat;
}

a.support:hover
{
    background-image: url("images/button-support-active.png");
}

h1
{
    color: #990000;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
}

h1.left
{
    text-align: left;
}

h2
{
    color: #990000;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

h2.left
{
    text-align: left;
}

h3
{
    color: #990000;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

h3.left
{
    text-align: left;
}

#content p
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: justify;
}

P.descr
{
    margin-left: 2.5cm;
    text-indent: 0;
    text-align: justify
}

P.abstract
{
    margin: 5px;
    text-indent: 0.2cm;
    text-align: justify;
}

P.abst
{
    margin: 5px;
    text-indent: 0.0cm;
    text-align: justify;
    font-weight: bold;
}

P.purchase
{
    vertical-align: middle;
    border-color: gold;
    border-width: 1px;
    border-style: solid;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    text-align: center;
    background-color: floralwhite;
    padding-bottom: 10px;
    padding-top: 10px;
}

P.centered
{
	text-align: center !important
}

P.img
{
    text-indent: 0;
    text-align: center !important
}

TABLE.purchase
{
    border-color: gold;
    background-color: floralwhite;
    border-width: 1px;
    border-style: solid;
    font-size: 100%;
    margin: 5px;
}

SPAN.title
{
    color: #990000;
    text-indent: 0;
    font-weight: bold;
    font-size: 125%;
}

SPAN.version
{
    font-size: 80%
}

SPAN.emboss
{
    letter-spacing: 0.4mm;
    color: #400000
}

SPAN.price
{
  font-family:Georgia,Verdana;
  font-size:20pt;
  color:red
}

SPAN.figure
{
    font-size: 80%
}

SUP
{
    font-size: 10pt;
    font-weight: bold
}

IMG.icon
{
    margin-left: 1cm
}

UL
{
	text-align: justify !important;
	margin-left: 1cm !important;
	margin-right: 5px !important;
}

LI
{
	list-style: disc outside !important;
}
