
/* Allgemein */
body { background-color:white;  margin-top: 0px; margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
	text-decoration: none ; color: black;}

/* Links */

a:link { font-weight:bold; color:#69103C; text-decoration:none }
a:visited { font-weight:bold; color:#404040; text-decoration:none }
a:hover { font-weight:bold; color:#A04171; text-decoration:none }
/*
a:active { font-weight:bold; color:#889EAB; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }
*/

a.cite:link { font-weight:bold; color:#69103C; text-decoration:none }
a.cite:visited { font-weight:bold; color:#404040; text-decoration:none }
a.cite:hover { font-weight:bold; color:#A04171; text-decoration:none }
/*
a.cite:active { font-weight:bold; color:#889EAB; text-decoration:underline }
a.cite:focus { font-weight:bold; color:#00E000; text-decoration:underline }
*/

a.ext:link { font-weight:bold; color:#3C6487; text-decoration:none }
a.ext:visited { font-weight:bold; color:#404040; text-decoration:none }
a.ext:hover { font-weight:bold; color:#5994C7; text-decoration:none }
/*
a.ext:active { font-weight:bold; color:#889EAB; text-decoration:underline }
a.ext:focus { font-weight:bold; color:#00E000; text-decoration:underline }
*/

/* Ueberschriften, Absaetze */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px; font-style: normal;
	text-decoration: none ;  color: #142735; font-weight: bold}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;
	text-decoration: none ; color: #142735; font-weight: bold}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;
	text-decoration: none ; color: #142735; font-weight: bold}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal;
	text-decoration: none ; color: #142735; font-weight: bold}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-style: normal;
	text-decoration: none ; color: #142735; font-weight: bold}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
	text-decoration: none ; color: black; text-align:justify}

/* Tabellen */
table {
        /* border: 1px solid grey;*/
        border-collapse: collapse;}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold;
	text-decoration: none ; color: black; text-align:center;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
	text-decoration: none ; color: black; text-align:left;}

/* Aufzaehlungslisten */
ul {
	list-style-image: url("/images/item.png");
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
	text-decoration: none ; color: black;
}

/* Programmcode-Bereiche */

div.code
 {border-width:1px;
  border-style:dashed;
  border-color:#CCCCFF;
  font-size: 12px;
  font-family: Courier, monospace;
  margin:0em 1em 1em 1em;
  padding:0em 1em 0em 1em;
  }

.keyword { font-weight:bold; color:#6666CC; text-decoration:none }
.operation { font-weight:bold; color:#993333; text-decoration:none }
.definition { font-weight:normal; color:#339933; text-decoration:none }
.comment { font-weight:normal; color:#999999; text-decoration:none }


/* Navigationsleiste unten */

.navigation_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #69103C;
}

table.navigation_bottom {
	border-width: 0px;
        border-collapse: separate;}

td.navigation_bottom {
	border-width: 0px}


a.navigation_bottom:link { font-weight:bold; color:#FFFFFF; text-decoration:none }
a.navigation_bottom:visited { font-weight:bold; color:#FFFFFF; text-decoration:none }
a.navigation_bottom:hover { font-weight:bold; color:#FFC45C; text-decoration:none }
/*
a.navigation_bottom:active { font-weight:bold; color:#889EAB; text-decoration:underline }
a.navigation_bottom:focus { font-weight:bold; color:#00E000; text-decoration:underline }
*/

/* Beispiele */


dl.examples{
	width: 97%;
	padding: 1%;
	float: left;
	margin-left: -1em;
	margin-bottom: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #69103C;
	display: block;
}


dl.examples dt{
	float: left;
	width: 20%;
	padding: 5px 2% 5px 2%;
	margin: 1px -1px 1px 0px;
	font-weight: bold;
	clear: left;
	background-color: #CCAAAA;
	border-top: 1px #69103C solid;
}

dl.examples dd{
	width: 72%;
	margin: 1px 0px 1px 0px;
	padding: 5px 1.5% 5px 2%;
	float: left;
	clear: none;
	border-top: 1px #69103C solid;
}


/* Haupttabelle */

#page_content{
	margin-left:27px;
	margin-right:20px;
	margin-top:2em;
	margin-bottom:2em;
	max-width:750px;
}
