@import url("rte.css");
@import url("menu.css");
@import url("ie.css");
@import url("jwcalendar.css");

img             {
                     border: 0;             
                   }

body		{
		width: 100%;
		height: 100%;
		margin: 0;
		border: 0;
		padding: 0;
            	font-family: Arial;
         	background-color: #fffff;
		overflow: hidden;			   	/* Scrollbalken im Fenster unterbinden */
		}
table    	{
                border-width: 5px 5px 5px 5px;
		border-spacing: 2px;
		border-style: outset outset outset outset;
		border-color:#2025FB;
		border-collapse: separate;
		background-color: white;
                 width: 100%;
		}
th	{
                 border-width: 0px 0px 0px 0px;
		padding: 2px 2px 2px 2px;
		border-style: dotted dotted dotted dotted;
		border-color: ;
		background-color: rgb(250, 240, 230);		-moz-border-radius: 3px 3px 3px 3px;
                 }
td		{
                 border-width: 0px 0px 0px 0px;
		padding: 2px 2px 2px 2px;
		border-style: dotted dotted dotted dotted;
		border-color: ;
		background-color: #b8c5f8;
		-moz-border-radius: 3px 3px 3px 3px;
		}

th.ueberschrift	{
	       colspan:2;
                border-width: 0px 0px 0px 0px;
		padding: 2px 2px 2px 2px;
		border-style: dotted dotted dotted dotted;
		border-color: ;
		background-color: rgb(250, 240, 230);
		-moz-border-radius: 3px 3px 3px 3px;
                 }



#oben	        {
		text-align:center;
                 color:#0000FF;
         	font-weight:bold;
         	font-size:25px;
		}

#untertitel      {
		text-align:center;
                 color:#0000FF;
         	font-weight:bold;
         	font-size:12px;
		}

#obenlinks 	{
         	position: absolute;
	        top: 5px;                  /* Abstand zum oberen Fensterrand */
	        left: 0;                 /* Abstand zum linken Fensterrand */
	        width: 300px;            /* Blockbreite */
	        height: 100px;
	        background-color: #ffffff;
	        background-image: url(../Grafiken/logo300px.png);
	        background-repeat: no-repeat;
	        overflow: hidden;       /* Scrollbalken unterbinden */
                 z-index: 6;
		}
#oben 		{
         	position: absolute;
	        top: 5px;                 /* Abstand zum oberen Fensterrand */
	        left: 300px;            /* Abstand zum linken Fensterrand */
	        right: 50px;            /* Abstand zum rechten Fensterrand */
                 width: 100%;
                 height: 100px;          /* Blockhöhe */
	        padding: 0;             /* Interpretation Boxmodell! */
		margin-right: 90px ;
	        background-color: #fffff;
	        background-image: url(../Grafiken/Zierleiste.jpg);
	        background-repeat:repeat;
	        overflow: hidden;       /* Scrollbalken unterbinden */
	        z-index: 5;		
		}

#oben .titel {
		margin-top:25px;
		margin-right: 350px;		/* Abstand des Inhalts zum Blockrand */
         	text-align: center;
         	font-weight:bold;
         	font-size:25px;
             }
#oben .utitel {
		margin-top:10px;
		margin-right: 350px;		/* Abstand des Inhalts zum Blockrand */
                 text-align: center;
         	font-weight:bold;
         	font-size:15px;


		}
#obenrechts 	{
         	position: absolute;
	        top: 5px;                  /* Abstand zum oberen Fensterrand */
	        right: 0;                 /* Abstand zum rechten Fensterrand */
	        width: 50px;                  /* Blockbreite */
	        height: 100px;
	        background-color: #ffffff;
	        background-image: url(../Grafiken/obenrechts.png);
	        background-repeat: no-repeat;
	        overflow: hidden;       /* Scrollbalken unterbinden */
	        z-index: 6;
		}
#menu 		{
         	position: absolute;
	        top: 105px;             /* Abstand zum oberen Fensterrand */
	        left: 5px;                /* Abstand zum linken Fensterrand */
	        bottom: 0px;            /* Abstand zum unteren Fensterrand */
	        width: 240px;           /* Blockbreite */
	        background-color: #ffffff;
	        border-top:0px dashed #000000;
	        overflow: hidden;               /* Scrollbalken, falls notwendig */
	        z-index: 5;
		}


#menuoben 	{
                 position: absolute;
	         top: 105px;                 /* Abstand zum oberen Fensterrand */
	      # left: 315px;            /* Abstand zum linken Fensterrand */
	        right: 0px;            /* Abstand zum rechten Fensterrand */
               # width: 150px;
                 height: 18px;          /* Blockhöhe */
	        padding: 0;             /* Interpretation Boxmodell! */
		margin-right: 17px ;
	        background-color: transparent;
	        overflow: hidden;       /* Scrollbalken unterbinden */
	        z-index: 7;		/* höchste z-Ebene! */
		}


#menuContent	{
		 margin-left:5px;		/* Abstand des Inhalts zum Blockrand */
                 margin-top:50px;
                 }
#inhalt 		{
		position: absolute;
		top: 125px;		/* Abstand zum oberen Fensterrand */
		left: 241px;		/* Abstand zum linken Fensterrand */
		bottom: 1px;		/* Abstand zum unteren Fensterrand */
		right: 5px;		/* Abstand zum rechten Fensterrand */
margin:0;
		overflow: auto;		/* Scrollbalken, falls notwendig   */
                 z-index: 6;
		}
#inhalt .inhaltDiv{
		margin: 0px;		/* Abstand des Inhalts zum Blockrand */
		 }


#LAST {
           clear: both;
	   margin-top: 400px;
           margin-left: 20px;
           width: 230px;
           height: 200px;
           background-color:  #ffffff;
           text-align: center;
}

#LAST.inhaltDiv
{
 font-size: 8px;
}

#oben.zentriert { background-color:#0000FF; align:center;}
