body
{
/*
		scrollbar-base-color: black;
	   scrollbar-3dlight-color: white;
	   scrollbar-arrow-color: black;
	   scrollbar-darkshadow-color: white;
	   scrollbar-face-color: white;
	   scrollbar-highlight-color:	black;
	   scrollbar-shadow-color:	black;
	   scrollbar-track-color: white;
	   text-align: center;
*/	   
}

#seite
{
	position:relative;
	top: 0;
	margin-top: 0px;
  width: 963px;
  height: 590px;
  overflow: auto;
	left:50%;
	margin-left: -481px;  
	border-style: none;
	border-width: 2px; 
	border-color: red;  
}

#kopf
{
		position:absolute;
    height: 110px;
    width: 960px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    z-index: 1;
}
	
		#bild
		{
				position:absolute;
				width: 500px;
				height: 100px;
				margin-top: 5px;
				margin-left: 5px;
		    overflow: hidden;
		    border-color: black;
 		    border-style: dotted;
		    border-width: 1px;
		}
		
#inhalt
{
		position:absolute;
		margin-top: 111px;
		margin-left: 201px;
    height: 400px;
    width: 759px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

#inhalt_text
{
		position:relative;
		margin-top: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
    height: 380px;
    width: 739px;
    overflow: auto;
    padding-right: 10px;
    text-align: justify;
}

#seitenmenue
{
		position:absolute;
		margin-top: 111px;
    height: 400px;
    width: 200px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

#firmenmenue
{
		position:relative;
		margin-top: 60px;
		margin-left: 10px;
		margin-right: 10px;
    overflow: hidden;
    z-index: 100;
}

#firmenmenue_logo
{
		position:relative;

		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		
		height: 43px;
		
		text-align: center;
}

#firmenmenue_kapsel
{
		position:absolute;
		background-color: #E4E7CB;
		margin-top: 15px;
		margin-left: 12px;
    height: 400px;
    width: 170px;
    overflow: hidden;
    z-index: 100;
    
    border-style: ridge;
    border-width: 10px;
    border-color: #CCCCCC;
}

#fuss
{
		position:absolute;
		margin-top: 512px;
    height: 65px;
    width: 960px;
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

