body, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal
	border: 0px none;
	background-color: #F7F1DB;
}
a, a:hover, a:visited, a:active {
	color: #626262;
	text-decoration: none;
}
#Header {
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:800px;
	 z-index: 0;
}
#MainMenu {
	 position:absolute;
	 left:140px;
	 top:72px;
	 width:661px;
	 height:36px;
	 z-index:10;
}
#SubMenu {
	position: absolute;
	left: 85px;
	top: 130px;
	width: 150px;
	height: 168px;
	z-index: 20;
	text-decoration: none;
	list-style-type: none;
	padding:5px 1px 5px 5px;
}
#SubMenu li a {
	font-weight: bolder;
	border-left:4px solid #cccccc;
	color #626262;
	text-decoration: none;
}
#SubMenu li a:hover {
	background-color:#cccccc;
	font-weight: bold;
	border-left:4px solid #f4f4f4;
	text-decoration: none;
}
#SubMenu li a:active {
	background-color:#cccccc;
	font-weight: bold;
	border-left:4px solid #f4f4f4;
	text-decoration: none;
}
#Content {
	position:absolute;
	left:230px;
	top:146px;
	width:500px;
	height:131px;
	z-index:17;
}
#LeftAddress {
	 position:absolute;
	 left:20px;
	 top:442px;
	 width:170px;
	 height:117px;
	 z-index:19;
}
#LeftColumn {
	 position:absolute;
	 width:95px;
	 height:355px;
	 z-index:11;
	 left: 0px;
	 top: 82px;
}
#LeftMedia {
	position:absolute;
	left:20px;
	top:316px;
	width:138px;
	height:89px;
	z-index:15;
	visibility: visible;	
}

@media print {
  /* ... Formatdefinitionen zur Druckausgabe
  						 ... */
  * {
  	position: relative;
  	width: auto;
  	}

  #MainMenu, #SubMenu, #SubMenu li a, #LeftColumn { 
  	display: none; 
  }
  #LeftAddress{
  	position: absolute;
  	}
  #LeftMedia {
  	position: absolute;
  }
  #Content {
  }
  a:link:after {
	content: " <" attr(href) "> ";
  	font-size: 76%;
  	color: #999;
  	background: transparent;
  }
  h1,h2,h3,h4,h5,h6 {
  	page-break-after:avoid;
   }
}
