﻿body {
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textnormalblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:Black;
}
.textnormalred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:Red;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.ueberschriftlein {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.modalBackground {
	background-color:Silver;	
	width:400px; 
	height:300px;
	border-width:1px;
	border-color:Black;
	border-style:solid; 
	padding:20px;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 100;
	left: 40%;
	position: absolute;
	top: 35%;
	font-family:Arial;
	font-size:14px;
}
.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
.cellstyle1 { 
	border-bottom: 1px solid #000000
}
.cellstyle1 a:link {
    color: #000000;
	text-decoration: none;
}
.cellstyle1 a:visited {
    color: #000000;
	text-decoration: none;
}
.cellstyle1 a:hover {
    color: #000000;
	text-decoration: underline;
}
.cellstyle1 a:active {
    color: #000000;
	text-decoration: none;
}
