tr.taxe {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}
span.taxe {
	font-weight: bold;
}
li {
	margin-bottom: 10px;	
}
fieldset table {
	margin:5px;
	width: 100%;
	border: 0px;
}
fieldset {
	padding:10px;
}
table {
	margin:0pt;
	border-collapse:collapse;
	table-layout:fixed;
	padding:0pt;
	font-size:11px;
}
table,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align:top;
	table-layout:fixed;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
}
td.first {
	width: 200px;
}
input,textarea,select {
	margin-right:2px;
	background-color:white;
	border:1px solid black;
	padding:2px;
}
textarea,select,input[type="text"] {
	width:200px;
}
input:focus,select:focus,textarea:focus {
	background-color:#ffe8b5;
	color:black;
} 
textarea {
	height:80px;
}
.normalinput {
	width: auto;
}

body {
	font-size:10px;
	font-family:Verdana,Tahoma,Arial;
}
.menu {
	text-align:center;
	height:40px;
	vertical-align:middle;
}
.sponsor {
	text-align:center;
	height:40px;
	font-weight:normal;
	font-size:10px;
	vertical-align:middle;
}
a:link {
	color:#000099;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
a:active {
	color:#000099;
	text-decoration:none;
}
input.analyse {
	width:65px;
	padding-right:5px;
	text-align:right;
}
input.edit {
	border:1px solid red;
	background-color:white;
	color:black;
	font-weight:bold;
	width:65px;
}
input.show {
	border:1px solid #000099;
}
.hinweis {
	border:1px solid red;
	background-color:white;
	color:black;
	padding:5px;
	margin-top:5px;
	visibility:hidden;
	display:none;
}
.hinweis:before { content:url(info.png)" "; }

h1 {
	color:white;
	background-color: #000099;
	font-size:14px;
	padding:5px;
	border: 1px solid blue;
	
}