.ueberschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #9B0000;
	text-decoration: none;
	font-style: oblique;
	border:#990000 double thick;
	position:relative;
	min-width:50px;
	max-width:80%;
}
.unterschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9B0000;
	font-style: italic;
}
.absatz {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9B0000;
}
.absatzklein {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #9B0000;
}
.absatz14px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9B0000;
}
.absatz2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9B0000;
}
a:link {
	text-decoration: underline;
	color: #9B0000;
}
a:visited {
	text-decoration: underline;
	color: #9B0000;
}
a:hover {
	text-decoration: none;
	color: #9B0000;
}
a:active {
	text-decoration: none;
	color: #DC8329;
}
body {
background-color:#FBFED3;
}
#link2 a:link {
	color:#9B0000;
	text-decoration:none;
	background-color:#ffe983;
}
#link2 a:visited {
	color:#9B0000;
	text-decoration:none;
	background-color:#ffe983;
}
#link2 a:hover {
	color:#FF0000;
	text-decoration:none;

}


#popup_grauen {
background:#333333;
filter:alpha(opacity=90);
opacity: 0.90;
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
}

#popup_terminbearbeiten {
background:#FFF3B0;
width: 800px;
min-height: 430px;
position: absolute;
top:10px;
left:50%;
margin-left:-400px;
text-align:center;
border:thin solid #FF0000;
}

#popup_grauen2 {
height:100%; 
background-color:#000000; 
width:100%; 
position:fixed; 
top:0px; 
left:0px; 
z-index:1; 
filter:Alpha(opacity=50); 
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50, FinishOpacity=50, Style=2)";
}