/* ******************************** */
/*     Copyright © 1999 - 2009     */
/*  by Eddie Leu - www.leoweb.ch    */
/* ******************************** */

BODY {
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-3dlight-color: #0099CC;
	scrollbar-face-color: #006699;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #006699;
	scrollbar-arrow-color: #FFFFFF;
}

/* Links */
A:link {
	color : #00639C; 
	text-decoration : none; 
}

A:visited {
	color : #00639C; 
	text-decoration: none;
}

A:focus {
	text-decoration : underline;
}

A:hover {
	text-decoration : none;
}

A:active {
	text-decoration: none;
}


/* Text */
P, B, I, OL, UL, LI  {
	font-size : 10pt; 
	font-family : Verdana, Arial, sans-serif; 
	color : #000000; 
	text-decoration : none; 
}

B {
	color : #E76B08; 
}

.TitleKlein {
	font-size : 10pt; 
	font-family : Verdana, Arial, sans-serif; 
	color : #E76B08; 
	text-align : left;
	line-height: 20px;
	font-weight: bold; 
	padding-top: 15px; 
	padding-bottom: 5px
}

H1, H2, H3, H4	{
	font-family : Verdana, Arial, sans-serif; 
	color : #E76B08; 
	text-align : left;
	font-weight: bold;
}

H3 {
	font-size : 12pt; 
	line-height: 22px
}

H2 {
	font-size : 16pt; 
	line-height: 24px
}

H1 {
	font-size : 16pt; 
	line-height: 24px
}

hr		{
	color: #000000; 
	height: 1px
}

.right {
	color : #000000; 
	text-align : right; 
}

.end {
	font-size : 10px; 
	color : #000000; 
	text-decoration : none; 
	text-align : center; 
	line-height: 12px
}

.Menue {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	font-weight: bold; 
	color: #FFFFFF; 
	list-style-image: url('images/mnuAufz.gif')
}

.zellinhalt {
	clip:  rect(   );
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px
	line-height: 18px; 
}

/* Tabellen */
TR, TH, TD	{
	font-size : 10pt; 
	font-family : Verdana, Arial, sans-serif; 
	color : #000000; 
	text-decoration : none; 
	text-align : left; 
}

TD {
	margin-left: 100;
	margin-right: 100;
}

.tblErrorBox {
	text-align: left;
	padding: 2px;
	border-color: #E76B08;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	font-weight: bold;
	color: #E76B08;
}

/* Formulare */
input, select, textarea	{
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #000000
}