﻿/* Default Style Sheet */
/* (c) Ulrich Kulle, Hannover*/
/*---------------------------------------------*/

/*possible scroll bar properties MS IE 5.5*/
/*scrollbar-3d-light-color : red      */
/*scrollbar-arrow-color	 : yellow     */
/*scrollbar-base-color : green        */
/*scrollbar-dark-shadow-color : orange*/
/*scrollbar-face-color : purple       */
/*scrollbar-highloight-color : black  */
/*scrollbar-shadow-color : blue		  */

/*BODY-tag Steuermöglichkeit		  */
/*margin-top:0px; margin-left=0px;    */

a {
	font-size: 10pt;
}

a:visited {color: Blue;text-decoration: none;font-weight: bold;font-size: 10pt}
a:link    {color: #800080;text-decoration: none;font-weight: bold;font-size: 10pt}
a:hover	 {color: #FF0000;text-decoration: underline;font-weight: bold;font-size: 10pt}
a:active  {color: #FF0000;text-decoration: none;font-weight: bold;font-size: 10pt}

html, body {
/* scrollbar */
	scrollbar-base-color: #A88000;
	scrollbar-arrow-color: yellow;
 }

body {
/* scrollbar */
	font-family: Verdana;
	background: #ffffff;
	margin-left : 0px;
	margin-top: 0px;
	margin-right: 0px;
}

form {
margin-left : 10px;
}

hr{
 border: 0px; 						/* Für Firefox und Opera */
 border-top: solid 1px #FFCC00;		/* Stricbreite, Farbe */
 border-bottom: transparent;
 margin-left : 10px;
 margin-right: 10px;
}

h1 {
	background-image: url(images/site/verlauf-gelb.png);
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	margin-left : 10px;
	margin-right: 10px;
}

h2 {
	background-image: url(images/site/verlauf-blau.png);
	background-repeat: repeat-y;	
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	margin-left : 10px;
	margin-right: 10px;
}

h3 {
	background-image: url(images/site/verlauf-rot.png);
	background-repeat: repeat-y;
	color:white;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	margin-left : 10px;
	margin-right: 10px;
}
h4 {
	background-image: url(images/site/verlauf-gelb.png);
	background-repeat: repeat-y;	
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-left : 10px;
	margin-right: 10px;
	background-repeat: repeat-y;
}

h5{
	background-image: url(images/site/verlauf-blau.png);
	background-repeat: repeat-y;	
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-left : 10px;
	margin-right: 10px;

}

h6 {
	background-image: url(images/site/verlauf-rot.png);
	background-repeat: repeat-y;	
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-left : 10px;
	margin-right: 10px;
}

li {
font-family: Verdana, Arial, Helvetica;
font-size:10pt;
line-height:13pt;
margin-left : 10px;
}
p {
font-family: Verdana, Arial, Helvetica;
font-size:10pt;
line-height:13pt;
margin-left : 10px;
margin-right: 10px;
}
/* note box */
p.note {
	background-color : #FFFFCC;
	border : 1px solid #FFCC00;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}
/* used in tutorial */
p.tip {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin-left : 10%;
	padding : 6px 6px;
	width : 90%;
}
/* pre note box */
pre {
	background-color : #FFFFCC;
	border : 1px solid #FFCC00;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}
table.sitemap {
margin-left: 10px;
}
table.color{
	width : 95%;
	margin-left : 10px;
	cell-spacing=2;
	padding : 10;
}
table.code {
margin-left:10px;
}

table.top {
background-image: url(images/site/help-info_logo_3px.jpg);
margin-left:0px;
margin-top:0px;
}

td.siteheader {
	background-color:#E10033;
	COLOR:white;
	padding-left:3px;
} 

td {
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
	line-height:13pt;
}
td.color {
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
	background-color : #FFFFCC;
}
tr {
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
}
tr.color {
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
	background-color : #FFFFCC;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
}
ul{
	list-style-image : url(images/site/list_arrow.gif);
}
ul.extlinklist {
	list-style-image : url(images/site/extlink.gif);
	list-style-position : outside;
}
ul.bullet-square-green {
	list-style-image : url(images/site/gbullet.gif);
	list-style-position : outside;
}
ul.download {
	list-style-image : url(images/site/download.gif);
	list-style-position : outside;
}