/* CSS Document */

body table tr td strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
/* Produktnamen mit hover-Effekt */
.pro_name {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.unter_name {
	line-height: 2px;
	font-size: 14px;
	}

.pro_name2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.pro_name a {
	text-decoration:none;
	color:#000;
}
.pro_name a:hover {
	text-decoration:none;
	color: #00F;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.adress {
	line-height: 24px;
}
.pro_tds a {
	text-decoration:none;
	color:#000;
	font-size: 12px;
	line-height: 19px;
}
/*Produktbeschreibungen */
.pro-beschreibung {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.pro-beschreibung p{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder {
	float:left;
	margin-left: 25px;
	width: 1000px;
	height: 1000px;
}
/* Navigation irakische Seite */
#navigation {
	float: left;
	width: 170px;
	font-size: 12px;
	text-align: right;
	margin-top: 100px;
	padding-left: 0;
	}
#navigation ul {
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}	
#navigation li {
	text-decoration: none;
	list-style-type: none;
	line-height: normal;
}	
#navigation li a {
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	color:#000;
}	
/*Content irakische Seite */
#content {
	float: left;
	width: 750px;
	height: 1000px;
	margin-left: 25px;
	border-left: 1px solid #000;
	}
/*links für die index-seite */
.link-index {
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	color: #000;
	line-height: 12px;
}
.link-index_2 a {
	text-decoration:none;
	font-size:9px;
	font-weight: bold;
	color:#000;
}

.link-index_2  {
	text-decoration:none;
	font-size:9px;
	font-weight: bold;
}
#construction {
	background-image:url(../Bilder/hg_construction_4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 180px;
	height: 90px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 15px;
	float:left;
	text-align:center;
	
	}
#construction p {
	line-height: 18px;
	padding-top: 48px;
	padding-left:  -24px;
	padding-right: 4px;
	}
#construction .link-index {
	font-weight: bold;
	font-size:12px;
	}


/* Ende index-seite */

/* Slick Linie unter */
.slick_line {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	}
	
