body {
		background: #fff url("../images/bg_body.gif") repeat-x 0 0;
		font-family: arial, verdana, sans-serif;
		font-size:  0.75em;
		line-height: 1.33em;
		behavior: url("css/csshover3.htc"); 
	}
	
	html, body {height: 100%;}
	
	#wrap {min-height: 100%;width:100%;}
	
	#main {
		width: 960px;
		margin:0 auto;
		background: transparent url("../images/bg_main.jpg") no-repeat 50% 0%;
		overflow:auto;
		padding-bottom: 237px;
	}
	
		#main #header {
			position: relative;
			left: 0;
			width: 100%;
			height: 175px;
			display: block;
			z-index: 3;
		}
		
			#main #header a.home {
				text-indent: -9999px;
				position: absolute;
				top: 40px;
				left: 15px;
				width: 289px;
				height: 49px;
				display: block;
				z-index: 4;
				background: transparent url("../images/reisert-logo.gif") no-repeat 0 0; 
			}
			
			/* ADRESS */
			/* ********************** */
			
			#main #header .address {
				position: absolute;
				top: 15px;
				right: 90px;
				float: right;
				font-size: 0.91em;
				color: #000;
				width: 300px;
			}
		 
				#main #header .address .leftCol {
					text-align: right;
					width: 129px;
					padding: 0 10px 0 0;
					margin: 0 10px 0 0;
					border-right: 1px dotted #000;
					float: left;
					white-space: nowrap;
				}
				
				#main #header .address .rightCol {
					text-align: left;
					width: 50%;
					float: left;
					white-space: nowrap;
				}
				
			
			/* NAV 1 */
			/* ********************** */	
			#main #header ul.nav1 {
				position: absolute;
				top: 103px;
				left: 0px;
				height: 80px;
				width: 950px;
				padding: 0 0px 0 10px;
					z-index: 10;
			} 
			
				#main #header ul.nav1 li {
					display: inline;
					height: 39px;
					padding: 12px 0 11px 0;
					background: none;
					z-index: 10;
				} 
				
					#main #header ul.nav1 li a{
						font-weight: bold;
						text-decoration: none;
						color: #000;
						text-transform: uppercase;
						font-size: 1.25em;
						padding: 0px 0px 0 10px;
						margin-right: 5px;
						display: inline-block;
						height: 39px;
						line-height: 39px;
						background: none;
					}
					
					#main #header ul.nav1 li span {
						width: 5px;
						background: none;
						display: inline;
						padding: 12px 5px 11px 0;
						height: 39px;
						border: 0px solid #00f;
					}
					
					#main #header ul.nav1 li:hover,
					#main #header ul.nav1 li.active {
						background: transparent url("../images/bg_nav1_on.png") no-repeat 0 100%;
					}
					
					#main #header ul.nav1 li:hover span,
					#main #header ul.nav1 li.active span {
						background: transparent url("../images/bg_nav1_on.png") no-repeat 100% 100%;
					}
					
					#main #header ul.nav1 li:hover a,
					#main #header ul.nav1 li.active a {
						color: #fff;
					}
						
						
					#main #header ul.nav1 li ul {
						width: 948px;
						display: none;
						position: absolute;
						top: 39px;
						left: 1px;
						font-size: 12px;
						font-weight:  normal;
						background-color: #275fb2;
						color: #fff;
						border-top: 1px dotted #fff;
						border-bottom: 1px dotted #fff;
						z-index: 1;
						height: 30px;
						padding: 0 0 0 10px;
					}
					
						#main #header ul.nav1 li:hover {
							
						} 
						
						#main #header ul.nav1 li:hover ul,
						#main #header ul.nav1 li.active ul {
							display: block !important;
						} 
						
					#main #header ul.nav1 li ul li,
					#main #header ul.nav1 li ul li:hover {
						/*background: none;*/
						height: 30px;
						z-index: 1;
					}
					
					#main #header ul.nav1 li ul li a {
					font-size: 1em;	
					font-weight: normal;
					text-transform: none;
					padding: 0px 10px 0 10px;
					margin: 5px 0px 5px 0px;
					display: inline-block;
					float: left;
					height: 20px;
					line-height: 20px;
					border-right: 1px solid #fff;
					color: #fff;
					}
					
						#main #header ul.nav1 li ul li a:hover {
							background-color: #fff !important;
							color: #275fb2;
						}
						
					#main #header ul.nav1 li ul li a.active {
					font-size: 1em;	
					font-weight: normal;
					text-transform: none;
					padding: 0px 10px 0 10px;
					margin: 5px 0px 5px 0px;
					display: inline-block;
					float: left;
					height: 20px;
					line-height: 20px;
					border-right: 1px solid #fff;
					background-color: #fff;
					color: #275fb2;
					}
			
		#main #content {
			padding: 20px;
		}
		
	#main #bc {
		position: relative;
		top: 0;
		left: 20px;
		color: #4273bc;
		font-size: 0.916em;
		width: 940px;
	}
	
		#main #bc a {
			color: #4273bc;
		}
	
	#main #content {
		
	}
			
	#footer {
		position: relative;
		clear: both;
		height: 237px;
		margin: -237px auto 0 auto;
		background: #4273bc url("../images/bg_footer.gif") repeat-x 50% 0%;
		text-align: center;
	}
	
		#footer #inner {
			width: 960px;
			text-align: left;
			margin: 0 auto;
		}
	
		#footer #tools {
			position: relative;
			top: 100px;
			left: 20px;
			font-size: 11px;
			color: #fff;
			margin: 10px 0 0 0px;
		}
		
			#footer #tools a {
			color: #fff;
			}
		
		#footer a.a2top {
			position: relative;
			top: 90px;
			left: 20px;
			padding: 0 0 0 20px;
			font-size: 11px;
			background: transparent url("../images/arrow_up.gif") no-repeat 0 50%;
			text-decoration: underline;
			color: #4273bc;
		}
		
			#footer a.a2top:hover {
			text-decoration: none;
			}
		
		#footer img.mirror {
			float: right;
			margin-top: 0px;
		}
	