﻿	H1 
	{
	font-size: 14px;
	font-weight:  bold;
	}

	H2 
	{
	font-size: 14px;
	font-weight:  bold;
	}
	
	H3 
	{
	font-size: 12px;
	font-weight:  bold;
	text-decoration: underline;
	}
	
	H4 
	{
	font-size: 12px;
	}

	body 
	{
	color: #000000;
	background-color: #f5f5f5;
	margin: 0px 0px 0px 0px;
	}
	
	html 
	{
    height:101%;
    }
 
	.mastermain
	{
	margin: 0 auto;
    width: 790px;
    }
 
	.main
	{
	float: left;
	margin-top: 0px;
	width: 790px;
    background-image: url("Bilder/MainSchattenLinksRechts.gif");
    background-repeat: repeat-y 
    }
    
	.logo
	{
	height: 110px;
	width: 780px;
	margin-left: 5px;
    }  
    
	.content
	{
	float: left;
	width: 575px;
	border-left: solid 1px #DCDCDC;
	}
  
	.footer
	{ 
	clear: left;
	margin: 0 auto;
    width: 790px;
    background-image: url("Bilder/MainSchattenUnten.gif");
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative; 
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
    }
  
	.navi
	{
	float: left;
	width: 165px;
	height: 500px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	display: inline;
	}
    
    .suche
    {
	 width: 570px;
	 height: 1%;
	}
  
	.divcalendar
	{
	float: left;
	position: relative;
	height: 250px;
	width: 160px;
	}
  
   .bildschatten 
	{
	position: absolute;
	background: url("Bilder/bildschatten214x170.png") no-repeat bottom left;
	padding: 4px 7px 11px 7px;
	}

	.bildschatten2 
	{
	position: absolute;
	background: url("Bilder/bildschatten164x220.png") no-repeat bottom left;
	padding: 4px 7px 11px 7px;
	}

    .bildschatten3 
    {
	background: url("Bilder/bildschatten414x320.png") no-repeat bottom left;
	padding: 4px 7px 15px 7px;
	}

    .bildschatten4 
    {
	background: url("Bilder/bildschatten314x420.png") no-repeat bottom left;
	padding: 4px 7px 15px 7px;
	}
	
    .bildschatten5
    {
	background: url("Bilder/bildschatten114x95.png") no-repeat bottom left;
	padding: 4px 7px 9px 7px;
	}

   .divcontent
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	position: absolute;
	}
  
   .font
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
  
   .divobjekt
    {
	border-bottom: dotted 1px #dcd7c8;
	}
   
   .calendar 
	a { text-decoration: none;}
	a:hover { text-decoration: underline; }
	
	.todaycalendar
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

	.nav
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	ul 
	{
	padding: 0;
	margin: 0;
	list-style: none;
	}
  
	ul li
	{
    position: relative;
    padding-left: 5px;
    padding-top: 10px;
    }
   
	li a
	{
	text-decoration: none;
	color: #000000;
	}

	li a:hover
	{
	color: #ff8040;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	}

	.divcontent ul
	{
	padding: 5px;
	margin: 15px;
	list-style-type: square;
	}

	.divcontent ul li
	{
    position: relative;
    padding-left: 5px;
    }
    
   .tooltip
   {
	position: relative;
	z-index: 20; 
	color: #000;
	text-decoration: underline;
	}

	a:hover
	{
	z-index: 25; 
	}

	a span
	{ /* Span Element nicht anzeigen */
	display: none;
	}

	a:hover span
	{ /* Span Element nur angezeigt beim Ueberfahren mit der Maus */
	background: #505050; /* Hintergrundbild */
	display: block; /* macht aus dem Inlineelement ein Blockelement */
	position: absolute;
	top: 1.8em; /* abstand von oben */
	left: 1.8em; /* abstand von links */
	width: 15em; /* breite */
	padding: 3px 7px; /* Innenabstand */
	border: 1px solid #ccc; /* Rahmenfarbe */
	color: #fff; /* Textfarbe */
	text-align: left; /* Textausrichtung */
	}

	a:hover span strong
	{
	color: #AC93C8; 
	}
	
	TD.f {
	WIDTH: 75px; PADDING-RIGHT: 5px; VERTICAL-ALIGN: top; FONT-WEIGHT: bold; text-align:right;
	}
	TD.v {
	VERTICAL-ALIGN: top;
	}
	TR.spacer {
	HEIGHT: 10px; FONT-SIZE: 0px;
	}