/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    background-color: #4161AA;
    color: black;
    padding: 0px;
    margin: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

a:link { text-decoration: none; color:#4161AA;}
a:active {	text-decoration: none; color:#4161AA;}
a:visited { text-decoration: none; color:#4161AA;}
a:hover {	text-decoration: none; color:#E00000;}

a.menu:link { text-decoration: bold; color:#336666;}
a.menu:active {	text-decoration: bold; color:#336666;}
a.menu:visited { text-decoration: bold; color:#336666;}
a.menu:hover {	text-decoration: bold; color:#E00000;}



img {	border: 0px;}
table, td, th, tr {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	vertical-algin: top;
}

th {	text-align: left;}
h1 {	font-size: 20px;	color: #006666;}
h2 {	font-size: 18px;	color: #006699;}
h3 {	font-size: 16px;	color: #006699;}
h4 {	font-size: 14px;	color: #006699;}
h5 {	font-size: 12px;	color: #000000;}
h6 {	font-size: 11px;	font-weight: normal;	color: #000000;}

.warning { font-weight: bold; color: #FF0000;}
.success { font-weight: bold; color: #00CC00;}

.bold {
	font-weight: bold; color: #000000;
}
.blink {
	font-weight: bold; color: #000000; text-decoration:blink;
}
.datum {
	font-size: 9px;
	background-color: #cccccc;
}
.highlight {
	font-size: 12px;
	font-weight:bold;
	background-color: #FFE846;
}
.datum2 {
	font-size: 9px;
	background-color: #cccccc;
}
.tab {
	margin-left:20px;
	margin-right:20px;
}

.customer_menu { background-color:#CCCC99; padding:4px;  }

.info {
	font-style: italic;
	color:#999999;
}
.query_table {
	margin: 4px;
	padding: 4px;
	border: 1px solid black;
}
.button { 
   font-size: 11px;
   background-color:#FFFFFF; 
   color:#336666; 
   height:18px;
   border:1px solid #336666; 
}
.textfeld { 
   font-size: 11px;
   background-color:#FFFFFF; 
   color:#336666; 
   height:16px;
   border:1px solid #336666; 
}
