/* CSS Document */

body {
	background: #f5f5f5;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
}

.schrift_wtext {
	color: #f5f5f5;
	text-decoration:none
}

/*.box{
position:absolute;
top:15%;
left:15%;
right:15%;
width:70%;
height:70%;
}
*/

a:link {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

.border_top_bottom {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.border_right {	border-right: 1px solid #666666; }

.tabelle_80px {
  height: 80px;
}

