@charset "utf-8";
/* CSS Document */

body {
	background: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


#wrapper {
	margin: 0 auto;
	min-height: 250px;
	
}

	#printheader {
		background: #000;
		border-bottom: 1px solid #000;
		height: 80px;
		margin: 0 0 10px 0;
		width: 750px;
	}

	#header {
		display: none;
	}

		#language_switcher {
			display: none;
		}
		
	
	#main {
		/* float: left */ /* problems with printout */
		min-height: 400px;
		width: 750px;
	}
	
	
		#leftnavi {
			display: none;
		}
		
		#pagetitle {
			border-right: 1px solid #000 !important;
			/* float: left; */
			font-size: 0.9em;
			font-weight: normal;
			height: 36px;
			min-height: 10px;
			overflow: hidden;
			width: 499px;
		}
		
			#pagetitle h1 {
				background: none;
				color: #000;
				font-size: 1.2em;
				margin: 0;
				padding: 7px 0 7px 0px;
				width: 480px; /* 480px */
			}		
		
	
		#content_middle {
			border-right: 1px solid #000;
			/* float: left; */ /* problems with printout */
			font-size: 0.8em;
			line-height: 1.6em;
			min-height: 450px;
			padding: 10px 19px 10px 0px;
			width: 480px; /* 499px */
		}
		
			#content_middle p {
				margin: 0 0 16px 0;
			}
			
			#content_middle h2 {
				border-bottom: 1px solid #000;
				color: #000;
				display: block;
				font-size: 1.2em;
				margin: 0 0 10px 0;
				padding: 10px 0 0 0;
			}
		
			#content_middle a {
				color: #000;
				text-decoration: underline;
			}
			
			#content_middle a:hover {
				text-decoration: none;
			}
			
		
		
		#content_right {
			float: right;
			min-height: 450px;
			overflow-x: hidden;			
			width: 230px;
		}
		
			#content_right a {
				text-decoration: underline;
			}

			#content_right a:hover {
				text-decoration: none;
			}

			.rightbox {
				/* float: left; */
				margin: 0 0 15px 0;
				min-height: 10px;
				width: 230px;
			}
			
			
			.rightbox h1, .rightbox h2, .rightbox h3 {
				color: #000;
				font-size: 0.8em;
				font-weight: bold;
				margin: 0;
				padding: 0.2em;
			}
			
			.rightbox p {
				font-size: 0.8em;
				line-height: 1.2em;
				margin: 0.2em 0;
				padding: 0.3em 50px 0.3em 0.3em;
			}
			
				.blue_gradient {
					color: #000;		
					border-right: none;						
				}			
			
				.blue_gradient h1, .blue_gradient a {
					color: #000;
				}				
			
				.blue {
					background: #000;
					color: #000;			
				}
					
				.blue h1 {
					background: #000;
				}	
				
				
				
				.green_gradient {
					color: #000;		
				}			
			
					.green_gradient h1 {
						color: #000;
					}					

			
				.orange_gradient {
					color: #000;	
				}
				
	
				
				.orange_gradient h1 {
					color: #000;
				}
				
				.red_gradient {
					color: #000;
				}
				
				.red_gradient h1 {
					color: #000;
				}	
				
				.intranetsearch_input {
					border:1px solid #000;
					height:16px;
					width:130px;
					margin-left:3px;
				}		
				
				.intranetsearch_submit {
					border:1px solid #000;
					background:#FFF;
					color:#000;
					padding:1px !important;
					height:20px;
				}				
				
					
		
	#footer {
		color: #000;
		/* float: left; */
		font-size: 11px;
		height: 30px;
		margin: 20px 0 0 0;
		text-align: left;
		width: 700px;
	}
	
		#footer a {
			color: #000;
		}	