@CHARSET "UTF-8";

html {
	height: 100%
}
body {
	background-color: #ffffff;
	
	margin: 1em;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 1em;
	
	scrollbar-3dlight-color: #666666;
	scrollbar-highlight-color: white;
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: #66666;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: #cccccc;
	
	color: #000000;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

/* Globale Styles */
img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img.m {
	display: inline;
	vertical-align: baseline;
	margin-right: 1px;
}
small {
	font-size: 80%;
}
em {
	font-style: italic;
}
code, input, textarea, kbd, pre {
	font-family: "DejaVu Sans Mono", "Lucida Console", monospace;
	font-size: 105%;
}
select, button,
input[type="submit"], input[type="reset"], input[type="button"] {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
code, kbd {
	color: #303339;
	padding-right: 1px;
	letter-spacing: 0.5px;
}
code.detailinfo, a code.detailinfo, a:visited code.detailinfo {
	color: #909399;
}
a code, a kbd {
	color: #4488bb;
}
a:visited code, a:visited kbd {
	color: #3377aa;
}
kbd { /* Computer UI Element */
	font-variant: small-caps;	
	word-spacing: -0.2em;
}
pre {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Links - kein Rahmen */
a {
	text-decoration: none;
	outline: none;
	border: 0px;
	color: #3399cc;
}
a:visited {
	color: #336699;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	color: #3399ff;
	text-decoration: none;
	outline: none;
}

/* Standard-Link / mit Rahmen */
a.default {
	border: 1px solid transparent;
	padding-left: 1px;
	padding-right: 1px;
}
a.default:link {
	text-decoration: none;
}
a.default:visited {
	text-decoration: none;
}
a.default:hover {
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}
a.default:active {
	border: 1px solid #3399ff;
}
a.no-visited:visited {
	color: #3399cc;
}

.no-deco {
	font-weight: normal;
	text-decoration: none;
}


h1, h2, h3, h4, p, ul, ol, dl, pre,
.content,
p.compact {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
h1 { 
	font-size: 32px;
	line-height: 44px;
	padding-bottom: 8px;
}
h2 { 
	font-size: 24px; 
	line-height: 34px;
	padding-bottom: 8px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 4px;
}
h4, p, li, dl {
	font-size: 12px;
	line-height: 22px;
}
h4 {
	padding-top: 24px;
	font-weight: bold;
}
p, li, dt, pre {
	padding-top: 8px;
}
hr {
	margin-top: 20px;
}
h4.kompakt, h3+h4, h2+h4, h3+div.marg+h4 {
	padding-top: 8px;
}
ul, ol {
	padding-left: 40px;
}
ul {
	list-style-type: square;
}
li ul, table ul {
	list-style-type: circle;
}

.antiquated {
	color: #999999;
}
