body {
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: .7em;
	line-height: 1.4em;
	text-align: center;
	}

a {
	color: #000;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

small {
	font-size: .95em;
}

h2 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}
	
h1 {
	font-size: 1.3em;
	line-height: 1.5em;
}

select {
	font-size: 11px;
}

#zentrierer {
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

* html #zentrierer {
	width: 820px;
}

#bg_top {
	position: absolute;
	left: 0px;
	background-image: url(gfx/bg_top.png);
	background-repeat: repeat-x;
	height: 250px;
	width: 100%;
}

* html #b\g_top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/bg_top.png', sizingMethod='scale');
}

#rahmen {
	position: relative;
	float: left;
	padding-top: 1px;
	background-image: url(gfx/milchglas_soft.png);
	background-repeat: repeat;
	width: 100%;
	z-index: 1;
}

* html #r\ahmen {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/milchglas_soft.png', sizingMethod='scale');
}

#head {
	background-color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 310px;
}

	#slogan {
		position: relative;
		margin-left: 20px;
		margin-top: 40px;
		float: left;
		}

	#eqzert {
		position: relative;
		margin-left: 80px;
		float: left;
		margin-top: 10px;
	}
			
	#topnav {
		position: relative;
		float: right;
		width: 195px;
		height: 22px;
		background-image: url(gfx/topnav_bg.png);
		margin-right: 35px;
		margin-top: 20px;
		font-size: 10px;
		padding-top: 8px;
		text-align: center;
		z-index: 200;
	}
	
	* html #t\opnav {
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/topnav_bg.png', sizingMethod='scale');
	}
	
	* html #topnav {
		height: 30px;
	}
		
		#topnav a {
			text-decoration: none;
			color: #959595;
		}
				
		#topnav a:hover {
			color: #707070;
		}		
				
		
	#logo {
		position: relative;
		float: right;
		margin-right: 80px;
		margin-top: 40px;
		background-image: url(gfx/logo.gif);
		background-color: #FFF;
		background-repeat: no-repeat;
	}

	#pic {
		position: relative;
		float: left;
		width: 535px;
		margin-left: 13px;
		height: 170px;
	}
			
	#navi {
		position: relative;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
		padding-left: 15px;
		width: 720px;
		height: 28px;
		background-image: url(gfx/navbar.gif);
		background-repeat: no-repeat;
		font-size: 11px;
		text-align: left;
	}

	* html #navi {
		width: 735px;
	}

		.nav td {
			border-right: 1px solid #a3b9ef;
			background-position: bottom center;
			background-image: url(gfx/milchglas_soft.png);
		}
		
		* html .n\av td {
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/milchglas.png', sizingMethod='scale');
		}
		
		.nav a {
			text-decoration: none;
			padding-left: 12px;
			padding-right: 12px;
			padding-top: 8px;
			padding-bottom: 6px;
			line-height: 28px;
			font-size: 11px;
			margin: 0px;
		}
		
		.nav span {
			/* border-bottom: 1px solid #C0C0C0; */
		}
		
		.nav td:hover {
			border-right: 1px solid #c8d2e9;
			color: #818283;
		}
				
		.nav a {
			color: #2b2d30;
		}
			
		.nav a:hover {
			color: #535353;
		}		
		
#sidebar {
	position: relative;
	background-color: #FFF;
	float: left;
	width: 176px;
	color: #8c7d45;
	background-color: #f4f4f4;
	margin-left: 20px;
	margin-right: 10px;
	padding: 7px;
	text-align: justify;
}

* html #sidebar {
	width: 190px;
}

#sidebar a {
	color: #8c7d45;
}
	
#bod {
	margin: 0px 10px 0px 10px;
	background-color: #FFF;
	position: relative;
	float: left;
	z-index: 0;
	text-align: left;
}
	
#content p {
	margin-left: 8px;
	text-align: justify;
	line-height: 16px;
}

#content {
	position: relative;
	float: left;
	width: 315px;
	color: #434343;
	padding-left: 10px;
	border-left: 1px solid #a2b8ef;
	text-align: left;
}

* html #content {
	width: 327px;
}

#sidepic {
	position: relative;
	float: left;
	background-position: center center;
	width: 203px;
	height: 443px;
	margin-top: 15px;
	margin-left: 10px;
}

#foot {
	position: relative;
	font-size: .95em;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #7d7d7d;
	padding-bottom: 10px;
	text-align: left;
	width: 500px;
}

	#foot a {
		color: #7d7d7d;
	}

	#foot p {
		margin-top: 50px;
	}

	#foot small {
		line-height: 24px;
		color: #AAA;
		border-top: 1px solid #CACACA;
	}

#drucken {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	padding-bottom: 20px;
}

#gehezu {
	position: relative;
	float: right;
	padding: 5px;
	color: #2b2d30;
	margin-right: 15px;
}
	
#firmenprofil_subnavi {
	position: absolute;
	top: 28px;
	width: 120px;
	height: 18px;
	text-align: center;
	padding: 2px;
	left: 65px;
	background-color: #FFF;
	font-size: 11px;
	display: none;
	z-index: 100;
}
	#firmenprofil_subnavi a {
		text-decoration: none;
		color: #818283;
		padding: 0px;
		margin: 0px;
		line-height: 14px;
	}
		
	#firmenprofil_subnavi a:hover {
		color: #434343;
	}

#ansichten  {
	position: absolute;
	top: 73px;
	text-align: left;
	left: 0px;
}

#ansichten_content {
	width: 535px;
	line-height: 30px;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	background-image: url(gfx/milchglas_soft.png);
	background-repeat: repeat;
	display: none;
	}
	
* html #a\nsichten_content {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/milchglas_soft.png', sizingMethod='scale');
	}

#ansichten a {
	color: #FFF;
	}

#springer a {
	color: #FFF;
}

#news img {
	float: left;
	margin: 0px 5px 10px 0px;
	border: 1px solid #a7a7ca;
}

#news img:hover {
	border: 1px solid #8c7d45;
}

#startbox {
	background-color: #4e70c4;
	float: left;
	width: 205px;
	color: #fff;
	margin-right: 6px;
	margin-left: 3px;
	position: relative;
	text-align: left;
	padding-top: 10px;
	height: 440px;
	overflow: hidden;
}

#startbox a {
	color: #fff;
	}
	
#bluebox {
	position: relative;
	float: left;
	background-color: #c7d3eb;
	height: 200px;
	width: 100%;
	border-top: 6px solid #fff;
	margin-top: 10px;
}

.miniheadline {
	border-bottom: 1px solid silver;
	}
	

.gold {
	color: #8c7d45;
	}

.einruecken {
	margin-left: 10px;
}

.aktuell {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #C0C0C0;
	margin: 5px;
}

.aktuell:hover {
	border: 1px solid #8c7d45;
}

.kontaktperson {
	float: left;
	margin-left: 5px;
	margin-bottom: 18px;
	width: 110px;
	}

.italic {
	font-style: italic;
}

.zurueck {
	position: relative;
	float: left;
	width: 400px;
	height: 25px;
	float: left;
}

.thumbnail {
	height: 90px;
}