/* [standard.css] - Style Sheets Datei (c)2003 Christian Streitlein */

/*------ hide border of images ------*/
img {border-style: none; border-width: 0px;}

/* -Einstellungen */
body {
	scrollbar-base-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-arrow-color:#0000FF;
	scrollbar-shadow-color:#FFFFFF;
	background-color:white;
	font-family:verdana;
	color:black;
	background-image:  url(#); 
	background-repeat: no-repeat;
	background-attachment:fixed; 
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

/* Allgemeine Linkfarben und -eigenschaften */
A:link { /* Ein normaler Link */
	color: #666699;
	text-decoration: none;
	font-size:9pt;

}
A:visited { /* Ein besuchter Link */
	color: #666699;
	text-decoration: none;
	font-size:9pt;
}
A:active {  /* Ein angewählter Link */
	color: #333366;
	text-decoration: none;
	font-size:9pt;
}
A:hover { /* Maus über einem Link */
	text-decoration: underline;
	font-size:9pt;
}
/* Designer Tabellen */
td.sub {
	background-color: #ffffff;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-top: #003399 1 solid;
	border-right: #003399 1 solid;
	border-left:  #003399 1 solid;
	border-bottom: #003399 1 solid;
}
td.subr {
	background-color: #ffffff;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-top: #003399 1 solid;
	border-right:  #003399 1 solid;
	border-bottom: #003399 1 solid;
}
td.subl {
	background-color: #ffffff;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-top: #003399 1 solid;
	border-left:  #003399 1 solid;
	border-bottom: #003399 1 solid;
}	
td.head {
	background-color: #003399;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-right:  #003399 1 solid;
	border-left: #003399  1 solid;
	border-top: #003399 1 solid;
	border-bottom: #003399 1 solid;
}
td.flow {
	background-color:#f7f7f7;
	padding-bottom : 2px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 3px;
}
td.flow2 {
	background-color:#dedfdf;
	padding-bottom : 2px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 3px;
}
/* Tabellenfeld (Farbe) 1 */
td.td1 {
	background-color:#f7f7f7;
	height:30px;
}

/* Tabellenfeld (Farbe) 2 */
td.td2 {
	background-color:#dedfdf;
	height:30px;
}

/* Schriftarten */
font.standard { /* Standardschrift */
	font-family:verdana;
	font-size:9pt;
	color:#000000;
}
font.fett { /* Standardschrift fett */
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
}
font.rot { /* Standardschrift in rot */
	font-family:verdana;
	font-size:9pt;
	color:#FF0000;
}
font.blau { /* Standardschrift in blau */
	font-family:verdana;
	font-size:9pt;
	color:#8080ff;
}
font.weis { /* Standardschrift in blau */
	font-family:verdana;
	font-size:9pt;
	color:#ffffff;
}
/*------  Formular  ---------------*/
.textfeld{
	font-family : Verdana,  Arial, Helvetica, sans-serif; 
	font-size : 10px;	
	color: #000000;
	width:300px;
	height:60px;
	background-color : #ffffff; 
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-right:  blue 1 solid;
	border-left: blue  1 solid;
	border-top: blue 1 solid;
	border-bottom: blue 1 solid;
	}
.input{
	font-family : Verdana,  Arial, Helvetica, sans-serif; 
	font-size : 10px;	
	color: #000000;
	height:20px;
	width:200px;
	background-color : #ffffff; 
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-right:  blue 1 solid;
	border-left: blue  1 solid;
	border-top: blue 1 solid;
	border-bottom: blue 1 solid;
	}
.input100{
	font-family : Verdana,  Arial, Helvetica, sans-serif; 
	font-size : 10px;	
	color: #000000;
	height:20px;
	width:100px;
	background-color : #ffffff; 
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-right:  blue 1 solid;
	border-left: blue  1 solid;
	border-top: blue 1 solid;
	border-bottom: blue 1 solid;
	}
.input300{
	font-family : Verdana,  Arial, Helvetica, sans-serif; 
	font-size : 10px;	
	color: #000000;
	height:20px;
	width:300px;
	background-color : #ffffff; 
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border-right:  blue 1 solid;
	border-left: blue  1 solid;
	border-top: blue 1 solid;
	border-bottom: blue 1 solid;
	}
.button{
	font-family : Verdana,  Arial, Helvetica, sans-serif; 
	font-size : 12px;	
	color: #003399;  
	background: #f7f7f7; 
	width: 100px;
	border-right:  black 1 solid;
	border-left: grey  1 solid;
	border-top: grey 1 solid;
	border-bottom: black 1 solid;
	}	

.select{
	font-family : Verdana,  Arial, Helvetica, sans-serif; 
	font-size : 10x;
	color: #000000;
	background-color : #ffffff; 
	border-right:  blue 1 solid;
	border-left: blue  1 solid;
	border-top: blue 1 solid;
	border-bottom: blue 1 solid;
	}