body
	{
                 font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: white;
		background-color: #271c1a;
         }

       	h3
	{
                 font-size: 115%;
	}


	#container
	{
		margin: 1em auto;
                padding: 10px 10px;
                width: 800px;
                text-align: left;
		background-color: white;
		border: 1px solid black;
	}

	#header
	{
		height: 150px;
                 width: 798px;
                 margin-bottom: 2px;
                 background-image: url(images/header1.jpg);
                 border: 1px solid #505367;

	}

	#sections
	{
                 height: 15px;
                 width: 680px;
                 margin-bottom: 15px;
                 padding-left: 120px;
                 background-color: #271c1a;
          }

                	#sections a

         {
			background-image: url(images/section_normal.gif);
                         background-repeat: no-repeat;
                         background-position: left;
         }


                 #sections li
	{
			 display: inline;
			 padding-right: 10px;
                          padding-left: 10px;
			 border-right: 1px solid white;

         }
                 #sections li a
         {
                         text-decoration: none;
                         color: white;
                         font-weight:bold;
         }




	#mainnav
	{
                 float: left;
                 height: 470px;
                 width: 140px;
                 padding-top: 30px;
                 padding-right: 30px;
                 background-color: white;
                 background-image: url(images/rand.gif);
                 background-position: right top;
                 background-repeat: repeat-y;
         }




                 #mainnav ul
         {
         		margin: 0px;
                         padding-left: 5px;

         }

                 #mainnav li
         {
                         padding: 10px 0px 10px 0px;
                         border-bottom: 1px dotted #505367;
         }
         	#mainnav a
                       {
                         background-image: url(images/menue_normal.gif);
                         background-repeat: no-repeat;
                         background-position: left;
                        }
                 #mainnav a:hover
                        {
                        background-image: url(images/menue_hover.gif);
                        background-repeat: no-repeat;
                        background-position: left
                        }

                 #mainnav a:active
                        {
                        background-image: url(images/menue_active.gif);
                        background-repeat: no-repeat;
                        background-position: left
                        }

                 #mainnav li a
         {

                         text-decoration: none;
                         color: #505367;

         }


         #content1
	{
                 background-color: white;
                 background-repeat: no-repeat;
                 background-position: bottom right;
                 width: 600px;
                 margin-left: 160px;
                 padding-left: 20px;
                 text-align: left;
                 color: #505367;
                 text-float: right;
         }


                 #content a
         {
         		text-decoration: none;
			color: #505367;
         }
                 #content li a
         {
         		text-decoration: none;
                         color: #505367;
         }

         #content
	{
                 background-color: white;
                 background-image: url(images/hintergrund.jpg);
                 background-repeat: no-repeat;
                 background-position: bottom right;
                 width: 600px;
                 margin-left: 160px;
                 padding-left: 20px;
                 text-align: left;
                 color: #505367;
                 text-float: right;
         }
                 #content img

                 {
                 border-color: #505367;
                 }

                 #content a
         {
         		text-decoration: none;
			color: #505367;
         }
                 #content li a
         {
         		text-decoration: none;
                         color: #505367;
         }

        #scrolltext

        {
                 overflow: scroll;
                 height: 500px;
                 width: 630px;
                 float: left;
		background-color: white;
                 background-repeat: no-repeat;
                 background-position: bottom right;
                 text-align: left;
                 color: #505367;
                 text-float: right;
        }


	#footer
	{
		clear: both;
		height: 15px;
                 width: 790px;
		background-color: #271c1a;
                 padding-right:10px;
                 text-align: right;
         }

                 #footer a
                 {
                         text-decoration: none;
                         color: white;
                 }
       