/*+-----------------------------------------------------------------------------+
  |  Ersteller: Ebermann Patrick												|
  |  Datum: 20.6.2006															|
  |  Zweck: Entwurf Neues Design FF Hompage										|	
  +-----------------------------------------------------------------------------+*/ 

/*-------------------------------------------------------------------------------*/
body#index													/* Defintionen fuer Body */		
{ 
  background-image: url(bgwhite.png);  			/* Hintergrundbild */
   font-family: Arial;				 			/* Standartschriftart */
  font-size: 14px;
 
}
body#bilderbox
{
  font-family: Arial;				 			/* Standartschriftart */
  font-size: 14px;
  background-color:#FFFFFF;
 
}

body
{
  font-family: Arial;				 			/* Standartschriftart */
  font-size: 14px;
  background-color:#F0F0F0;
 
}

/*-------------------------------------------------------------------------------*/
div#base   							/* Definitionen fuer Mainbox (DiV ~ Bereich) */
{
  margin: 20px 20px; 			/* Aussenabstand: oben/unten links/rechts */
  width: 800px; 				/* Breite in Pixel */
  height: 925px;				/* Hoehe in Pixel */
  padding: 0;   				/* Abstand von Text zu Boxrand */
  background-color: #FFFFFF; 	/* Hintergrundfarbe: weiss */
  border: 1px solid silver;		/* Rahmen: dicke still farbe; */

}
/*-------------------------------------------------------------------------------*/
div#headline								   /* Definietionen fuer Headline-Box*/
{
    font-family: Arial;			/* Standartschrift */
    margin: 20px 20px;      	/* Abstand zu Mainbox von links: oben/unten links/rechts*/ 
	position: absolute;			/* Position absolute an Mainbox */
	width: 750px; 				/* Breite in Pixel */
    height: 75px;				/* Hoehe in Pixel */
    text-align: center;			/* mittelbuendig */
    background-image:url(bgblue.png);/* Hintergrundfarbe */
	border: 0px solid black;	/* Rahmen: dicke still farbe */
	color: white;				/* Textfarbe */
	overflow: hidden;
}
/*--------------------------------------------------------------------------------*/
div#inhalt									/* Definitionen fuer Anzeige Box 	  */
{
    margin: 115px 200px;			/* Abstand zu Mainbox von links: oben/unten links/rechts*/ 
	position: absolute;			/* Abstand zu Mainbox von links: oben/unten links/rechts*/
	width: 570px; 				/* Breite in Pixel */
    height: 800px;				/* Hoehe in Pixel */
    text-align: center;			/* mittelbuendig */
    background-color:#FFFFFF;	/* Hintergrundfarbe */
    border: 1px solid white;	/* Rahmen: dicke still farbe */
}
/*--------------------------------------------------------------------------------*/
div#info
{
	margin: 735px 20px;
	position: absolute;
	width: 150px;
	height: 150px;
	background-color:#FFFFFF;
	border: 1px solid white;
	}

table#info
{
	background-color:#FFFFFF;
	margin: 0px 0px;
	border: 1px solid white;
	height:152px;
	
}
/*--------------------------------------------------------------------------------*/
div#navi         							  /* Definitionen fuer Navigation-Box */												
{ 
    text-decoration: none;		/* nicht unterschrichten*/
	font-size: 12px;			/* Schrifgroesze */
	margin: 115px 20px;	        /* Abstand zu Mainbox von links: oben/unten links/rechts*/ 
	position: absolute;			/*  */
	width: 150px; 				/* Breite in Pixel */
    height: 500px;				/* Hoehe in Pixel */
    text-align: left;			/* mittelbuendig */
    background-color:#FFFFFF;	/* Hintergrundfarbe */
    border: 1px solid white;	/* Rahmen: dicke still farbe */
}



		a#navi						/* Def. fuer Linkverweisze in Navi-Box */ 
		{
			font-size: 12px;			
			text-decoration: none;			
			display: block;
  			padding: 1px;
  			font-weight: bold;
		}
		a#navi:link 				/* Zustand fuer normalen Verweis */
		{
			font-size: 12px;			
			text-decoration: none;			
			color: black; 
			background-color: #eee;
		}
		
		a#navi:visited 			/* Zusatz fuer besuchten Verweis */
		{
		  font-size: 12px;
		  text-decoration: none;
		  color: black; 
		  background-color: #eee;
		}
		
		a#navi:hover 				/* Zusatzu fuer Verweiß wo Maus darueberrollt*/
		{
		  font-size: 12px;
		  text-decoration: none;
		  color: black; 
		  background-color: white;
		}
		a#navi:active 				/* Zusatz fuer aktiven Verweiß */
		{
  			font-size: 12px;			
			text-decoration: none;
			color: white; 
			background-color: gray;
		}*/
/*------------------------------------------------------------------------------*/
table#inhalt							/* Definition von Tablel - siehe Index - nur versuch */		
	{ 
    vertical-align:top; 
	background-color:#FFFFFF;
	width: 570px;
	font-size:14px;
	}
	
table#navi							/* Definition von Tablel - siehe Index - nur versuch */		
	{ 
    /*vertical-align:top;*/ 
	background-color:#FFFFFF;
	width: 150px;
	margin: 00px 0px;
	}
	

        
		td#streifen		
		{ 
		background-image:url(bgblue.png);		/* Hintergrundfarbe */
        color: white;
        font-size:14px;
        font-weight:bold;
        height:20px; 
		}
		td#text		
		{ 
		font-size: 14px;
        background-color:#F6F6F6;
        padding:0px;
        border-left:solid 1px #000000;
        border-bottom:solid 1px #000000;
        border-right:solid 1px #000000;

		}
			
			iframe#text
			{
			width:542px;
			height:750px;
			
			}
/*------------------------------------------------------------------------------*/
/*p:first-letter { font-size:250%; color:#660066; }*/
/*------------------------------------------------------------------------------*/
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:#0080FF; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:#660066; text-decoration:underline; }
/*----------------------------------------------------------------------------*/
table
{font-family: Arial;
 font-size: 14px;
 }

th#tablekopf
{
background-color:#666699;
color: white;

}
th#tabletext
{
background-color:#cccce1;
}

td#tabletext
{
background-color:#cccce1;
}
/*----------------------------------------------------------------------------*/

div#bilderbox
{ margin: 0px 840px;
  width: 150px; 				/* Breite in Pixel */
  height: 925px;				/* Hoehe in Pixel */
  position: absolute;
  padding: 0;   				/* Abstand von Text zu Boxrand */
  background-color: white; 	/* Hintergrundfarbe: weiss */ 	/
  border: 1px solid silver;		/* Rahmen: dicke still farbe; */
}

marquee#bilderbox
{
width: 140px;
height: 925px;
background-color: white; 	/* Hintergrundfarbe: weiss */
}

iframe#bilderbox
{
  margin: 0px 840px;
  width: 160px; 				/* Breite in Pixel */
  height: 925px;				/* Hoehe in Pixel */
  position: absolute;
  padding: 0;   				/* Abstand von Text zu Boxrand */
  background-color: white; 	/* Hintergrundfarbe: weiss */
  border: 1px solid silver;		/* Rahmen: dicke still farbe; */
  
}