body {
	background-color:white;
	margin-left: 6px;
	margin-top: 6px;
	background: white; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: black; 
}

input.suche {
	background-color : Red;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding: 0px;
	height : 18px;
	margin: 0px;
	border-width: 1px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.rahmen {
 	vertical-align:top;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:silver;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:silver;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:silver;
}

td.rahmenlinksrechts {
 	vertical-align:top;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:silver;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:silver;
}

td.rahmenrechts {
 	vertical-align:top;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:silver;
}

td.rubrik {
	background-color: #A2A2A2;
	height: 18px;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	
}

.rubrik {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	color: White;
}

a {
	text-decoration: none;
}

a.normal {
	text-decoration: none;
	color : blue;
}
a.normal:link {}
a.normal:visited {
}
a.normal:active {}
a.normal:hover {}


a.letter {
	position:relative;
	top:-1px;
	left:-1px;
	font-size : 11px;
	color: White;
	text-decoration: none;
}

a.menu {
	font-size : 12px;
	color : Gray;
	text-decoration : none;
}


div.letter {
	position:relative;
	top:1px;
	left:8px;
	color : Silver;
	font-size : 14px;
}

.minitext { font-size: 10px; color: #000000}

.smalltext { font-size: 12px; color: #000000}

.largetext { font-size: 14px; color: #000000}

.importanttext { font-size: 14px; color: #FF0000}

.boldtext { font-weight: bold; font-size: 12px;}
