html		{
			      height: 99%;
			}

body		{
            /*background: rgb(193, 205, 217);*/
            /*background: rgb(0, 51, 102);*/
            height: 99%;
            margin: 0;
            padding: 0;
            line-height: 150%;
            text-align: center;
			}

*			{
			      font-size: 9pt;
            font-family: Tahoma, Verdana, sans-serif;
            color: #000000;
            text-align: left;
			}

/* fake Container */


#cont1		{
            width:1px;
            height:50%;
            margin-bottom:-250px; /* half of container's height */
            float:left;
            }

#cont2		{
            position:relative; /* puts container in front of distance */
            width:100%;
            height:446px;
            clear:left;
            border-top: 44px solid #003366;
            border-bottom: 44px solid #003366;
            }

#cont3		{
            margin: -44px auto -44px auto;       
            position:relative;
            width:800px;
            height:446px;
            }

/* Divs*/

.border		{
            padding: 10px 0px 0px 190px;
            height: 436px;
            text-align: left;
            }

.left		{
         /*   background-color: #ebebeb; */
            position: absolute;
            padding: 10px 0px 0px 0px;
            width: 190px;
            height: 436px;
            }

/*Wiedergabe der Seitenposition */
.sitepos	{
            background-color: #ffffff;
            height: 15px;
            border-bottom:1px solid #6b849e;
            padding-left: 5px;
            }
.sitepos p  {
            font-size: 7pt;
            color:#6b849e ;
            }
.sitepos p a {
            font-size: 7pt;
            color:#6b849e ;
            }

.content	{
            /*background-color: #ffffff;*/
            height: 400px;
            overflow: auto;
            /*padding: 8px 10px;*/
            padding: 10px 20px;
            border-left: 1px solid #6b849e;
            /*text-align: center;*/
            }

.reflogo  {
      			background-color: #ffffff;
            display: block;
            width: 166px;  
            height: 44px;
            line-height: 0px;
            padding: 0px 12px;
            }

#logo		{
      			width: 166px;
      			border-width: 0px;
      			}



/* customer area */

#custarea		{
      background-color: #ffffff;
			height: 44px;
			width: 178px;
			padding-left: 12px;
            }

#custarea p		{
			color: #6b849e;
			font-size: 8pt;
			margin: 0px;
			line-height: 150%;
			}

#custarea form		{
			margin: 0px;
			}

#custarea select		{
			width: 130px;
			margin: 0px;
			text-align: left;
			}
			
#custarea input		{
			width: 35px;
			margin: 0px;
			text-align: center;
			}
