a 			{	font-style: bold;
				font-size: 	9pt; 
				text-decoration: none;
			}
a:link 		{		
					color: #a08022;
					text-decoration: none; 
			}
a:visited 	{color: #444444;}
a:active 	{color: #FF0000;}
a:hover 	{background-color: #d0d0d0;}

ul		{ 	
				list-style-image: url(images/smallpearl.gif); 
				/* margin-left: -10px; */
		}

.cmsbody	{	background-image: url(images/light-pixel.gif);
			}
.mainframe	{	
				border-style:	none;
				width:			800px;
				height: 		650px;
				/* padding:		3px; */
			}
.lnxcatcher	{	float: right;}

.shadetable	{
				width:				 100%;
				padding: 			 0;
				border-spacing:		 0;
				border-top-width: 	 1px;
				border-right-width:  2px;
				border-left-width: 	 1px;
				border-bottom-width: 2px;
				border-top-color: 	 #aaaa22;
				border-right-color:  #ffe100;
				border-left-color: 	 #aaaa22;
				border-bottom-color: #ffe100;
			}

.titleback	{
				width:				100%;
				background-image: 	url(images/big-filler.gif);
			}

.pergament	{	background-image: url(images/pergament.gif);	}

.mainblock	{
				padding:	5px;	
				font-size: 	9pt;
			}
.inlinebox	{
				background-image: 	url(images/light-pixel.gif);
				padding: 			5px; 
				margin-left: 		5%; 
				margin-right: 		5%;
				color: 				inherit;
				z-index:			-1;
			}
			
.tabletop	{	
				background-image: url(images/filler-top.gif);
				color: #FFFFff; 
				font-size: 12pt;
				text-align: center; 
			}

.topruler		{	background-image: url(images/filler-top.gif);	}
.bottomruler	{	
					height:	30px;	
					background-image: url(images/filler-bottom.gif);
				}
		
.offer		{	
				font-size: 10pt;	
				font-weight: bold;
			}

.toclink	{margin-left: 5px}
.toclink1	{margin-left: 10px}
.toclink2	{margin-left: 20px}
.toclink3	{margin-left: 30px}
.toclink4	{margin-left: 40px}
.tocname	{margin-left: 20px}
.tocitem	{
				margin-left:30px;
				font-size:	12px;
			}


/*
	Shadow boxes
*/
.topright	{
				background-image: 	url(images/box_oben_rechts.gif);
				width:				12px;		
			}
.boxhead	{
				width:				100%;
				background-image: 	url(images/box_mitte1_mitte.gif);
				white-space: 		nowrap;
			}
.midtitle	{	background-image: 	url(images/box_mitte1_rechts.gif);	}

.midtext	{	background-image: 	url(images/box_mitte2_rechts.gif);	}
.botleft	{	background-image: 	url(images/box_unten_links.gif);		}
.botmid		{	background-image: 	url(images/box_unten_mitte.gif);		}
.botright	{
				background-image: 	url(/images/box_unten_rechts.gif);	
			}


.boxcontent	{	
				background-image: url(images/pergament.gif);
			}

.shadowtabsActive	{	background-image: 	url(images/shadow-tab-aktiv.gif);	
						/*	width:				100%; */
					}

.shadowtabsInactive	{	
						background-image: 	url(images/shadow-tab-inaktiv.gif);	
						/* width:				100%; */
					}

/*
**
** CSS sectioning
**
*/
#topruler		{	
					height:	30px;	
					background-image: url(images/filler-top.gif);	
				}
#bottomruler	{	
					height:	30px;	
					background-image: url(images/filler-bottom.gif);
				}
#header {
	background-image: 	url(images/big-filler.gif);
  	width: 				800px;
  	height: 			100px;
}
#leftcol {
  background: 			#f00;
  float: 				left;
  width: 				250px;
  height: 				500px;
}
#rightcol {
  background: 			#f00;
  float: 				left;
  width: 				150px;
  height: 				500px;
}
#content {
  background: 			#fff;
  float: 				left;
  width: 				500px;
  height: 				500px;
}
#footer {
  background: 			#0f0;
  clear: 				left;
  width: 				800px;
  height: 				100px;
}