/* CSS Document */

body, td, th {
	font-size: 12px;
	color: #4C4C5A;
}
#inhalt {
	color: #4C4C5A;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	padding:0px;
	/*border-bottom: 1px solid #fff;*/
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	color: #036;
	margin: 4px 0 12px 0;
}

h2 {
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.00em;
	color: #036;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}		
p {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #4C4C5A;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.linie1px {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#inhalt a {
	color: #4C4C5A;
	text-decoration: none;
	border-bottom: 1px dotted #4C4C5A;
	padding-bottom: 1px;
}
#inhalt a:hover {
	text-decoration: none;
	color:#036;
	border-bottom: 1px solid #036;
	padding-bottom: 1px;
}
#inhalt ul li {
	list-style-type: square;
}
#inhalt ul ul li {
	list-style-type: circle;
}
img.leftImg {
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}
	
img.rightImg {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
#footer a,
#footer p {
	font-size:10px;
	color: #036;
}
.textfelder {
	background-color: #B1BDD3;
	color: #000000;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #666;
	vertical-align: middle;
	height: 16px
}
/*######################## Lightbox #####################*/
.bilderVerbergen {
	float:left;
	margin:0 7px 0 0;
	display:block;
	position:relative;
}
.bilderZeigen {
	display:block;
	width:100%;
}
.clearen {
	clear:both;
}
.lightbox {
	text-align: center;
	height: 150px;
	width: 130px;
	float: left;
	border:solid 1px #CCCCCC;
	margin: 5px 10px 5px 0 ;
	position:relative;
}
.lightbox1 {
	text-align: center;
	height: 150px;
	width: 130px;
	float: left;
	border:solid 1px #CCCCCC;
	margin: 5px 10px 5px 0 ;
	position:relative;
	display:none;
}
.lightbox img {
	height:100%;
	width:100%;
	border:0;
}
.lightbox a {
	display: block;
	width: 130px;
	height: 130px;
	text-decoration: none;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	cursor: pointer;
	border-bottom: 0px;
}
.lightbox a:hover {
	background-color: #E0F3FF;
	border-bottom: 0px;
}
.lightbox .filename {
	clear:both;
	width: 100%;
	height: 19px;
	padding: 0;
	margin: 0px;
	color:#fff;
	background-color:#D9DDE9;
	display:block;
	position:absolute;
	top:130px;
	left:0px;
	border-top:solid 1px #CCCCCC;
}
.lightbox .filename img {
	height: 14px;
	width: 14px;
	margin-top:3px;
}

/*###################Produktseiten########################*/

#inhalt span.prodbez,
#inhalt a.prodbez {
	color:#4D6073;
	border-bottom:solid 1px #fff; 
	display:block; 
	padding:6px 4px;
	text-decoration: none;
}
#inhalt a.prodbez:hover {
	color:#2B3540;
	text-decoration: underline;
	display:block; 
	padding:6px 4px;
	border-bottom:solid 1px #fff; 
}
/* für die Links PDF, E-Mail und Prod-PDF*/
#inhalt td.prodLink {
	margin: 0px;
	height: 24px;
	border-right:solid 1px #fff;
}
#inhalt td.prodLink img {
	vertical-align: middle;
	border-style: none;
}
#inhalt td.prodLink a {
	display: block;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 2px 0 0 0;
	text-decoration: none;
	border: none;
	height: 22px;
}
#inhalt td.prodLink a:hover {
	background: #343847;
	color:#898989;
	padding: 2px 0 0 0;
	text-decoration: none;
	border: none;
	height: 22px;
}
