/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image:url(img/back.jpg);
	color: #777777;
	padding: 0px;
	margin: 0px;
	margin-left:40px;
	margin-right:40px;
	margin-top:0px;
}

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

a.white:link { text-decoration: bold; color:#EAEAEA; font-size: 11px;}
a.white:active {	text-decoration: bold; color:#EAEAEA; font-size: 11px;}
a.white:visited { text-decoration: bold; color:#EAEAEA; font-size: 11px;}
a.white:hover {	text-decoration: underline; color:#FFFFFF; font-size: 11px;}

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

}

.schoenetabelle, td{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px ;
	border-collapse: separate;
}


th {	text-align: left;}
h1 {	font-size: 20px;	color: #FFC600;}
h2 {	font-size: 18px;	color: #AAAAAA;}
h3 {	font-size: 16px;	color: #000000;}
h4 {	font-size: 14px;	color: #000000;}
h5 {	font-size: 12px;	color: #000000;}
h6 {	font-size: 12px;	color: #777777;}

.warning { font-weight: bold; color: #FF0000;}
.success { font-weight: bold; color: #00CC00;}
.footer { font-size: 9px; color: #777777; }
.bold {
	font-weight: bold;
}

.tab {
	margin-left:20px;
	margin-right:20px;
}

.info {
	font-style: italic;
}
.preis {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;

}
.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; 
}

