@charset "UTF-8";
/* CSS Document */
body {
	background-color: #e2e2e2;
	margin: 0px 0px;
	text-align:justify;
}
a {
	text-decoration:none
}

#Blackline {
	height: 5px;
	background-color: #000;
}

/*Links E-Mail*/
a.Email:link {color:#da001b; text-decoration: none;}
a.Email:visited {color:#da001b; text-decoration: none;}
a.Email:hover {color:#da001b; text-decoration: underline;}
a.Email:active {color:#da001b; text-decoration: underline;}

#topRight a.Email:link {color:#FFF; text-decoration: none;}
#topRight a.Email:visited {color:#FFF; text-decoration: none;}
#topRight a.Email:hover {color:#FFF; text-decoration: underline;}
#topRight a.Email:active {color:#FFF; text-decoration: underline;}
/*End Links E-Mail*/

/*Red Links RU,DE*/
#HomeRU #NavRU, #AboutRU #NavRU, #ServicesRU #NavRU, #ManufacturersRU #NavRU, #ContactRU #NavRU, #ImpressumRU #NavRU, #TandCRU #NavRU,
#HomeEN #NavEN, #AboutEN #NavEN, #ServicesEN #NavEN, #ManufacturersEN #NavEN, #ContactEN #NavEN, #ImpressumEN #NavEN, #TandCEN #NavEN,
#HomeDE #NavDE, #AboutDE #NavDE, #ServicesDE #NavDE, #ManufacturersDE #NavDE, #ContactDE #NavDE, #ImpressumDE #NavDE, #TandCDE #NavDE,

#EngineeringRU #NavRU, #SuppliersRU #NavRU, #StorageRU #NavRU, #LogisticsRU #NavRU, #AgensyRU #NavRU, #AuxiliaryRU #NavRU,
#EngineeringEN #NavEN, #SuppliersEN #NavEN, #StorageEN #NavEN, #LogisticsEN #NavEN, #AgensyEN #NavEN, #AuxiliaryEN #NavEN,
#EngineeringDE #NavDE, #SuppliersDE #NavDE, #StorageDE #NavDE, #LogisticsDE #NavDE, #AgensyDE #NavDE, #AuxiliaryDE #NavDE a {
	text-decoration: none;
	text-shadow: none;
	cursor: default;
	background: linear-gradient(top, #da001b 60%, #760015 100%);
	background: -moz-linear-gradient(top, #da001b 60%, #760015 100%);
	background: -webkit-linear-gradient(top, #da001b 60%, #760015 100%);
	background: -ms-linear-gradient(top, #da001b 60%, #760015 100%);
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#da001b, endColorstr=#760015); zoom: 1;
}
/*Red Links Home, About, Services, Manufacturers, Contact*/
#HomeRU #NavHome, #AboutRU #NavAbout, #ServicesRU #NavServices, #ManufacturersRU #NavManufacturers, #ContactRU #NavContact,
#HomeEN #NavHome, #AboutEN #NavAbout, #ServicesEN #NavServices, #ManufacturersEN #NavManufacturers, #ContactEN #NavContact,
#HomeDE #NavHome, #AboutDE #NavAbout, #ServicesDE #NavServices, #ManufacturersDE #NavManufacturers, #ContactDE #NavContact a {
	text-decoration: none;
	background: linear-gradient(top, #760015 0%, #da001b 50%);
	background: -moz-linear-gradient(top, #760015 0%, #da001b 50%);
	background: -webkit-linear-gradient(top, #760015 0%, #da001b 50%);
	background: -ms-linear-gradient(top, #760015 0%, #da001b 50%);
	text-shadow: none;
	cursor: default;
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#760015, endColorstr=#da001b); zoom: 1;
}
/*Red Links Navigation Services*/
#EngineeringRU #NavServ1 a, #EngineeringEN #NavServ1 a {
	text-decoration: none;
	background: url(grafik/Serv1A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#SuppliersRU #NavServ2 a, #SuppliersEN #NavServ2 a {
	text-decoration: none;
	background: url(grafik/Serv2A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#StorageRU #NavServ3 a, #StorageEN #NavServ3 a {
	text-decoration: none;
	background: url(grafik/Serv3A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#LogisticsRU #NavServ4 a, #LogisticsEN #NavServ4 a {
	text-decoration: none;
	background: url(grafik/Serv4A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#AgensyRU #NavServ5 a, #AgensyEN #NavServ5 a {
	text-decoration: none;
	background: url(grafik/Serv5A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#AuxiliaryRU #NavServ6 a, #AuxiliaryEN #NavServ6 a {
	text-decoration: none;
	background: url(grafik/Serv6A.jpg);
	color: #da001b;	
	text-shadow: none;
}
/*End Red Links*/


/*Top und Logo*/
#top_bg {
	background: linear-gradient(top, #bebfc1 30%, #666 100%);
	background: -moz-linear-gradient(top, #bebfc1 30%, #666 100%);
	background: -webkit-linear-gradient(top, #bebfc1 30%, #666 100%);
	background: -ms-linear-gradient(top, #bebfc1 30%, #666 100%);
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#bebfc1, endColorstr=#666); zoom: 1;
	height: 30px;
	border-top: 1px solid #000;	
}
#top {
	margin: 0px auto;
	background: url(grafik/Tel.png);
	width: 931px;
	height: 30px;
}
#logo_bg {
	background-color: #fff;
	height: 150px;
}
#logo {
	background: url(grafik/Logo_ODINEX.png);
	margin: 0px auto;
	width: 931px;
	height: 150px;
}
/*End Top und Logo*/

/*NavTop RU,DE*/
#topNav {
	width: 400px;
	height: 30px;
	float: left;
}
#topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	list-style: none;
	float: left;
}
#topNav ul li a {
	color:#FFF;
	display: inline-block;
	padding: 7px 5px;
	margin: 0px 1px;
	height: 16px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#topNav ul a:hover {
	background: linear-gradient(top, #da001b 60%, #760015 100%);
	background: -moz-linear-gradient(top, #da001b 60%, #760015 100%);
	background: -webkit-linear-gradient(top, #da001b 60%, #760015 100%);
	background: -ms-linear-gradient(top, #da001b 60%, #760015 100%);
	text-shadow: none;
		/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#da001b, endColorstr=#760015); zoom: 1;
} 
#topNav ul a:active {
	text-decoration: none;
	background: linear-gradient(top, #da001b 60%, #760015 100%);
	background: -moz-linear-gradient(top, #da001b 60%, #760015 100%);
	background: -webkit-linear-gradient(top, #da001b 60%, #760015 100%);
	background: -ms-linear-gradient(top, #da001b 60%, #760015 100%);
	text-shadow: none;
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#da001b, endColorstr=#760015); zoom: 1;
}
/*End NavTop RU,DE*/

/*Top Right*/
#topRight {
	width: 400px;
	padding-top: 7px;
	height: 23px;
	float: right;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
	color:#FFF;
}
/*End Top Right*/

/*NavMain*/
#NavMain_bg {
	background: linear-gradient(top, #666 0%, #bebfc1 70%);
	background: -moz-linear-gradient(top, #666 0%, #bebfc1 70%);
	background: -webkit-linear-gradient(top, #666 0%, #bebfc1 100%);
	background: -ms-linear-gradient(top, #666 0%, #bebfc1 100%);
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#666, endColorstr=#bebfc1); zoom: 1;
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 5px solid #000;
}
#NavMain {
	margin: 0px auto;
	width: 931px;
	height: 30px;
}
#NavMain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-left: 160px;
}
#NavMain ul li {
	display: inline;
	float: left;
}
#NavMain ul li a {
	color:#FFF;
	display: inline-block;
	padding: 5px 0px;
	margin: 0px 1px;
	height: 20px;
	width: 120px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#NavMain ul a:hover {
	background: linear-gradient(top, #760015 0%, #da001b 50%);
	background: -moz-linear-gradient(top, #760015 0%, #da001b 50%);
	background: -webkit-linear-gradient(top, #760015 0%, #da001b 50%);
	background: -ms-linear-gradient(top, #760015 0%, #da001b 50%);
	text-shadow: none;
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#760015, endColorstr=#da001b); zoom: 1;
} 
#NavMain ul a:active {
	text-decoration: none;
	background: linear-gradient(top, #760015 0%, #da001b 50%);
	background: -moz-linear-gradient(top, #760015 0%, #da001b 50%);
	background: -webkit-linear-gradient(top, #760015 0%, #da001b 50%);
	background: -ms-linear-gradient(top, #760015 0%, #da001b 50%);
	text-shadow: none;
	/* Für Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr=#760015, endColorstr=#da001b); zoom: 1;
}
/*End NavMain*/

/*NavSevices*/
#NavServ_bg {
	background-color: #e2e2e2;
	height: 115px;
	border-top: 15px solid #e2e2e2;
	border-bottom: 15px solid #e2e2e2;
}
#NavServ {
	background-color: #e2e2e2;
	margin: 0px auto;
	width: 931px;
	height: 115px;
}
#NavServ ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#NavServ ul li {
	display: inline;
	float: left;
}
#NavServ ul li a {
	text-decoration: none;
	color:#000;
	display: inline-block;
	width: 154px;
	height: 35px;
	padding: 80px 0px 0px 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-left: 1px solid #666;
}
#NavServ li:last-child a { border-right: 1px solid #666; } 

#NavServ1 a {
	background: url(grafik/Serv1.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ1 a:hover {
	background: url(grafik/Serv1A.jpg);
	color: #da001b;
	text-shadow: none;
} 
#NavServ1 ul a:active {
	text-decoration: none;
	background: url(grafik/Serv1A.jpg);
	color: #da001b;	
	text-shadow: none;
}

#NavServ2 a {
	background: url(grafik/Serv2.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ2 a:hover {
	background: url(grafik/Serv2A.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ2 ul a:active {
	text-decoration: none;
	background: url(grafik/Serv2A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#NavServ3 a {
	background: url(grafik/Serv3.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ3 a:hover {
	background: url(grafik/Serv3A.jpg);
	color: #da001b;
	text-shadow: none;
} 
#NavServ3 ul a:active {
	text-decoration: none;
	background: url(grafik/Serv3A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#NavServ4 a {
	background: url(grafik/Serv4.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ4 a:hover {
	background: url(grafik/Serv4A.jpg);
	color: #da001b;
	text-shadow: none;
} 
#NavServ4 ul a:active {
	text-decoration: none;
	background: url(grafik/Serv4A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#NavServ5 a {
	background: url(grafik/Serv5.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ5 a:hover {
	background: url(grafik/Serv5A.jpg);
	color: #da001b;
	text-shadow: none;
} 
#NavServ5 ul a:active {
	text-decoration: none;
	background: url(grafik/Serv5A.jpg);
	color: #da001b;	
	text-shadow: none;
}
#NavServ6 a {
	background: url(grafik/Serv6.jpg);
	color: #da001b;	
	text-shadow: none;
} 
#NavServ6 a:hover {
	background: url(grafik/Serv6A.jpg);
	color: #da001b;
	text-shadow: none;
} 
#NavServ6 ul a:active {
	text-decoration: none;
	background: url(grafik/Serv6A.jpg);
	color: #da001b;	
	text-shadow: none;
}
/*End NavSevices*/

/*List inside content*/
#ListMain {
	padding-left: 20px;
	margin: 0;
}
#ListMain li {
	padding-left: 10px;
	margin: 0;
}
/*End List inside content*/

/*Content*/
#Main_bg {
	background-color: #fff;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}
#Main {
	background-color: #fff;
	margin: 0px auto;
	float: none;
	padding: 20px 20px 20px 30px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 879px;	
}
#MainText {
	margin: 0px 0px 0px 0px;
	width: 570px;
	min-height: 450px;
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
#MainImage {
	margin: 0px 0px 0px 0px;
	background-color: #CCC;
	width: 270px;
	height: 450px;
	float: right;
}
/*End Content*/

/*Footer*/
#NavFooter_bg {
	background-color: #e2e2e2;
	height: 50px;
	border-top: 5px solid #000;
}
#NavFooter {
	background-color: #e2e2e2;
	margin: 0px auto;
	width: 931px;
	height: 30px;
}
#NavFooter ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
#NavFooter ul li {
	display: inline;
}
#NavFooter ul li a {
	color:#000;
	display: inline;
	padding: 0 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	border-right: 1px solid #000;
}
#NavFooter li:last-child a { border-right: 1px solid #000; } 
#NavFooter ul a:hover, a:active {
	text-decoration: underline;
}
/*End Footer*/
