/*
	Copyright (c) 2000-2009 Thomas Gerstendoerfer. All Rights Reserved.
	thomas@gerstendoerfer.com  http://www.gerstendoerfer.com
	$Id: v10.css,v 1.2 2010/01/11 15:33:13 thomas Exp $
*/

body {
	color: #000000;
	background-color: #ffffff;
	margin: 0;
}

a:link		{ color: #990000; }
a:visited	{ color: #990000; }
a:active	{ color: #0033cc; }
a:hover		{ color: #0033cc; }

img {
	border: 0;
}

img.icon {
	vertical-align: middle;
}

img.figure {
	clear: both;
	text-align: center;
	padding: 4px;
}

p, ul, li, dl, dt, dd, table, tr, td {
	margin-top: 0;
	margin-bottom: 4px;
}

body, p, ul, li, dl, dd, dt, table, tr, td, h4, blockquote {
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: normal;
}

h1, h2, h3, dt {
	font-weight: 700;
}

#header {
	margin-top: 23px;
	text-align: left;
}
#header img {
	vertical-align: middle;
}
#header h1 a {
	color: #000000;
}
#header ul, #header li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header h1, #header ul, #header li {
	display: inline;
}
#header h1 {
	font-size: 24pt;
	margin-right: 7px;
}
#header li {
	padding-right: 10px;
	margin-left: 2px;
	font-weight: 600;
}
#header li, #header li a {
	color: #ccc;
}

tr.navbar td {
	padding-top: 3px;
	padding-bottom: 0;
}
tr.navbar td.r {
	text-align: right;
}

dt {
	font-size: 12pt;
	margin-bottom: 0;
}
dd {
	margin: 0;
	margin-bottom: 8px;
}

h4 {
	font-weight: bold;
	margin-top: 6px;
}

li {
	list-style-type: disc;
}

li.download {
	list-style-image: url(images/file.gif);
}

code, pre {
	background-color: #eeeeee;
	color: #000000;
	font-family: "Andale Mono", "Lucida Console", monospace;
	font-size: 9pt;
}

h1, h2 {
	margin-top: 10px;
	margin-bottom: 0;
}

h3, h4 {
	margin: 0;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }

p, ul, li, dl, dd, table, tr, td, blockquote, .textnav, code {
	font-size: 10pt;
}

.footer, .rcsid {
	clear: both;
	font-size: 8pt;
}

.caption {
	font-size: 8pt;
}

.rcsid {
	color: #999999;
	margin-bottom: 0;
}

code {
	display: inline;
	white-space: normal;
}

pre {
	display: block;
	padding-left: 40px;
}

p.designtext {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hide {
	display: none;
}

a:active, a:hover, a:link, a:visited {
	text-decoration: none;
}

blockquote {
	font-style: italic;
	border: 1px solid #94c3d2;
	padding: 8px;
}
blockquote em {
	font-style: normal;
}

table.thumbnailtable td {
	padding: 5px;
	background-color: #eeeeee;
}

a:hover {
	text-decoration: underline !important;
}

#main, #header, .footer, .rcsid {
	margin-left:  80px;
	margin-right: 60px;
}

#main {
	clear: both;
	padding-bottom: 20px;
	padding-top: 10px;
}

ul#alternate li {
	font-size: 8pt;
}

/* multi-column templates */
div.twocol-left, div.lang-de {
	float: left;
	padding-right: 18px;
	width: 40%;
}
div.twocol-right, div.lang-en {
	float: left;
	width: 40%;
}
div.multicol,
div.twocol-left,
div.twocol-right {
	padding-top: 28px;
	padding-bottom: 21px;
}

div.sidebar {
	float:right;
	width: 180px;
}

@media print {
	body {
		color: #000 !important;
	}
	a:link, a:visited, a:active, a:hover {
		color: #000;
		text-decoration: none;
	}
	#header, #nav, #subnav, #clicknav {
		display: none !important;
	}
	#main, .footer, .rcsid {
		margin: 0;
	}
	h1 { font-size: 16pt; }
	h2 { font-size: 12pt; }
	h3 { font-size: 10pt; }
	h4 { font-size: 10pt; }
}
