body{
	margin:0px;	
}
#boxIt{
	width:1000px;
	height:400px;
	margin:0px;
	background:url(../img/companyBg.jpg) no-repeat bottom right;	
}
#contentTable{
	width:981px;
	margin-left:10px;
}
#title{
	height:24px;
}
#titleCell{
	width:981px;
	font-size:24px;
	font-weight:bold;
	color:#dc0023;
}
#row{
	/**
	 *  height:360px;
	**/
}
.imgTitle{
  font-size:12px;
  font-style:italic;
  color:#585858;
}
.detailsLnk{
	cursor:default;
}
a:link, a:visited{
	color:#dc0023;
	text-decoration:underline;
	font-weight:bold;
}
a:hover, a:active, a:focus{
	color:#dc0023;
	text-decoration:underline;
	font-weight:bold;
}
/*
 * Klassen für dreispaltiges Layout
 * 
 */
#left, #middle, #middleCompany{
	border-right:1px solid Black;
}
#left{
	width:318px;
	padding-right:7px;
	height:360px;
}
#middle{
	width:313px;
	padding:0px 7px 0px 5px;
	height:360px;
}
#right{
	width:320px;
	padding-left:5px;
	height:360px;
}
#middleCompany{
	width:313px;
	padding:0px 7px 0px 5px;
	height:60px;
}
#rightCompany{
	width:320px;
	padding-left:5px;
	height:60px;
}
#middleCompany2{
	width:313px;
	padding:0px 7px 0px 5px;
	height:60px;
}
#rightCompany2{
	width:320px;
	padding-left:5px;
	height:300px;
}
/*
 * Zusätzliche Klassen für Layout mit doppelter linker und einfacher rechter Spalte
 */
#leftDouble{
	width:645px;
	height:360px;
	padding-right:5px;
	border-right:1px solid black;
}

/*
 * Bilder Klassen
 * 
 * Nach Bildern die nicht von Text umflossen werden sollen,
 * auch bei Bildern die die volle Breite einnehmen,
 * ausgenommen Bilder am Textende (".imgBottom",".imgBottomLeft",
 * ".imgBottomRight"), muss ein leeres div mit der Klasse
 * ".imgClear" notiert werden um das Umfließen zu unterbinden.
 * Bsp.:
 * <img src="../path/anyImage.jpg" alt="" class="anyClass">
 * <div class="imgClear"></div>
 */
.imgClear{
	width:315px;
	clear:both;
	font-size:0px;
	line-height:0px;
}
/* Bilde Oben Volle Breite */
.imgTop{
	margin:2px 0px 5px 0px;
}
/* Bild Links Oben */
.imgTopLeft{
	float:left;
	margin:2px 7px 7px 0px;
}
/* Bild Rechts Oben */
.imgTopRight{
	float:right;
	margin:3px 0px 7px 7px;
}
/* --Bild Mittig Volle Breite */
.imgMiddle{
	margin:7px 0px 7px 0px;
}
/* Bild Mittig Links */
.imgMiddleLeft{
	float:left;
	margin:7px 7px 7px 0px;
}
/* Bild Mittig Rechts */
.imgMiddleRight{
	float:right;
	margin:7px 0px 7px 0px;
}
/* Bild Unten Volle Breite */
.imgBottom{
	margin-top:7px;
}
/* Bild Unten Links */
.imgBottomLeft{
	float:left;
	margin:7px 7px 0px 0px;
}
/* Bild Rechts Unten*/
.imgBottomRight{
	float:right;
	margin:7px 0px 0px 7px;
}

