/*  --Unternehmen CSS--  */

/*  --Allgemeine Darstellung-------------------------------------------------------------------------------------------------------------------------------------------------------*/	

body, table, tr, td  {
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica;
	font-size:11px;
	color:#616161;
	text-decoration:none;
}

body {
	background-image:url(../img_index/unternehmen/bg_unternehmen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#a2a6ab;
}

.textbox2 table, .textbox2 tr, .textbox2 td   {
	background-color:#f0eeee;
}

a  {
	text-decoration:none;
	color:#616161;
	cursor:pointer;
}

img  {border:none;}

h1  {
	font-size:16px;
	font-weight:normal;
}

h2  {
	background-image:url(../img_index/unternehmen/icon_kasten.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:21px;
	font-size:12px;
	font-weight:bold;
}

/*  --Grundstruktur - Rahmen-------------------------------------------------------------------------------------------------------------------------------------------------------*/	

#rahmen_left  {
	background-image:url(../img_index/unternehmen/rahmen_left.jpg);
	background-repeat:no-repeat;
	height:944px;
	width:165px;
	background-color:#a2a5aa;
}

#center  {
	width:859px;
	height:100%;
}

#rahmen_right  {
	background-image:url(../img_index/unternehmen/rahmen_right.jpg);
	background-repeat:no-repeat;
	height:944px;
	width:165px;
	background-color:#a2a5aa;
}

/*  --Aufteilung Header-------------------------------------------------------------------------------------------------------------------------------------------------------*/	

#header  {
	height:78px;
	background-color:transparent;
}

	#logo  {
		margin-top:20px;
		margin-left:5px;
		float:left;
	}

	#anschrift  {
		margin-top:17px;
		margin-right:8px;
		float:right;
		text-align:right;
		color:#565555;
	}

/*  --Aufteilung Mittelteil  +  Navigation-------------------------------------------------------------------------------------------------------------------------------------------------------*/	
	
#container  {
	height:100%;
	min-height:824px;
}
	
	.top_nav  {
		height:196px;
		border-bottom:1px solid #5b5b5b;
		text-align:left;
		color:#969696;
		font-size:16px;
	}
		#pic_top_nav  {
			border:8px solid white;
			border-bottom:0px;
			float:left;
			background-image:url(../img_index/unternehmen/kaelte_top_nav.jpg);
			background-repeat:no-repeat;
			height:188px;
			width:203px;
		}
		
		#pic_top_nav2  {
			border:8px solid white;
			border-left:0px;
			border-bottom:0px;
			float:left;
			background-image:url(../img_index/unternehmen/klima_top_nav.jpg);
			background-repeat:no-repeat;
			height:188px;
			width:207px;
		}
		
		#pic_top_nav3  {
			border:8px solid white;
			border-left:0px;
			border-bottom:0px;
			float:left;
			background-image:url(../img_index/unternehmen/grosskuechen_top_nav.jpg);
			background-repeat:no-repeat;
			height:188px;
			width:207px;
		}
		
		#pic_top_nav4  {
			border-top:8px solid white;
			float:left;
			background-image:url(../img_index/unternehmen/ladenbau_top_nav.jpg);
			background-repeat:no-repeat;
			height:188px;
			width:202px;
		}
			#nav_top_text, #nav_top_text2, #nav_top_text3, #nav_top_text4  {
				margin-top:135px;
				padding-top:8px;
				padding-bottom:3px;
			}
			
			#pic_top_nav:hover  {
				background-image:url(../img_index/top_nav_hover_blue.gif);
				background-repeat:no-repeat;
				color:white;
			}
			
			#pic_top_nav2:hover  {
				background-image:url(../img_index/top_nav_hover_green.gif);
				background-repeat:no-repeat;
				color:white;
			}
			
			#pic_top_nav3:hover  {
				background-image:url(../img_index/top_nav_hover_silver.gif);
				background-repeat:no-repeat;
				color:white;
			}
			
			#pic_top_nav4:hover  {
				background-image:url(../img_index/top_nav_hover_yellow.gif);
				background-repeat:no-repeat;
				color:white;
			}

	.left_nav  {
		width:211px;
		padding-top:22px;
		padding-left:21px;
		font-size:14px;
		
	}
		#nav_0  {
			padding-bottom:14px;
		}
		
			.nav_0:hover  {
				color:#006AB2;
			}	

			.nav_1  {
					padding-left:10px;
			}
				
				.nav_1:hover  {
					color:#006AB2;
				}
			
			#nav_active, .nav_0_active  {
				font-weight:bold;
				padding-bottom:14px;
			}
			
	.content  {
		width:632px;
		padding-top:22px;
		padding-right:8px;
	}
	
		.textbox  {
			background-color:#f0eeee;
			padding:13px;
			width:33%;
		}
		
		.textbox2  {
			background-color:#f0eeee;
			padding:13px;
			border-bottom:8px solid white;
		}
			
		.textbox3  {
			background-color:#f0eeee;
			padding:13px;
			width:50%;
		}
		
		.textbox_small  {
			background-color:#f0eeee;
			padding:11px;
			width:33%;
			border:11px solid white;
			border-right:0px;
			border-left:0px;
		}
		
		.bild  {
			padding:11px;
			padding-left:0px;
			padding-right:6px;
			padding-bottom:12px;
			width:66%;
		}

/*  --Aufteilung Footer-------------------------------------------------------------------------------------------------------------------------------------------------------*/	

#nav_pic_bottom  {
	background-image:url(../img_index/unternehmen/nav_pic_bottom.jpg);
	background-repeat:no-repeat;
	height:246px;
	width:206px;
	position:absolute;
	margin-top:133px;
	margin-left:-21px;
}

#footer {
	background-color:#969696;
	height:42px;
	color:#fff;
	padding-left:8px;
}

	#footer_nav  {
		float:left;
	}

		#footer a  {
			color:#fff;
		}
		
		#footer a:hover  {
			color:#fff;
			text-decoration:underline;
		}
	
	#reg  {
		float:right;
		padding-right:8px;
	}
	
/*  --Bilder - Galerie--------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#image_container_2, 
#image_container_2,
#image_container_3,
#image_container_4,
#image_container_5,
#image_container_6,
#image_container_7, 
#image_container_8, 
#image_container_9,
#image_container_10,
#image_container_11,
#image_container_12,
#image_container_13,
#image_container_14 {
	display: none;
}

#image_button_1, 
#image_button_2,
#image_button_3,
#image_button_4,
#image_button_5,
#image_button_6,
#image_button_7,
#image_button_8,
#image_button_9,
#image_button_10,
#image_button_11,
#image_button_12,
#image_button_13,
#image_button_14  {
	height:8px;
	width:20px;
	background-color:#fff;
	font-size:10px;
	text-align:center;
	margin-right:3px;
}

#image_button_1:hover, 
#image_button_2:hover,
#image_button_3:hover,
#image_button_4:hover,
#image_button_5:hover,
#image_button_6:hover,
#image_button_7:hover,
#image_button_8:hover,
#image_button_9:hover,
#image_button_10:hover,
#image_button_11:hover,
#image_button_12:hover,
#image_button_13:hover,
#image_button_14:hover {
	background-color:#969696;
	color:white;
}

h1.imagelist_hl  {
	display:inline;
}

.imagelist {
	height: 200px;
	min-height: 200px;
}
.imagelist .container {
	z-index: 2;
	position: absolute;
}

.imagelist .container table {
	width:632px;
}

.imagelist .navigation div {
	display: inline; 
	padding: 4px;
	padding-left:7px;
	padding-right:7px;
	cursor: pointer;
}

.imagelist .navigation div.nav2 {
	display: inline; 
	padding: 4px;
	padding-left:4px;
	padding-right:4px;
	cursor: pointer;
}

.imagelist .navigation {
	z-index: 3;
	position: absolute;
	margin-left: 425px;
	margin-top: 11px;
}

.textbox_small2  {
	padding:11px;
	width:180px;
	margin-left:30px;
}
