@import url("reset.compressed.css");
@import url("grid960.css");	
@import url("typo.css");
@import url("daten.css");
@import url("suchergebnisse.css");
			
/* ++++++++++++++++++++ */
/*
Farben:
Blau: #008fcb
Gruen: #5e9629
Grau: #818181
hellgrau: #cccccc;

# fuer Datentabellen (Header, Zebra)
Blau hell 1: #52B2E1
Blau hell 2: #94D0ED
Blau hell 3: #E1F1FA

CMYK
Grün: 70/20/100/0
Blau: 80/30/0/0
*/
/* ++++++++++++++++++++ */

/* firefox scrollbar hack */ html {height: 100% !important; margin-bottom: 1px !important; overflow-y:scroll;}

body {
	behavior: url("css/csshover3.htc"); 
}

html>body,
body { 
	font-family: arial, verdana, sans-serif;
	font-size: 75%;
	background: #fff url("../images/bg_body.jpg") repeat-x 50% 0;	
}

/* HEADER */

#header {
height: 120px;
z-index: 1;
}
	
	#header .logo {
	padding-top: 3px;
	}
	
		#header .logo a {
		text-indent: -9999px;
		display: block;
		width: 246px;
		height: 100px;
		background: transparent url("../images/logo-erlensee-40jahre.gif") no-repeat 0 0;
		}
		
			#header .logo a:hover {
			background-position: 0 100%;
			}
		
	#header .sw {
	width:414px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	#header #tools {
	width: 407px;
	height: 30px;
	clear: both;
	text-align: right;
	color: #008fcb;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 7px 0 0;
	float: none;
	}
	
		/*#header #tools a.icon {
		margin-top: 4px;
		color: #008fcb;
		text-decoration: none;
		font-weight: bold;
		float: none;
		}
		
			#header #tools a.icon:hover {
			
			}*/
			
		#header #tools ul {
		padding-top: 4px;
		}
		
			#header #tools ul li {
			display: inline;
			height: 14px;
			padding: 0 0 3px 0;
			vertical-align: 50%;
			}
			
				#header #tools ul li a {
				margin: 0 0 -2px 0;
				}
				
				#header #tools ul li a:hover {
				
				}
		
	#header #search {
	float: left;
	padding-top: 6px;
	width: 313px;
	}
	
		#header #search input[type=text],
		#header #search input.qtxt {
		font-size: 1.16em;
		line-height: 0.67em;
		color: #008fcb;
		font-weight: bold;
		height: 28px;
		width: 217px;
		border: 0;
		background: transparent url("../images/bg_qtxt.gif") no-repeat 0 0;
		padding: 0.36em 1px 0 12px;
		float: left;
		}
		
		#header #search input[type=submit],
		#header #search input.qsubmit {
		text-indent: -9999px;
		height: 40px;
		width: 83px;
		border: 0;
		background: transparent url("../images/bg_qsubmit.gif") no-repeat 0 0;
		float: left;
		cursor: pointer;
		font-size: 0;
		line-height: 5;
		}
		
			#header #search input[type=submit]:hover,
			#header #search input.qsubmit:hover {
				background-position: 0 -40px;
			}
		
		#header #search span {
		float: left;
		color: #bfbebe;
		font-size: 9px;
		width: 230px;
		padding: 3px 0 0 0px;
		text-transform: uppercase;
		}	
		
		#header #search a {
		color: #008fcb;
		font-size: 9px;
		text-transform: uppercase;
		float: left;
		padding: 3px 0 0 2px;
		}
		
		#header #search a:hover {
		text-decoration: none;
		}
	
	#header #weather {
	font-size: 9px;
	color: #818181;
	padding: 0px 0 0 10px;
	margin-top: -3px;
	float: left;
	width: 91px;
	}
	
		#header #weather ul {		}
		
			#header #weather ul li {
			display: block;
			width: 30px;
			display: inline;
			float: left;
			text-align: center;
			margin: 0 0px 4px 0px;
			cursor: help !important;
			}
			
			#header #weather ul li h3 {
			width: 100%;
			text-align: center;
			display: block;
			font-size: 11px;
			}
			
			#header #weather ul li span {
			width: 100%;
			display: block;
			width: 24px;
			height: 24px;
			cursor: help !important;
			background: transparent url("../images/weather.png") no-repeat 0 0;
			}
			
				/* WEATHER SPRITE */
				#header #weather ul li span.w1 {
					background-position: -168px -48px !important; 	
				}
				
				#header #weather ul li span.w2 {
					background-position: -144px -24px !important; 	
				}
				
				#header #weather ul li span.w3 {
					background-position: -96px -24px !important; 	
				}
				
				#header #weather ul li span.w4 {
					background-position: -144px 0px !important; 	
				}
				
				#header #weather ul li span.w5 {
					background-position: -48px -48px !important; 	
				}
				
				#header #weather ul li span.w6 {
					background-position: -192px -24px !important; 	
				}
				
				#header #weather ul li span.w7 {
					background-position: -216px -24px !important; 	
				}
				
				#header #weather ul li span.w8 {
					background-position: -120px -48px !important; 	
				}
				
				#header #weather ul li span.w9 {
					background-position: -96px -48px !important; 	
				}
				
				#header #weather ul li span.w10 {
					background-position: -144px -48px !important; 	
				}
				
				#header #weather ul li span.w11 {
					background-position: -120px -48px !important; 	
				}
				
				#header #weather ul li span.w12 {
					background-position: -96px -0px !important; 	
				}
			
			#header #weather ul li em {
			width: 100%;
			text-align: center;
			font-style: normal;
			}
		
		#header #weather a {
		display: block;
		text-transform: uppercase;
		color: #cccccc;
		margin: 3px 0 0 0;
		}
		
			#header #weather a:hover {
			text-decoration: none;
			color: #818181;
			}
			
	
	#header .toolboxDwn a.hideTools {
	position: relative;
	left: 105px;
	top: -14px;
	width: 15px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background: transparent url("images/ui-icons_ffffff_256x240.png") no-repeat -2px 0;
	}
	
	#header .toolboxUp a.hideTools {
	position: relative;
	left: 105px;
	top: -2px;
	width: 10px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background: transparent url("images/ui-icons_ffffff_256x240.png") no-repeat -66px 0px;
	}
	
	#header .toolboxDwn {
	top: 0;
	margin-left: 18px;
	padding: 3px 12px 0 12px;
	width: 229px;
	height: 127px;
	background: transparent url("../images/toolbox.png") no-repeat 0 0;
	text-align: left;
	}
	
		#header .toolboxDwn .tools {
		display: block;
		height: 40px;
		}
		
			#header .toolboxDwn .tools ul {
			padding: 0px 5px 0 2px;
			margin-top: -2px;
			}
				
				#header .toolboxDwn .tools ul li {
				float: left;
				width: 73px;
				}
		
					#header .toolboxDwn .tools ul li a {
					font-size: 10px;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
					font-weight: bold;
					}
					
		#header .toolboxDwn address {
		color: #ffffff;
		font-size: 11px;
		font-style: normal;
		padding: 5px 0 0 6px;
		line-height: 1.2em;
		}
		
			#header .toolboxDwn address b {
			display: block;
			font-size: 14px;
			margin-top: 5px;
			}
		
	#header .toolboxUp {
	margin-left: 18px;
	top: 0;
	padding: 3px 12px 0 12px;
	width: 229px;
	height: 90px;
	background: transparent url("../images/toolbox.png") no-repeat 0 -37px;
	}
	
		#header .toolboxUp .tools {
		display: none;
		}
		
	
	/* QUICKINFO */
	#quickinfo {
	position: absolute;
	top: 125px;
	left: 716px;
	width: 237px;
	height: 134px;
	background: transparent url("../images/bg_quicklinks.png") no-repeat 0 0;
	z-index: 5;
	}
	
		#quickinfo div {
		background-color: #5e9629;
		padding: 5px;
		display: block;
		margin: 10px;
		width: 208px;
		}
		
			#quickinfo div h2 {
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			margin: 0 0 3px 0;
			}
			
			#quickinfo div a {
			text-decoration: none;
			display: block;
			color: #fff;
			float: left;
			margin: 0 3px 1px 0;
			font-size: 11px;
			background-color: transparent;
			font-weight: bold;
			text-transform: uppercase;
			padding: 2px;
			}
			
				#quickinfo div a:hover {
				color: #5e9629;
				background-color: #fff;
				width: auto;
				height: auto;
				}
		
	#dropdown select {
		font-size: 1.33em;
		width: 208px;
		color: #0190CA;
	}
	
	/* ****************************** */
	/* BANNER */
	#banner { 
	position: absolute;
	top: 120px;
	left: 0;
	text-align: left;
	margin: 2px 0 0 1px;
	padding: 7px 0 0 8px;
	width: 960px;
	height: 276px;
	background: transparent url("../images/bg_banner.png") no-repeat 50% 0%; /* 964px 281px BANNERIMAGE 951 266 */
	z-index: 2;
	}
	
		#banner #pagination {
		position: absolute;
		top: 25px;
		left: 25px;
		z-index: 4;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		}
		
		
			#banner #pagination a {
			background: transparent url("../images/btn_banner_arrows.png") no-repeat 0 0;
			width: 23px;
			height: 23px;
			display: block;
			float: left;
			}
		
			#banner #pagination a.prev {
			background-position: 0 0;
			}
			
				#banner #pagination a.prev:hover {
				background-position: 0 -23px;
				}
				
			#banner #pagination a.next {
			background-position: -23px 0px;
			}
			
				#banner #pagination a.next:hover {
				background-position: -23px -23px;
				}
			
			#banner #pagination ul {
			margin: 0px 10px 0px 16px;
			float: left;
			}
			
			#banner #pagination ul li {
			display: block;
			float: left;
			margin: 0 4px 0 0;
			padding: 4px 0 0 0px;
			background: transparent url("../images/bg_btn_banner.png") no-repeat 0% 0;
			width: 25px;
			height: 25px;
			text-align: center;
			}
		
				#banner #pagination ul li.on {
				background-position: -30px 0;
				color: #008fcb;
				}
				
		
		#banner #bannerShow {
		/*top: 0px;*/
		z-index: 3;		
		}
		
		#banner .addInfo {
		position: absolute;
		top: 175px;
		right: 16px;
		background: transparent url("../images/add_info_arrow.png") no-repeat 90% 90%;
		width: 215px;
		height: 44px;
		display: block;
		z-index: 20;
		text-indent: -9999px;
		}
			
			#banner #bannerShow img {
			z-index: 10;			
			}
	
	/* ****************************** */
	/* CONTENT */
	#contentStart {
	position: absolute;
	top: 405px;
	left: 0;
	text-align: left;
	z-index: 5;
	}
	
		#contentStart h2 {
		color: #008fcb;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em;
		padding: 0 0 10px 0;
		}
		
		#contentStart .imgRight {
		float: right;
		margin: 0px 0 3px 10px;		
		}
	
	#hauptnavigation {
	top: 0px;
	width: 936px !important;
	margin: 0 0 0 10px;
	padding: 0 7px 0 7px;
	height: 41px;
	background: transparent url("../images/bg_nav1.gif") no-repeat 50% 2px;
	z-index: 1000;
	text-align: center;
	position: static;
	}
	
	/* MAIN MENU */
	
		#hauptnavigation>ul {
		position: relative;
		height: 32px;
		margin: 9px 0 0px 0;
		}
		
			#hauptnavigation>ul>li { 
			position: relative;
			display: inline;
			cursor: pointer;
			}
			
				#hauptnavigation>ul>li>a {
				position: relative;
				color: #fff;
				font-weight: bold;
				font-size: 14px;
				text-transform: uppercase;
				text-decoration: none;
				background: none;
				line-height: 14px;
				padding: 9px 0 9px 14px;
				margin: 0;
				}
			
					#hauptnavigation>ul>li>a>span {
					background: transparent url("../images/bg_nav_element.gif") no-repeat 100% 50%;
					width: 2px;
					height: 14px;
					padding: 9px 0 9px 14px;
					margin: 0;
					}
				
				#hauptnavigation>ul>li>a:hover,
				#hauptnavigation>ul>li:hover>a,
				#hauptnavigation>ul>li.hover>a {
				background: transparent url("../images/bg_nav_el.gif") no-repeat 0% 50%;
				}
					
					#hauptnavigation>ul>li>a:hover>span,
					#hauptnavigation>ul>li:hover>a>span,
					#hauptnavigation>ul>li.hover>a>span {
					background: transparent url("../images/bg_nav_el.gif") no-repeat 100% 50%;
					}
				
			
			
			
		/* SUBMENU */	
				
			#hauptnavigation ul li > ul  {
				display: none;	
			}
						
				#hauptnavigation ul li:hover ul,
				#hauptnavigation ul li.hover ul { 
			        position: absolute; 
					bottom: 23px;
					top: auto !important;
					left: 0px; 
			        text-align: left;
					display: block;
					padding: 0px;
					border-right: 1px solid #00648f;
					border-bottom: 0px solid #008fcb; /*008fcb*/
					border-left: 1px solid #66bce0;
					border-top: 1px solid #66bce0;
					background: #008fcb url("../images/bg_menu.png") no-repeat 100% 0%;
					
					width: 150px;
				}						
			
					#hauptnavigation ul li:hover ul ul {
						visibility: hidden;
					}
			
						#hauptnavigation ul ul li {
							position: relative;
							background: transparent url("../images/3dlinie.png") no-repeat 50% 100%;
							padding-bottom: 2px;
						}
					
							#hauptnavigation ul ul li:hover > ul,
							#hauptnavigation ul ul li.hover > ul {
								position: absolute;
								visibility: visible;
								bottom: 0px !important;
								left: 151px;
							}
							
							#hauptnavigation ul li.left ul li:hover > ul,
							#hauptnavigation ul li.left ul li.hover > ul {
								display: block;
								left: -152px;
							}
							
							#hauptnavigation ul ul li > a {
							width: 126px;
							display: block;
							padding: 7px 12px 5px 12px;
							text-decoration: none;
							color: #fff;
							font-size: 1em;
							font-weight: bold;
							}
				
								#hauptnavigation ul ul li > a:hover {
								background-color: #0078AA;
								}
								
								#hauptnavigation ul li ul li a.dir {
									width: 122px;
									background-image: url("../images/arrow_menu.png");
									background-repeat: no-repeat;
									background-position: 96% 55%;
									padding-right: 18px;
								}
								
								#hauptnavigation ul li.left ul li a.dir {
									width: 115px;
									background-image: url("../images/arrow_menu_left.png");
									background-repeat: no-repeat;
									background-position: 3% 55%;
									padding-left: 16px;
								}
										
						#hauptnavigation ul li a { z-index: 101; }
						#hauptnavigation ul li ul { z-index: 102; }
		
	/* ************************ */
	/* CONTENT SUB */
		
	#content {
	position: absolute;
	top: 130px;
	left: 0;
	text-align: left;
	z-index: 5;
	}
	
		#content h2 {
		color: #008fcb;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em;
		padding: 0 0 10px 0;
		}
		
		#content .imgRight {
		float: right;
		margin: 0px 0 3px 10px;		
		}
		
		/* hauptnavigation 2 FOR CONTENTPAGES */
		#hauptnavigation2 {
		position: relative;
		top: 0;
		width: 936px !important;
		padding: 0 7px 0 7px;
		background: transparent url("../images/bg_nav.png") no-repeat 100% 2px;
		z-index: 10000;
		}
		
		/* MAIN MENU CONTENT */
		
		#hauptnavigation2>ul {
		position: relative;
		height: 32px;
		margin: 9px 0 0px 0;
		}
		
			#hauptnavigation2>ul>li { 
			position: relative;
			display: inline;
			cursor: pointer;
			}
			
				#hauptnavigation2>ul>li>a {
				position: relative;
				color: #fff;
				font-weight: bold;
				font-size: 14px;
				text-transform: uppercase;
				text-decoration: none;
				background: none;
				line-height: 14px;
				padding: 9px 0 9px 14px;
				margin: 0;
				}
			
					#hauptnavigation2>ul>li>a>span {
					background: transparent url("../images/bg_nav_element.gif") no-repeat 100% 50%;
					width: 2px;
					height: 14px;
					padding: 9px 0 9px 14px;
					margin: 0;
					}
				
				#hauptnavigation2>ul>li>a:hover,
				#hauptnavigation2>ul>li:hover>a,
				#hauptnavigation2>ul>li.hover>a,
				#hauptnavigation2>ul>li.active>a {
				background: transparent url("../images/bg_nav_el.gif") no-repeat 0% 50%;
				}
					
					#hauptnavigation2>ul>li>a:hover>span,
					#hauptnavigation2>ul>li:hover>a>span,
					#hauptnavigation2>ul>li.hover>a>span,
					#hauptnavigation2>ul>li.active>a>span {
					background: transparent url("../images/bg_nav_el.gif") no-repeat 100% 50%;
					}
				
			
			
			
		/* SUBMENU */	
				
			#hauptnavigation2 ul li > ul  {
				display: none;	
			}
						
				#hauptnavigation2 ul li:hover ul,
				#hauptnavigation2 ul li.hover ul { 
			        position: absolute; 
					top: 23px;
					bottom: auto !important;
					left: 0px; 
			        text-align: left;
					display: block;
					padding: 0px;
					border-right: 1px solid #00648f;
					border-bottom: 0px solid #008fcb; /*008fcb*/
					border-left: 1px solid #66bce0;
					border-top: 1px solid #66bce0;
					background: #008fcb url("../images/bg_menu2.png") no-repeat 0% 100%;
					
					width: 150px;
					z-index: 100000;
				}						
			
					#hauptnavigation2 ul li:hover ul ul {
						visibility: hidden;
					}
			
						#hauptnavigation2 ul ul li {
							position: relative;
							background: transparent url("../images/3dlinie.png") no-repeat 50% 100%;
							padding-bottom: 2px;
						}
					
							#hauptnavigation2 ul ul li:hover > ul,
							#hauptnavigation2 ul ul li.hover > ul {
								position: absolute;
								visibility: visible;
								top: -1px !important;
								left: 151px;
							}
							
							#hauptnavigation2 ul li.left ul li:hover > ul,
							#hauptnavigation2 ul li.left ul li.hover > ul {
								display: block;
								left: -152px;
							}
							
							#hauptnavigation2 ul ul li > a {
							width: 126px;
							display: block;
							padding: 7px 12px 5px 12px;
							text-decoration: none;
							color: #fff;
							font-size: 1em;
							font-weight: bold;
							}
				
								#hauptnavigation2 ul ul li > a:hover,
								#hauptnavigation2 ul ul li.active > a{
								background-color: #0078AA;
								}
								
								#hauptnavigation2 ul li ul li a.dir {
									width: 121px;
									background-image: url("../images/arrow_menu.png");
									background-repeat: no-repeat;
									background-position: 96% 55%;
									padding-right: 18px;
								}
								
								#hauptnavigation2 ul li.left ul li a.dir {
									width: 115px;
									background-image: url("../images/arrow_menu_left.png");
									background-repeat: no-repeat;
									background-position: 3% 55%;
									padding-left: 16px;
								}
								
		
		#hauptnavigation2 ol.breadcrumb {
		font-size: 0.9em;
		text-align: left;
		background-color: transparent;
		padding: 5px 20px 20px 17px;
		}
		
			#hauptnavigation2 ol.breadcrumb li  {
			display: inline;
			letter-spacing: 1px;
			font-size: 90%;
			text-transform: uppercase;
			color: #9c9c9c;
			}
			
				#hauptnavigation2 ol.breadcrumb li a {
				font-weight: bold;
				text-decoration: underline;
				text-transform: uppercase;
				color: #9c9c9c;
				padding-left: 10px;
				background: transparent url("../images/arrow_bc.gif") no-repeat 0% 50%;
				}
				
					#hauptnavigation2 ol.breadcrumb li a:hover {
					text-decoration: none;
					}
			
			
		/* *************************** */
		/* SUB MENU */
		#sub_menu_static {
		z-index: 100;
		font-size: 0.91em;
		}
		
			#sub_menu_static ul {
			width: 100%;
			background: transparent url("../images/dot3.gif") repeat-x 0% 100%;
			}
			
				#sub_menu_static ul li {
				background: transparent url("../images/dot3.gif") repeat-x 0% 0%;
				padding: 5px 0 5px 0;
				}
				
					#sub_menu_static ul li a {
					display: block;
					color: #000;
					text-decoration: none;
					padding: 6px 6px 6px 25px;
					background: transparent url("../images/sm_arrow_1.gif") no-repeat 10px 50%;
					font-weight: bold;
					}
					
					#sub_menu_static ul li a:active {
					background: #eaeaea url("../images/sm_arrow_2.gif") no-repeat 10px 50%;
					}
					
					#sub_menu_static ul li a:hover {
					background: #dfdfdf url("../images/sm_arrow_2.gif") no-repeat 10px 50%;
					}
					
					#sub_menu_static ul li a.active {
					display: block;
					color: #C9E0F1;
					text-decoration: none;
					padding: 6px 6px 6px 25px;
					background: #008fcb url("../images/sm_arrow_3.gif") no-repeat 10px 50%;
					font-weight: bold;
					text-transform: uppercase;
					}
					
						#sub_menu_static ul ul.sub {
						width: 100%;
						background: none;
						margin: 5px 0 -5px 0;
						}
						
							#sub_menu_static ul ul.sub li a {
							padding: 6px 6px 6px 40px;
							color: #0F4771; 
							background: #C9E0F1 url("../images/sm_arrow_5.gif") no-repeat 0px 50%;
							}
							
								#sub_menu_static ul ul.sub li a:hover,
								#sub_menu_static ul ul.sub li a.active {
								background: #81C4E5 url("../images/sm_arrow_6.gif") no-repeat 0px 50%;
								}
								
								#sub_menu_static ul ul.sub li a.sub {
								background: none;
								}
								
								#sub_menu_static ul ul.sub li a.sub:hover {
								background-color: #C9E0F1;
								}
								
								#sub_menu_static ul ul.sub li a.subActive {
								background: none;
								background-color: #C9E0F1;
								}
								
		
			
		/* *************************** */
		/* TEXTLAYER */
		#text {
		z-index: 101;
		background-color: #fff;
		border: 1px solid #E7E7E7;
		min-height: 710px;
		top:0px;
		display:  block;
		/*background: #fff url("../images/strokes.gif") repeat top left;*/
		}
		
			#text .leftCol {
			padding: 20px;
			float: left;
			font-size: 1em;
			line-height: 1.5em;
			width: 629px;
			color: #5a5a5a;	
			}
			
					
			#text .half {
			width: 373px;
			}
			
			#text .full {
				
			}
			
			#text .leftCol p {
				clear: left;
			}

			#text .leftCol a.ShowRC {
			background-image: url("images/ui-icons_888888_256x240.png");
			background-position: -80px -192px;
			display: none;
			width: 16px;
			height: 16px;
			float: right;
			}

			#text .leftCol a.ShowRC:hover {
			background-image: url("images/ui-icons_f7a50d_256x240.png");
			}
			
			
			#text .rightColOff {
			display: none;
			}
			
			#text .rightCol {
			float: left;
			margin-top: 20px;
			padding: 0px 20px 0 20px;
			line-height: 1.5em;
			width: 216px;
			min-height: 670px;
			background: transparent url("../images/dot4.gif") repeat-y 0% 0px;
			}
			
			#text .rightCol a.HideRC {
			background-image: url("images/ui-icons_888888_256x240.png");
			background-position: -32px -192px;
			display: block;
			width: 16px;
			height: 16px;
			float: right;
			}

			#text .rightCol a.HideRC:hover {
			background-image: url("images/ui-icons_f7a50d_256x240.png");
			}
			
				.rightCol h3 {
				color: #646464;
				margin: 0em 0 1.5em 0;
				font-size: 1em;
				}
				
				.rightCol .vcard {
				border: 1px solid #c2c2c2;
				background-color: #dedede;
				padding: 0px;
				line-height: 1.5em;
				margin: -3px 0 1.3em 0px;
				color: #646464;
				}
				
					.rightCol .vcard h4 {
					margin: 5px 0 5px 10px;
					}
					
					.rightCol .vcard img {
					float: left;
					margin: 0 10px 5px 10px;
					}
					
					.rightCol .vcard address {
					font-size: 0.83em;
					line-height: 1.8em;
					margin: 0em 0 0em 0px;
					font-style: normal;
					}
					
					.rightCol .vcard address a {
					text-decoration: underline;
					}
					
						.rightCol .vcard address a:hover {
						text-decoration: none;
						}
					
					.rightCol .vcard address.vc {
					padding-top: 0px;
					text-transform: uppercase;
					}
					
					.rightCol .vcard address.vc a {
					font-weight: bold;
					}
					
					.rightCol .vcard .clear {
						height:  5px;
					}
					
				.rightCol ul.downloads {
				width: 100%;
				margin: 1.5em 0 1.5em 0;			
				}
				
					 .rightCol ul.downloads li {
					 display: block;
					 height: auto;
					 border-bottom: 1px dotted #646464;
					 padding: 0px 0 0.75em 30px;
					 margin: 0px 0 0.75em 0px;
					 background: transparent url("../images/pdf.gif") no-repeat 0 0px;
					 } 
					 
					 .rightCol ul.downloads li.pdf {
					 
					 }
					 
					 	.rightCol ul.downloads li a {
						display: block;
						width: 100%;
						color: #646464;
						text-decoration: none;
						background: transparent url("../images/dwl_off.gif") no-repeat 100% 85%;
					 	}
						
							.rightCol ul.downloads li a:hover {
							background: transparent url("../images/dwl_on.gif") no-repeat 100% 85%;
							}
							
							.rightCol ul.downloads li a h4 {
							font-weight: bold;
							font-size: 1em;
							margin: 0em 0 0em 0;
							line-height: 1.5em;
						 	}
							
							.rightCol ul.downloads li a em {
							font-style: normal;
							font-size: 0.8em;
							line-height:  1.8em;
							margin: 1.8em 0 1.8em 0;
						 	}
						
		/* *************************** */
		/* FOOTER */
		#footer {
		position:  relative;
		top: 0;
		margin: 50px 0 -22px 10px;
		width: 950px !important;
		background: transparent url("../images/bg_footer-y.gif") repeat-y 50% 0%;
		min-height: 220px;
		}
		
			#footer #shortcuts {
			text-align: right;
			height: 12px;
			color: #5e9629;
			font-size: 11px;
			padding: 7px 2px 7px 0;
			background-color: #fff;
			}
			
			#footer #shortcuts .social2 {
			float: left;
			}
			
				#footer #shortcuts a {
				color: #5e9629;
				font-size: 11px;
				}
				
					#footer #shortcuts a:hover {
					text-decoration: none;
					}
			
			#footer #sitemapBottom {
			width: auto;
			height: auto;
			display: block;
			padding: 17px 10px 20px 170px;
			background: transparent url("../images/bg_footer2.jpg") no-repeat 50% -26px;
			}
			
				#footer>#sitemapBottom>ul {
				
				}
				
					#footer>#sitemapBottom>ul>li {
					float: left;
					width: 118px !important;
					margin: 0 0 0px 0;
					padding: 0 0 0 10px;
					background: transparent url("../images/v-border.png") repeat-y 0 40px;
					}
					
						#footer>#sitemapBottom>ul>li>a:link,
						#footer>#sitemapBottom>ul>li>a:visited {
						text-decoration: underline;
						color: #407030;
						font-weight: bold;
						text-transform: uppercase;
						padding: 0 0 10px 0;
						height: 32px;
						display: block;
						font-size: 12px;
						line-height: 1.3em;
						}
						
							#footer>#sitemapBottom>ul>li>a:active {
							padding-top: 1px;
							}
							
							#footer>#sitemapBottom>ul>li>a:hover {
							text-decoration: none;
							}
						
						
							#footer>#sitemapBottom>ul>li>a>ul {
							float: left;
							clear: right;
							margin: 5px 0 0px 0;
							width: 250px !important;
							}
							
								#footer>#sitemapBottom>ul>li>a>ul>li {
								float: none;
								margin: 0;
								padding: 2px 0 0px 0;
								}
									
									#footer #sitemapBottom ul ul a {
									text-decoration: underline;
									/*color: #305424;*/
									color: #000;	
									padding: 3px;
									display: block;
									font-size: 11px;
									line-height: 1.3em;
									background: none;
									width: auto !important;
									}
									
										#footer #sitemapBottom ul ul a:hover {
										text-decoration: none;
										background: transparent url("../images/bg_menu.png") no-repeat 0% 0%;
										}
			
		
/* ************************* */
/* GLOBALS */
.seperator {
border: 0;
margin: 0 0px 0 7px;
padding: 0 0px 0 5px;
border-left: 1px solid #000;
}

.blue {
color: #008fcb;
border-color:  #008fcb;
}

.grey {
color: #818181;
border-color:  #818181;
}

.lightgrey {
color: #cccccc;
border-color:  #cccccc;
}

.green {
color: #5e9629;
border-color:  #5e9629;
}
		
/* ************************* */
/* ICONS CUSTOM */

/* icons content */
.icon {display: inline-block; text-indent: -9999px; width: 14px; height: 14px; background-image: url("../images/icons.png")/*{iconsContent}*/; }
.iconWhite {display: inline-block; width: 14px; height: 14px; padding: -0px 0 0 0; margin: 0px 1px 0 0; background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsContent}*/; }

/* positioning */
.carat-1-n { background-position: 0 0; }
.carat-1-ne { background-position: -16px 0; }
.carat-1-e { background-position: -32px 0; }
.carat-1-se { background-position: -48px 0; }
.carat-1-s { background-position: -64px 0; }
.carat-1-sw { background-position: -80px 0; }
.carat-1-w { background-position: -96px 0; }
.carat-1-nw { background-position: -112px 0; }
.carat-2-n-s { background-position: -128px 0; }
.carat-2-e-w { background-position: -144px 0; }
.triangle-1-n { background-position: 0 -16px; }
.triangle-1-ne { background-position: -16px -16px; }
.triangle-1-e { background-position: -32px -16px; }
.triangle-1-se { background-position: -48px -16px; }
.triangle-1-s { background-position: -64px -16px; }
.triangle-1-sw { background-position: -80px -16px; }
.triangle-1-w { background-position: -96px -16px; }
.triangle-1-nw { background-position: -112px -16px; }
.triangle-2-n-s { background-position: -128px -16px; }
.triangle-2-e-w { background-position: -144px -16px; }
.arrow-1-n { background-position: 0 -32px; }
.arrow-1-ne { background-position: -16px -32px; }
.arrow-1-e { background-position: -32px -32px; }
.arrow-1-se { background-position: -48px -32px; }
.arrow-1-s { background-position: -64px -32px; }
.arrow-1-sw { background-position: -80px -32px; }
.arrow-1-w { background-position: -96px -32px; }
.arrow-1-nw { background-position: -112px -32px; }
.arrow-2-n-s { background-position: -128px -32px; }
.arrow-2-ne-sw { background-position: -144px -32px; }
.arrow-2-e-w { background-position: -160px -32px; }
.arrow-2-se-nw { background-position: -176px -32px; }
.arrowstop-1-n { background-position: -192px -32px; }
.arrowstop-1-e { background-position: -208px -32px; }
.arrowstop-1-s { background-position: -224px -32px; }
.arrowstop-1-w { background-position: -240px -32px; }
.arrowthick-1-n { background-position: 0 -48px; }
.arrowthick-1-ne { background-position: -16px -48px; }
.arrowthick-1-e { background-position: -32px -48px; }
.arrowthick-1-se { background-position: -48px -48px; }
.arrowthick-1-s { background-position: -64px -48px; }
.arrowthick-1-sw { background-position: -80px -48px; }
.arrowthick-1-w { background-position: -96px -48px; }
.arrowthick-1-nw { background-position: -112px -48px; }
.arrowthick-2-n-s { background-position: -128px -48px; }
.arrowthick-2-ne-sw { background-position: -144px -48px; }
.arrowthick-2-e-w { background-position: -160px -48px; }
.arrowthick-2-se-nw { background-position: -176px -48px; }
.arrowthickstop-1-n { background-position: -192px -48px; }
.arrowthickstop-1-e { background-position: -208px -48px; }
.arrowthickstop-1-s { background-position: -224px -48px; }
.arrowthickstop-1-w { background-position: -240px -48px; }
.arrowreturnthick-1-w { background-position: 0 -64px; }
.arrowreturnthick-1-n { background-position: -16px -64px; }
.arrowreturnthick-1-e { background-position: -32px -64px; }
.arrowreturnthick-1-s { background-position: -48px -64px; }
.arrowreturn-1-w { background-position: -64px -64px; }
.arrowreturn-1-n { background-position: -80px -64px; }
.arrowreturn-1-e { background-position: -96px -64px; }
.arrowreturn-1-s { background-position: -112px -64px; }
.arrowrefresh-1-w { background-position: -128px -64px; }
.arrowrefresh-1-n { background-position: -144px -64px; }
.arrowrefresh-1-e { background-position: -160px -64px; }
.arrowrefresh-1-s { background-position: -176px -64px; }
.arrow-4 { background-position: 0 -80px; }
.arrow-4-diag { background-position: -16px -80px; }
.extlink { background-position: -32px -80px; }
.newwin { background-position: -48px -80px; }
.refresh { background-position: -64px -80px; }
.shuffle { background-position: -80px -80px; }
.transfer-e-w { background-position: -96px -80px; }
.transferthick-e-w { background-position: -112px -80px; }
.folder-collapsed { background-position: 0 -96px; }
.folder-open { background-position: -16px -96px; }
.document { background-position: -32px -96px; }
.document-b { background-position: -48px -96px; }
.note { background-position: -64px -96px; }
.mail-closed { background-position: -80px -96px; }
.mail-open { background-position: -96px -96px; }
.suitcase { background-position: -112px -96px; }
.comment { background-position: -128px -96px; }
.person { background-position: -144px -96px; }
.print { background-position: -160px -96px; }
.trash { background-position: -176px -96px; }
.locked { background-position: -192px -96px; }
.unlocked { background-position: -208px -96px; }
.bookmark { background-position: -224px -96px; }
.tag { background-position: -240px -96px; }
.home { background-position: 0 -112px; }
.flag { background-position: -16px -112px; }
.calendar { background-position: -32px -112px; }
.cart { background-position: -48px -112px; }
.pencil { background-position: -64px -112px; }
.clock { background-position: -80px -112px; }
.disk { background-position: -96px -112px; }
.calculator { background-position: -112px -112px; }
.zoomin { background-position: -128px -112px; }
.zoomout { background-position: -144px -112px; }
.search { background-position: -160px -112px; }
.wrench { background-position: -176px -112px; }
.gear { background-position: -192px -112px; }
.heart { background-position: -208px -112px; }
.star { background-position: -224px -112px; }
.link { background-position: -240px -112px; }
.cancel { background-position: 0 -128px; }
.plus { background-position: -16px -128px; }
.plusthick { background-position: -32px -128px; }
.minus { background-position: -48px -128px; }
.minusthick { background-position: -64px -128px; }
.close { background-position: -80px -128px; }
.closethick { background-position: -96px -128px; }
.key { background-position: -112px -128px; }
.lightbulb { background-position: -128px -128px; }
.scissors { background-position: -144px -128px; }
.clipboard { background-position: -160px -128px; }
.copy { background-position: -176px -128px; }
.contact { background-position: -192px -128px; }
.image { background-position: -208px -128px; }
.video { background-position: -224px -128px; }
.script { background-position: -240px -128px; }
.alert { background-position: 0 -144px; }
.info { background-position: -16px -144px; }
.notice { background-position: -32px -144px; }
.help { background-position: -48px -144px; }
.check { background-position: -64px -144px; }
.bullet { background-position: -80px -144px; }
.radio-off { background-position: -96px -144px; }
.radio-on { background-position: -112px -144px; }
.pin-w { background-position: -128px -144px; }
.pin-s { background-position: -144px -144px; }
.play { background-position: 0 -160px; }
.pause { background-position: -16px -160px; }
.seek-next { background-position: -32px -160px; }
.seek-prev { background-position: -48px -160px; }
.seek-end { background-position: -64px -160px; }
.seek-first { background-position: -80px -160px; }
.stop { background-position: -96px -160px; }
.eject { background-position: -112px -160px; }
.volume-off { background-position: -128px -160px; }
.volume-on { background-position: -144px -160px; }
.power { background-position: 0 -176px; }
.signal-diag { background-position: -16px -176px; }
.signal { background-position: -32px -176px; }
.battery-0 { background-position: -48px -176px; }
.battery-1 { background-position: -64px -176px; }
.battery-2 { background-position: -80px -176px; }
.battery-3 { background-position: -96px -176px; }
.circle-plus { background-position: 0 -192px; }
.circle-minus { background-position: -16px -192px; }
.circle-close { background-position: -32px -192px; }
.circle-triangle-e { background-position: -48px -192px; }
.circle-triangle-s { background-position: -64px -192px; }
.circle-triangle-w { background-position: -80px -192px; }
.circle-triangle-n { background-position: -96px -192px; }
.circle-arrow-e { background-position: -112px -192px; }
.circle-arrow-s { background-position: -128px -192px; }
.circle-arrow-w { background-position: -144px -192px; }
.circle-arrow-n { background-position: -160px -192px; }
.circle-zoomin { background-position: -176px -192px; }
.circle-zoomout { background-position: -192px -192px; }
.circle-check { background-position: -208px -192px; }
.circlesmall-plus { background-position: 0 -208px; }
.circlesmall-minus { background-position: -16px -208px; }
.circlesmall-close { background-position: -32px -208px; }
.squaresmall-plus { background-position: -48px -208px; }
.squaresmall-minus { background-position: -64px -208px; }
.squaresmall-close { background-position: -80px -208px; }
.grip-dotted-vertical { background-position: 0 -224px; }
.grip-dotted-horizontal { background-position: -16px -224px; }
.grip-solid-vertical { background-position: -32px -224px; }
.grip-solid-horizontal { background-position: -48px -224px; }
.gripsmall-diagonal-se { background-position: -64px -224px; }
.grip-diagonal-se { background-position: -80px -224px; }

.imgLeft {
	float: left;
	margin: 3px 15px 10px 0;
	clear: left;
}


.imgRight {
	float: right;
	margin: 3px 0px 10px 15px;
	clear: right;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.5em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex
	}