/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0;
	padding:0;
	background:#fff url('img/body.gif') repeat-x;
	font-family:'Verdana','Arial','Helvetica',sans-serif;
	font-size: 13px;
	color: #666;
}

h1, h2, h3 {
	font-family:'Trebuchet MS','Arial','Helvetica',sans-serif;
	color:#000;
}

h1 {
	font-weight:normal;
	font-size:237%;
}

a {
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#1777b1;
}

a:hover {
	border-bottom:none;
	color:#ff7400;
}

img {
	border:3px solid #7f7772;
}

img.left {
	float:left;
	margin:6px 15px 0 0;
}

img.right {
	float:right;
	margin:6px 0 0 15px;
}

img.noborder {
	border:0;
}

/* Formulare */
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input[type=text], input[type=password], textarea, select {
	font-family:'Verdana','Arial','Helvetica',sans-serif;
	font-size: 13px;
	color:#1777b1;
	border:1px solid #eee;
	border-bottom:1px solid #1777b1;
}

input[type=text]:active, input[type=text]:focus,
input[type=password]:active, input[type=password]:focus,
textarea:active, textarea:focus, select:active, select:focus {
	color:#ff7400;
	border-bottom-color:#ff7400;
}

var, samp {
	font-family:inherit;
	font-style:normal;
	color:#099;
}

kbd {
	font-family:inherit;
	font-style:normal;
	color:#000;
	border:1px outset #000;
	background-color:#aaa;
	padding:0 2px;
}

code {
	display:block;
	margin:1em;
	padding:0.6em;
	background-color:#eee;
	border:1px dotted #ccc;
	font-family:'courier new',monospaced;
	font-size:85%;
    white-space:pre;
    overflow:auto;
}

ins {
	display:block;
	margin:0.4em 0.4em;
	padding:0 0 0 10px;
	border-left:3px dotted #ccc;
	text-decoration:none;
	font-style:italic;
}

blockquote {
	min-height:40px;
	margin:0.6em 1.6em;
	padding:0.4em 0.4em 0.4em 40px;
	font-style:italic;
	background:url('img/quoteopen.png') no-repeat left bottom;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

blockquote p {
	margin:0;
	padding:0.2em 0;
	line-height:1.4em !important;
}

blockquote cite {
	font-style:normal;
	font-size:90%;
	color:#aaa;
}

tr th, tr td {
	padding:0.2em 0.5em;
	font-size:85%;
}

tr th {
	font-weight:bold;
	text-align:left;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

tr td {
}

tr.even td, tr:nth-child(odd) td, li.even {
	background-color:#eee;
}

tr:hover td {
	background-color:#ffc;
}


p.center {text-align:center !important;}
p.small, span.small {font-size:70% !important;}

.bg1 {background:url('img/blob1.gif') no-repeat left bottom;}
.bg2 {background:url('img/blob2.gif') no-repeat left bottom;}
.bg3 {background:url('img/blob3.gif') no-repeat left bottom;}
.bg4 {background:url('img/blob4.gif') no-repeat left bottom;}
.bg5 {background:url('img/blob5.gif') no-repeat left bottom;}
.bg6 {background:url('img/menu.gif') no-repeat right bottom;}
.bg7 {}


.list {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.list li {
	padding-left:10px;
	background:url('img/list.gif') no-repeat left 0.6em;
}

ul.blind {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

ul.design1 li {
	padding:0.5em 0.5em;
	border-bottom:1px dotted #ccc;
}

ol.paras li {
	padding-bottom:1em;
}

/* Header */

#header {
	width:760px;
	height:150px;
	margin:0 auto;
	background:url('img/header.gif') no-repeat;
}

#header h1, #header p {
	margin:0;
	margin:0;
	font-weight:normal;
	color:#000;
}

#header h1 {
	float:left;
	padding:58px 0 0 12px;
	text-transform:lowercase;
	line-height:72px;
	font-size:72px;
}

#header p {
	float:right;
	padding:102px 0 0 0;
	text-transform:uppercase;
	font:bold 11px 'Trebuchet MS','Arial','Helvetica',sans-serif;
}

#header p a {
	font-size:167%;
}

#header p a strong {
	font-weight:inherit;
	color:#d20039;
}

#header a {
	border:none;
	color:#000;
}

/* Page */

#page {
	width:760px;
	margin:0 auto;
}

/* Content */

#content {
	float:right;
	width:519px;
}

#content p, #content ul, #content ol {
	font-size:85%;
	line-height:1.8em;
}

#content p.indent {
	margin-left: 2.5em;
}

#content p.breadcrumbs {
	margin:0 0 2.1em;
	padding:0 0 0.3em 15px;
	line-height:1em;
	border-bottom:1px dotted #dcdcdc;
	background:url('img/breadcrumb.gif') no-repeat left center;
}

#content p.breadcrumbs a {
	border:none;
}

#content p.breadcrumbs strong {
	font-weight:normal;
}

#content p.abstract {
	font-weight:bold;
}

#content p.errormsg {
	line-height:1.2em;
	color:#f00;
	font-weight:bold;
}

#content p.warning {
	background:url('img/warning.png') no-repeat 5px 5px;
	background-color:#ffa;
	border:1px solid #999;
	padding:5px 5px 5px 60px;
	min-height:45px;
	line-height:1.3em;
	font-size:80%;
	border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}

#content p.tip {
	background-color:#ffc;
	border:1px solid #999;
	padding:5px 5px 5px 5px;
	line-height:1.3em;
	font-size:80%;
	border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}
	        
#content .hidden {
	display:none;
}

/* Sidebar */

#sidebar {
	float:left;
	width:200px;
	padding:0 20px 0 0;
	border-right:1px dotted #dcdcdc;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding:5px 10px;
	background:url('img/list.gif') no-repeat 0 10px;
	border-top:1px dotted #dcdcdc;
}

#sidebar li li.first {
	border-top-color:#fff;
}

#sidebar h2 {
	height:40px;
	padding:20px 0 0 40px;
	text-transform:lowercase;
	font-size:167%;
}

#sidebar a {
	border:none;
}

#sidebar a:hover {
	border-bottom:1px dotted #666;
}

/* Footer */

#footer {
	clear:both;
	height:150px;
	padding:20px 0 0 0;
	background:#000;
}

#footer p {
	background:#000;
	margin:0;
	text-align:center;
	font-size:85%;
}

#footer a {
	border:none;
	color:#ccc;
}

#footer a:hover {
	color:#fff;
}

#legal {
}

#links {
}

#news li {
	padding:0;
	margin:0 0 0.5em;
	margin-left:2.5em;
	text-indent:-2.5em;
    background:none;
}


/* Content-Elements */

#toc {
	background-color:#eee;
	border-radius:5px;
	float:right;
	font-size:85%;
	max-width:40%;
	padding:1em;
}

#toc ol {	
	line-height:1.5em;
	margin:0;
	padding:0 0 0 2.5em;
}


a.sec {font-style:italic;}
a.common {background:url('img/common.png') no-repeat left center; padding-left:15px;}
a.excel {background:url('img/excel.png') no-repeat left center; padding-left:15px;}
a.external {background:url('img/external.png') no-repeat right center; padding-right:15px;}
a.odt {background:url('img/odt.png') no-repeat left center; padding-left:15px;}
a.pdf {background:url('img/pdf.png') no-repeat left center; padding-left:15px;}
a.wikipedia {background:url('img/wikipedia.png') no-repeat right center; padding-right:15px;}
a.word {background:url('img/word.png') no-repeat left center; padding-left: 15px;}
a.zip {background:url('img/zip.png') no-repeat left center; padding-left:15px;}

.checkmarked {background:url('img/icon-16/checkmark.png') no-repeat right center; padding-right:19px;}

code span.keyword {font-weight:bold; color:#919}
code span.func {color:#919}
code span.str {color:#00f}
code span.var {color:#0a0}
code span.rem {font-style:italic; color:#999;}

p.legal {background-color:#eee; border:1px dotted #dcdcdc;}
p.cc-by-nc {background:#eee url('img/cc-by-nc.png') no-repeat 5px center; padding-left:100px;}
p.cc-by-sa {background:#eee url('img/cc-by-sa.png') no-repeat 5px center; padding-left:100px;}
p.cc-by-nc-sa {background:#eee url('img/cc-by-nc-sa.png') no-repeat 5px center; padding-left:100px;}




/* Styles von Plugins */

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: left; line-height:120% }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('./img/plugins/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
 
