body {
	background-color: #F1F1EF;
	background-image:url(/img/bg_top.gif);
	background-repeat: repeat-x;
	margin: 0 8px 0 8px;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
}

#pageholder {
	width: 829px; /* Old: 790px */
	padding: 0;
	margin: 0 auto 0 auto;
}

#head {
	height: 160px;
	text-align: right;
}

#head div.quote {
	text-align: left;
	font-family: Arial;
	margin-top: 28px;
	float: left;
	font-size: 13px;
	line-height: 17px;
	color: #757575;
}

#head div.quote em {
	color: #B0B0B0;
	font-style: normal
}

#head img {
	margin-top: 47px;
}

a.btn_register {
	display: block;
	margin-top: 22px;
	width: 150px;
	height: 15px;
	background-image:url(/img/btn_register.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}
a.btn_register:hover {
	background-image:url(/img/btn_register_a.gif);
}

a.btn_download {
	display: block;
	margin-top: 14px;
	width: 150px;
	height: 15px;
	background-image:url(/img/btn_download.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}
a.btn_download:hover {
	background-image:url(/img/btn_download_a.gif);
}

span.hrefverbose {
	/* Don't display the verbose links when viewed on screen */
	display: none;
}

div.profil {
	width: 305px;
	padding-right: 10px;
	float: left;
	margin-top: 40px;
	font-size: 85%;
	line-height: 150%;
}

div.profil div.info {
	float: right;
	width: 215px;
}

div.profil.right {
	padding-right: 0px;
}

div.profil h2 {
	border-style: none;
	margin: 0;
	padding: 0;
	font-size: 125%;
}

div.profil img {
	padding-top: 2px;
}

/* Footer links >>> */

#nav_imprint {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 20px;
	background-image: url(/img/nav_imprssm.gif);
	background-repeat: no-repeat;
}

#nav_disclaimer {
	display: block;
	position: relative;
	top: -20px;
	left: 76px;
	width: 120px;
	height: 20px;
	background-image:url(/img/nav_disclaimer.gif);
	background-repeat: no-repeat;
}

#nav_disclaimer span, #nav_imprint span {
	display: none;
}

#nav_disclaimer:hover {
	background-image:url(/img/nav_disclaimer_a.gif);
}

#nav_imprint:hover {
	background-image:url(/img/nav_imprssm_a.gif);
}

/* <<< Footer links */


a.btn_top {
	display: block;
	clear: both;
	margin-top: 26px;
	width: 72px;
	height: 10px;
	background-image:url(/img/btn_top.gif);
	background-repeat: no-repeat;
}
a.btn_top:hover {
	background-image:url(/img/btn_top_a.gif);
}

a.btn_register span, a.btn_download span, a.btn_top span {
	display: none;
}

#content {
	padding: 40px 0 0 210px; /* Old: right 171px */
	padding-bottom: 24px;
	line-height: 18px;
	/* Box Model Hack for Internet Exploder 5/Win :-( */
	width: 789px;
	/* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* End Box Model Hack */
	width: 620px;
}

#content ul, #content ol {
	margin: 2px 0 2px 0;
	padding: 0;
	width: 405px;
}

#content p + ul, #content p + ol {
	/* Reduce space between <p> and the following <ul> or <ol> */
	margin-top: -6px;
}

ul li {
	padding-left: 10px;
	list-style-type: none;
	background-image: url(/img/listbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ol li {
	padding-left: 0;
	margin-left: 24px;
	list-style-type: upper-alpha;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
	width: 420px;
}

h1, h2, h3, h4, h5 {
	color: #006;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

h2 {
	margin-top: 32px;
	padding-top: 20px;
	font-size: 15px;
	border-width: 1px;
	border-style: solid none none none;
	border-color: #C7C7C7;
	font-weight: bold;
	clear: both;
}

h3 {
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: normal;
}

h3.toc {
	/* Headline above a TOC <ul> for the contents on that page */
	margin: 18px 0 0 0;
	font-size: 13px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	margin-top: 16px;
}

h5 {
	margin-top: 6px;
	font-weight: normal;
	font-size: 12px;
	width: 420px;
	color: #212186;
}

a {
	color: #646BA2;
	text-decoration: none;
}

a:hover {
	color: #FF4C00;
}

div.sidebar {
	color: #006;
	font-size: 11px;
	clear: both;
	float: right;
	width: 179px;
	line-height: 15px;
	padding-bottom: 22px;
}

div.sidebar p {
	width: 179px;
	margin-bottom: 5px;
}

div.sidebar h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	width: 175px;
	color: #006;
}

#content div.sidebar ul {
	width: 165px;
}

div.sidebar h5:first-child {
	margin: 0;
}

/* Tables, general */
table {
	border-collapse: collapse;
	border-color: #AAA;
	border-width: 1px;
	border-style: solid none none solid;
	border-spacing: 0px;
}

th, td {
	text-align: left;
	vertical-align: top;
}

/* Tables, contact information */
table.contact {
	border-style: none;
	width: 400px;
}

table.contact td {
	padding: 2px 10px 2px 0;
	border-style: none;
}

table.contact input {
	width: 280px;
}

/* Plain table, for contact form */
table.plain {
	border-style: none;
}

table.plain td {
	padding: 8px 10px 10px 0;
	border-style: none;
	vertical-align: top;
}

table.realtable {
	border-style: none;
}

table.realtable th, table.realtable td {
	padding: 3px 10px 3px 4px;
	border-color: #AAA #F1F1EF #AAA #AAA;
	border-width: 0 5px 1px 0;
	border-style: none solid solid none;
	font-size: 10px;
}

table.realtable th {
	font-weight: bold;
	background-color: #D8D8D8;
}

table.realtable td.empty {
	border-style: none solid none none;
}

table tr.hilite  td {
	color: #FF4C00;
}
table tr.hilite a {
	color: #FF4C00;
}

table.topics {
	width: 586px;
}

table.topics th, table.topics td {
	padding: 2px 3px 2px 2px;
	font-size: 10px;
}

textarea {
	width: 400px;
}

img {
	border-style: none;
	border-width: 0;
}

#navigation {
	position: absolute;
	top: 189px;
	width: 189px; /* Old: 150px */
}

#navigation ul {
	margin: 0;
	padding: 0;

}

#navigation ul li {
 	margin: 14px 0 0 0;
	width: 189px; /* Old: 150px */
 	padding: 0;
 	font-size: 9px;
	border-color: #BFB4B4;
	border-width: 1px;
	border-style: solid none none none;
	list-style-type: none;
	background-image:none;
}

#navigation ul li a {
	display: block;
	height: 14px;
}

#navigation ul li ul li {
	width: 129px;
	margin: 0 0 0 9px;
	border-style: none;
/*	height: 14px;*/
}

#footer {
	border-width: 1px;
	border-style: solid none none none;
	border-color: #C7C7C7;
	margin: 0 auto 24px auto;
}

div.logorightcol {
	text-align: right;
	margin: 8px 8px 26px 0;
}

.dev {
	/*#todo Remove*/
	color: #A00;
	background-color: #FF3;
}

.alert {
	font-weight: normal;
	color: #F75826;
}

strong {
	font-weight: bold;
	font-style: normal;
}

.caption {
	font-size: 11px;
	font-style: italic;
	margin: 0.5em 0 0.5em 0;
}
