/*-----------------------------------------------------------------------------------------------------------------*/	 

		body { padding: 0px; margin: 0px;
		       font: normal 10pt verdana,sans-serif;
			   color: #000000; background-color: #FFFFFF;
			   height:100%;
			   }

/*Kopf-----------------------------------------------------------------------------------------------------------------*/	 
		#head   { position: relative; top:0px; left: 0px; 
		          height: 70px; 
				  background-color: #FFFFFF;
				  background-image: url(-);
				  background-repeat: repeat-x;
				 padding: 0px; margin: 0px;
		         }	

/*Links im Head-----------------------------------------------------------------------------------------------------------------*/	 
		.systemlinks        {position: absolute; right: 0px; bottom: 10px}
		.systemlinks a      {font-size: 12px; 
							color: #000000;
							padding: 0px 2px;
							border-right: 1px solid #ffffff;
							text-decoration: none; 
		                     }		 
		.systemlinks a:hover {color: #B3A16D;
							text-decoration: underline; }			   
		.systemlinks a.last  {border-right: none; }			   
/*content oben-----------------------------------------------------------------------------------------------------------------*/	 
		
		#topcontent         {position: relative; top: 0px; left: 0px;
							background-color: #ffffff;
							background-image: url();
							background-repeat: repeat-x;
							}
	
/*Content-----------------------------------------------------------------------------------------------------------------*/	 
		#content        { position: relative; top: 0px; left: 0px;
						background-image: url();
						color: black;
					   }
   		#content a      { color: #000000; }
		#content ul		{margin-bottom: 0px}
		#content h2		{font-size: 18px;
						font-weight: bold;
						padding: 0px;
						}
		#content h4		{font-size: 12px;
						font-weight: bold;
						padding: 0px;
						}
		.large         {width: 500px;
						overflow: inherit;
						float: left;
						padding: 0px 0px 0px 10px ;
						}
		.small 	   {width: 200px;
					border-right: 2px dotted #B3A16D;
					float: left;
					padding: 0px 0px 0px 20px;
					}

		.breit_float   { width: 460px;
						margin: 10px;
						}
	    .breit_float img   { float: left;
							margin: 6px 20px 6px 6px;
							}
/*Fuss runde Ecken-----------------------------------------------------------------------------------------------------------------*/	 		
		#foot         {position: relative; top: 0px; left: 0px;
						height: 0px; 
		                text-align: center;
						background-color: #FFFFFF;
						background-image: url();
						background-repeat: repeat-x;
						padding: 0px 0px 0px 0px;
					   }
		#foot a     {font-size: 0px; 
					color: #ffffff;
					padding: 0px 0px;
					border-right: 0px solid #ffffff;
					text-decoration: none; 
		            }		 
		#foot a:hover {color: #ffffff;
					text-decoration: underline;
					}			   
		#foot  a.last  {border-right: none;
					}			   

/*Positionierung oben zentriert-----------------------------------------------------------------------------------------------------------------*/	 
		#all         { position: absolute; top: 20px; left: 50%;
		                 width: 600px; 
						 background-color: #ffffff;
		                 margin-left: -300px; 
					}

