//**************************************************
//  Webdesign with CSS (c) 2006, by Softab
//  version 0.1
//  http://www.softab.ch
//  E-mail: webdesign@softab.ch
//**************************************************



/* Body styles */

BODY	{

	margin: 100px;
	padding: 0px;
	
	
    background-color:	#EFEFEF;
    
    scrollbar-base-color:#B9C6FF
}


/* Page Partition */


/* Header Design */


#buttonsend {
    		background-color:	#A9E9E9;
    		background-image: URL("http://www.softab.ch/images/design/mnuSoftabLeft.jpg");
			width: 100px;
			height:30px;


			}
#pgheader	{
			margin: 0px ;
			padding: 0px;
			height: 150px;
			width:1000px;
			position: relative;
			left: 0px;
			top: 0px;
    		background-color:	#A9E9E9;
    		background-image: URL("http://www.softab.ch/images/design/bannerback.jpg");
			background-position: left top;
			}


#pgbody		{
			margin: 0px ;
			padding: 0px;
			width: 1000px;
			height:500px;
			margin: 0px ;
			padding: 0px;
			position: relative;
			left: 0px;
			top: 0px;
    		background-color:	#FF00FF;

			}


#pgfooter		{
			margin: 0px ;
			padding: 0px;
			width: 1000px;
			height: 60px;
			margin: 0px ;
			padding: 0px;
			position: relative;
			left: 0px;
			top: 0px;
    		background-image: URL("http://www.softab.ch/images/design/footerback.jpg");

			/*background-attachment: fixed;*/
			/*background-position: left top;*/
  			/*  background-repeat: repeat-y;*/
			}


#sidebar	{
			margin: 0px auto;
			width: 170px;
			height: 100%;
			position: relative;
			left: 0px;
			top: 0px;
			background-color:#F3F3F3;

			background-image: URL("http://www.softab.ch/images/design/sidebartop.jpg");
			background-position: left top;
  			background-repeat: no-repeat
			}

#pagebar	{
			margin: 0px auto;
			width: 40px;
			height: 100%;
			position: relative;
			left: 0px;
			top: 0px;

			background-image: URL("http://www.softab.ch/images/design/pagebar.jpg");
			background-position: left top;
  			background-repeat: repeat-y;
			}



#contentbar	{
			margin: 0px auto;
			padding: 0px;
			width: 790px;
			height: 500px;;
			left: 0px;
			top: 0px;
			position: relative;
			background-color:#FFFFFF;


			}

#infobar	{
			margin: 0px auto;
			padding: 0px;
			width: 150px;
			height: 100%;
			left: 0px;
			top: 0px;
			position: relative;
			background-color:#F3F3F3


			}


#mnubar		{
			width: 150px;
			height: 370px;
			margin: 0px ;
			padding: 0px;
			position: relative;
			left: 0px;
			top: 0px;
			background-color:#FFCCFF;


			}

#mnubartop	{
			width: 150px;
			height: 200px;
			margin: 0px ;
			padding: 0px;
			position: absolute;
			left: 0px;
			top: 0px;
			background-color:#FFCCFF;


			}

#contentbanner
			{
			margin: 0px auto;
			padding: 0px;
			width: 790px;
			height: 25px;;
			left: 0px;
			top: 0px;
			position: relative;
			
			background-image: URL("http://www.softab.ch/images/menu/ban1000000.jpg");
			background-position: left top;
  			background-repeat: repeat-x;


			}


			
#entry	{
			with: 100%;
			/*height: 150px;*/
			margin: 0px auto;
			padding: 0px;
			position: absolute;
			left: 300px;
			/*background-attachment: fixed;*/
			/*background-position: left top;*/
  			/*  background-repeat: repeat-y;*/
    		/*background-color:	#FFFFFF;*/


			}


#btn	{
			with: 150px;
			height: 40px;
			margin: 0px auto;
			padding: 0px;
			padding-left: 50px;
			position: relative;
			left: 0px;
            font-family: Verdana; font-size: 12pt; 
            color: ;

			background-image: url('http://www.softab.ch/images/menu/mnu1000000ch_1.jpg');
			/*background-attachment: fixed;*/
			/*background-position: left top;*/
  			/*  background-repeat: repeat-y;*/
    		background-color:	#FFAAFF

			}






		







/* Text styles */
.text        { font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: #000000 }
.text_bl        { font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: #0000FF }
.text_bold        { font-family: Verdana; font-size: 10pt; color: #0000FF; font-weight:bold }


/* Links */


/* Menus */



/* Controls */