
body
{
padding : 0px;
margin : 0px;
height : 100%;
width : 100%;
overflow : hidden;}

.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: 500; color: #D3D3D3}
.txt_content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: 300; color: Gray;}
.txt_titel {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: 600; color: #999999}
.txt_link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #999999; text-decoration: underline}
.txt_link_s {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #999999; text-decoration: underline}
.txt_btitel {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: 600; color: #999999;  vertical-align: top;    }
.txt_form {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: 300; color: Gray;}


a:link {  text-decoration: none; }
a:active {  text-decoration: none;  }
a:hover {  text-decoration: none; }
a:visited {  text-decoration: none; }

a.txt:link {
	text-decoration: none;	color : Silver;
	font-weight : bold;
}
a.txt:active {
	text-decoration: none;	color : Silver;
	font-weight : bold;
}
a.txt:hover {
	text-decoration: none;	color : Gray;
	font-weight : bold;
}
a.txt:visited {
	text-decoration: none;	color : #D3D3D3;
	font-weight : bold;
}

.middle {	
	vertical-align : middle;
}
