#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}

body
{
  font-family: Arial,Helvetica;
  color: #000000;
  background-image:url(images/hintergrund.png);
  margin: 0pt;
  target: center;

  text-align: center;  /* Zentrierung im Internet Explorer */

}

a:link { color:#990000; text-decoration:none }
a:visited { color:#990000; text-decoration:none }
a:hover { color:#990000; text-decoration:underline }
a:active { color:#990000; text-decoration:underline }
a:focus { color:#990000; text-decoration:underline }

#aktiverlink:link { color:#990000; text-decoration:underline }
#aktiverlink:visited { color:#990000; text-decoration:underline }
#aktiverlink:hover { color:#990000; text-decoration:underline }
#aktiverlink:active { color:#990000; text-decoration:underline }
#aktiverlink:focus { coor:#990000; text-decoration:underline }

#box_head
{
	border: 1px solid #990000;
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

th
{
	border: 1px solid #990000;
/*	background-color: #DBA6A6;*/
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: center;
}

td
{
	border: 1px solid #990000;
	text-align: left;
}

td.hidden
{
	border: none;
	vertical-align: top;
}

.calendar td.hidden
{
	border: none;
}

.calendar td
{
	border-width: 2px;
	border-style: solid;
	border-color: #DDDDDD;
	text-align: center;
}

.calendar .weekday
{
  	border: 2px solid #DDDDDD;
	font-weight: bold;
	text-align: center;
	text-align: center;
}

.calendar .heute
{
  	border: 2px dotted #DDDDDD;
	text-align: center;
	font-weight: bold;
}

.calendar .termin
{
	border: 2px solid #990000;
	text-align: center;
}

.calendar .termin_heute
{
	border: 2px dotted #990000;
	text-align: center;
	font-weight: bold;
}

#input_text
{
  border: 1px dotted #101074;
}

textarea
{
	border: 1px dotted #101074;
	scrollbar-3dlight-color: #101074;
	scrollbar-arrow-color: #101074;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #101074;
	scrollbar-face-color: #EFEFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF
}

button
{
	border: 1px dotted #101074;
	background-color: #FFFFFF;
}

.bildarea
{
	margin: 3pt;
	padding: 3pt;
	display: table;
	border: 1px solid #990000;
	background-color: #DDDDDD;
	text-align: center;
}

.bildarea span, strong
{
  margin-top: 3pt;
}

#head
{
	height: 100px;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#outer > div
{
	background-color:#FFFFFF;
}


div#outer
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1000px;
}
  
div#Inhalt
{
	margin-left: 255px;
}
  
div#Navigation
{
	float: left; 
	width: 250px;
}

div#Inhalt h2
{
	margin-top: 0em;
	margin-bottom: 0em;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	background-color: #DDDDDD;
	width: 100%;
	
	float: right;
}

div.superimportant
{
	background-image: url(images/blueblink.gif);
	width: 80%;
	padding: 5px;
}

div.superimportant div
{
	background-color: #EEEEFF;
	font-size: 18pt;
}

div.superimportant hr
{
	color: red;
}
