body {
	margin: 2px;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 24pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 15pt;
}

hr {
	color: #c0c0ff;
	border: 0px;
 	border-top: solid 1px #c0c0ff;
 	border-bottom: transparent;
}
	
pre {
	font-size: 11pt;
}

a {
	text-decoration: underline #C0C0C0;
	color: #000040;
}

img {
	border: 0;	
}

img.middle {
	vertical-align: middle;
}

img.margin {
	margin: 4px;
}

a:hover {
	text-decoration: none;
	color: #900000;
}

a.button {
	background-color: #800000;
	padding: 4px;
	border-top: solid 2px #c02000;
	border-left: solid 2px #c02000;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	color: white;
	font-weight: bold;
	
}

a:hover.button {
	background-color: #ff8040;
	color: black;
}

td {
	vertical-align: top;
}

p {
	font-size: 10pt;
}

li {
	font-size: 10pt;
	list-style-image: url("img/bullet.gif");
}

div#mainnav ul {
	width: 100%;
	height: 28px;
	background: url("img/navbg.gif") repeat-x;
	float: left;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

div#mainnav ul li {
	display: inline;
}

ol a {
	font-size: 11pt;
}

ul.nav a {
	display: block;
	height: 100%;
	float: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 15px 2px 15px;
	color: white;
	font-size: 13pt;
	font-weight: bold;
}

ul.nav a:hover {
	color: #6d6c6d;
	background: url("img/navbgh.gif") repeat-x;
}

ul.nav a.aktiv {
	color: black;
	background: url("img/navbga.gif") repeat-x;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 14px;
	padding-right: 14px;
}

div#subnav ul {
	padding: 0;
	margin: 0;
	margin-top: 6px;
}

ul.subnav a {
	text-decoration: none;
	margin-top: 8px;
	padding: 3px 15px 5px 15px;
	color: black;
	font-size: 12pt;
	font-weight: bold;
}

ul.subnav a:hover,ul.nav a.aktiv {
	color: #900000;
}

.version {
	font-size: 11pt;
	color: #000040;
}

.logo {
	width: 100%;
	background-color: white;
}

table.LAYOUT {
	padding: 0;
	border: 0px;
	background-color: white;
}

td.LAYOUTLEFT {
	min-width: 280px;
	max-width: 280px;
	width: 280px;
	border: 0px;
	vertical-align: top;
	padding-top: 10px;
}

td.LAYOUTRIGHT {
	width: 600px;
	padding: 0;
	border: 0;
	vertical-align: top;
	padding: 0;
}

.CONTENT {
	border: 1px #c0c0ff solid;
	padding: 8px;
	vertical-align: top;
	padding: 8px;
}

table.COLUMNS tr td {
	padding: 4px;
}

table.DOWNLOAD {
	border: 1px solid #808080;
	background: #ffffe0;
	box-shadow: 3px 3px 2px grey;
	width: 100%;
}

table.DOWNLOAD tr td {
	padding: 4px;
}

table.FAQ {
	border-collapse: collapse;
	border: 2px solid #808080;
	box-shadow: 1px 1px 2px grey;
	width: 100%;
}

table.FAQ th {
	border-right: 1px solid #808080;
	border-bottom: 2px solid #808080;
	padding: 4px;
	background-color: #606080;
	color: white;
}

table.FAQ td {
	font-size: 10pt;
	border: 1px solid #808080;
	padding: 4px;
	word-break: break-word;
}

table.DOWNLOADLINKS {
	margin-left: auto;
	margin-right: auto;
}

table.DOWNLOADLINKS td {
	border: 1px solid #c0c0c0;
	vertical-align: top;
}

table.SUBNAV {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
}

td.SUBNAVICON {
	width: 40px;
}

td.SUBNAVLANGUAGE {
	text-align: right;
	width: 100%;
}

.footer {
	text-align: right;
	font-size: 10pt;
}

details {
	border-bottom: 1px solid #ccc;
	padding: .5em .5em 0;
}

summary {
	font-size: 10pt;
	font-weight: bold;
	margin: -.5em -.5em 0;
	padding: .5em;
}

details[open] {
	padding: .5em;
}

details[open] summary {
	border: 2px solid #000;
	border-radius: 4px;
	margin-bottom: .5em;
	background-color: #f0f0ff;
}
