*
	{
	margin: 0;
	padding: 0;
	}

body
	{
	font: 95% verdana, arial, helvetica, sans-serif;
	color: #00175B;
	background: #B9B9FF;
         font-size: 11pt;
	}

h1
	{
	font: normal 1.8em;
	color: #00175B;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
         line-height: 20pt;
	}

h2
	{
	font-size: 1.2em;
	font-weight: normal;
	}

h3       /*  für noch zu bauende Seiten */
	{
	font-size: 1em;
	font-weight: normal;
	}

p

	{
          font-size: 11pt;
          }

a:link, a:visited
        {
        color: #B9B9FF;
        text-decoration: none;
        }

a:hover
	{
         color: yellow;
         }

a.body
	{
	color: #00175B;
         }

label, input
	{
         display: block;
  	width: 300px;
         color: #00175B;
	}

li
 	{
          margin-top:9pt;

         }



textarea
	{
	color: #00175B;
         }


select
	{
	color: #00175B;
         width: 300px;
         }


/* IDs */

#container
	{
	color: #00175B;
	background: #B9B9FF;
	width: 800px;
	}

p.containerbot  /*  Copyright Spitze Feder */
	{
	clear: both;
         margin-left: 15px;
	height: 28px;
	background: #B9B9FF;
         font-size: 7pt
	}

#header     /*  Bild PR federleicht gemacht */
	{
         width: 100%;
	background: #B9B9FF url(images/header.gif);
	}

#logo      /*  Bereich für das Logo */
	{
	width: 150px;
	height: 122px;
	color: #00175B;
	background: #B9B9FF;
	}

#main      /*  Content plus Fussnoten */
	{
	margin-left: 160px;
	color: #00175B;
	background: #B9B9FF;
	line-height: 1.2em; /* to avoid the peekaboo bug */  /*  damit der Text im IE nicht verschwindet */
	}

p.mainbot   /*  Slogan mit Mini-Logos */
	{
	clear: both;
         margin-top: 15px;
         margin-left: 15px;
         font-size: 7pt;
	height: 28px;
	background: #B9B9FF;
         text-align: left;
	}

#column    /*  Bildspalte rechts*/
	{
         float: right;
         width: 200px;
	background: #B9B9FF;
	}

#content
	{
	margin-right: 130px;
         padding-left: 50px;
         padding-right: 20px;
	color: #00175B;
	background: #B9B9FF;
}



#navigation /* Navigation */
	{
	position: absolute;
	top: 122px;
	left: 0;
	width: 150px;
         padding-top: 15px;
         padding-left: 15px;
	color: #B9B9FF;
	background: #00175B;
         margin-left: 10px;
	}

.img_right  /* Bilder für die rechte Bildspalte mit Abstand nach unten */
{
	float: right;
	padding-bottom:10pt;
}
