@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#999da0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	border:0;
}

.clr {
	clear:both;
}

#main-inner {
	background:url(../images/bg-content.gif) repeat-x 0 top;
	background-color:#fff;
	width:1059px;
	margin:auto;
}

#header {
	width:926px;
	height:107px;
	margin:0 auto;
	padding-top:25px;
	position:relative;
}

#header ul {
	position:absolute;
	bottom:21px;
	left:170px;
	list-style:none;
	color:#999c9e;
}

#header ul li {
	background:url(../images/sptr-topNav.gif) no-repeat right center;
	padding-right:10px;
	margin-right:7px;
	float:left;
	text-transform:uppercase;
}

#header ul a {
	color:#999c9e;
	text-decoration:none;
	padding:11px 22px 15px;
	display:block;
	float:left;
}

#header ul li.selected a,
#header ul li a:hover {
	background-color:#07275f;
	color:#fff;
}

#header ul li.selected ul a {
	background:none;
}

#header ul li.last {
	background:none;
}

#header ul ul {
	position:absolute;
	top:42px;
	left:-170px;
	width:800px;
}

#header ul ul li {
	background:none;
	padding:0;
	margin:0 42px 0 0;
	text-transform:none;
}

#header ul ul a {
	padding:0 0 0 11px; /*padding:0;*/
	color:#fff;
}

#header ul ul li.selected a{
	background:url(../images/bullet-subNav.gif) no-repeat left 3px;
	padding-left:11px;
	font-weight:bold;
}

#header ul ul li a:hover {
	background:url(../images/bullet-subNav.gif) no-repeat left 3px;
	padding-left:11px;
	/*font-weight:bold;*/
}

#content-inner {
	width:950px;/*-----Added BY Naveed----*/
	height:409px;
	margin:0 auto;
	overflow:hidden;
}

#content-inner .col-menu {
	width:168px;/*-----Added BY Naveed----*/
	height:371px;
	overflow:auto;
	float:left;
	margin-right:48px;
	padding-top:38px;
}

#content-inner .col-menu ul.artikel {
	list-style:none;
}

#content-inner .col-menu ul.artikel a {
	color:#001a4c;
	text-decoration:none;
	padding:6px 7px;
	display:block;
	height:14px;
	width:119px;/* added by Naveed */
}

#content-inner .col-menu ul.artikel a:hover,
#content-inner .col-menu ul.artikel li.selected a {
	background-color:#001a4c;
	color:#fff;
	font-weight:bold;
}

#content-inner .col-content {
	color:#001b4c;
	width:292px;
	height:409px;
	float:left;
	margin-right:20px;
	padding-top:38px;
	overflow:auto;
}

#content-inner .col-content h2 {
	font-size:12px;
	margin-bottom:5px;
}

#content-inner .col-content p {
	margin-bottom:21px;
	line-height:20px;
}

#content-inner .col-content a {
	color:#001b4c;
	font-style:italic;
}

#content-inner .col-content a:hover {
	text-decoration:none;
}

#content-inner .col-imageFilm {
	background-color:#a0aabc;
	width:415px;
	height:409px;
	overflow:hidden;
	float:left;
	position:relative;/*Adde by Naveed Dec 29-08*/
}

#footer {
	width:926px;
	margin:23px auto 0;
	padding-bottom:23px;
	position:relative;
}

#footer ul {
	list-style:none;
	font-size:9px;
}

#footer ul li {
	display:inline;
	margin-right:43px;
}

#footer ul a {
	color:#001a4c;
	text-decoration:none;
}

#footer ul a:hover {
	text-decoration:underline;
}

#footer h3 {
	font-size:10px;
	color:#001a4c;
	position:absolute;
	top:0;
	right:0;
}

#content-inner .col-dienst {
	background-color:#a0aabc;
	width:415px;
	height:369px;
	overflow:hidden;
	float:left;
	padding-top:40px;
	position:relative;
	text-align:center;
}

#content-inner .col-dienst p {
	color:#001b4c;
	font-size:10px;
	padding:16px 0 0 12px;
	text-align:left;/* Added by Aqeel */
}

/** Added by Aqeel **/
#content-inner .col-dienst .ImgText{
bottom:0px;
background:url(../images/blank.png);
left:0px;
position:absolute;
padding:10px 15px;
color:#001a4c;
font-size:9px;
*opacity: 0.4;
*filter: alpha(opacity = 50);
display:block;
width:96%;
color:#0f2856;
text-align:left; /* Added by Aqeel */
}

/** Added by Aqeel **/

/*--- Main Page ---*/
#main-page {
	background-color:#fff;
	width:1059px;
	margin:auto;
}

#main-page #header {
	height:85px;
}

#main-page #header ul {
	left:96px;
	bottom:0;
}

#content-main {
	height:432px;
	overflow:hidden;
	border-bottom:1px solid #d0d4de;
	padding-bottom:3px;
}
/*--- End Main Page ---*/


/*--- Home Page ---*/
#home-page {
	background-color:#fff;
	width:1059px;
	margin:auto;
}

#home-page #header {
	height:85px;
}

#home-page #header ul {
	left:7px;
	bottom:0;
}

#home-page #header ul li {
	background:url(../images/sptr-topNav2.gif) no-repeat right center;
	padding-right:33px;
	margin-right:30px;
}

#home-page #header ul li.last {
	background:none;
	margin-right:0;
	padding-right:0;
}

#home-page #header ul a {
	color:#001a4c;
}

#home-page #header ul a:hover {
	color:#fff;
}

#content-home {
	/*height:363px;*/
	height:431px;
	overflow:hidden;
	border-bottom:1px solid #d0d4de;
	padding-bottom:3px;
}

#home-page #footer {
	height:60px;
	line-height:60px;
}

#home-page #footer li.last {
	margin-right:0;
}




/*Added By Naveed Ahmed 29 Dec 08*/
.ProductDetial{
border-collapse:collapse;
width:270px;
margin-left:1px;
margin-bottom:5px;
}
.ProductDetial th{
padding:5px 5px 5px 8px;
background:#fafbfb;
text-align: left;
color:#001a4c;
border-top:#3a4e75 solid 1px;
border-bottom:#3a4e75 solid 1px;
border-left:#3a4e75 solid 1px;
}
.ProductDetial th.pdf-icon{
background:#fafbfb url(../images/pdf-icon.gif) left no-repeat;
background-position:5px;
padding:5px 0px 5px 5px;
border-right:#3a4e75 solid 1px;
border-left:none;
}
#content-inner .col-content .ProductDetial th.pdf-icon a{
display:block;
width:100px;
padding-left:25px;
font-style:normal;
}
.ProductDetial td{
background:#edf0f2;
padding:5px 5px 5px 8px;
color:#001a4c;
text-align: left;
border:#0d2655 solid 1px;
border-left:#a2acbe solid 1px;
}
.ProductDetial td.last{
background:#2f456d;
color:#FFFFFF;
font-size:10px;
padding:5px 0px 5px 5px;
border:#0d2655 solid 1px;

}
.ProductDetial td.btmlast{
border-bottom:#a3abbe solid 1px;

}
.col-imageFilm .ImgText{
bottom:0px;
background:url(../images/blank.png);
left:0px;
position:absolute;
padding:10px 15px;
color:#001a4c;
font-size:9px;
*opacity: 0.4;
*filter: alpha(opacity = 50);
display:block;
width:96%;
color:#0f2856;
}

#content-inner .col-menu ul.comparison {
	list-style:none;
}

#content-inner .col-menu ul.comparison li{
border-left:#a3abbe solid 1px;
border-right:#a3abbe solid 1px;
border-bottom:#001a4b solid 1px;
padding:8px 7px;
}
#content-inner .col-menu ul.comparison li.top{
	background-color:#001a4c;
	color:#fff;
	font-weight:bold;
	padding:5px 7px;
	border:none;
	margin-bottom:2px;

}
#content-inner .col-menu ul.comparison li.first{
border-top:#a3abbe solid 1px 
}
#content-inner .col-menu ul.comparison li.last{
border-bottom:#a3abbe solid 1px;
}
#content-inner .col-menu ul.comparison a {
	color:#7e8ca5;
	text-decoration:none;
	height:14px;
	float:right;
	margin-top:-14px;
}

#content-inner .col-menu .comLink{
text-align:right;
padding-top:5px;
}
#content-inner .col-menu .comLink a{
text-decoration: underline;
font-style:italic;
color:#3d5176;
}
#content-inner .col-menu .comLink a:hover{
text-decoration:none;
}

#stones{
	float:left; 
	width:685px;
	padding:0 20px; 
	background:#f2f4f6;
}
#stones .stonesInner{
background:#FFFFFF;
padding-left:45px;
padding-right:5px;
padding-top:10px;
}
#stones .stonesInner h2{
border-bottom:#001a4b solid 1px;
font-size:13px;
}
#stones .stonesInner h2 span{
width:110px;
display:block;
line-height:20px;
background:#001a4b;
color:#FFFFFF;
height:20px;
padding:0 10px;}
#stones .stonesInner .fram{
height:378px;
overflow: auto;
width:635px;

}
#stones .stonesInner .fram .tabledate{
clear:both;
margin-bottom:20px;
}

#stones .stonesInner .fram table{
border-collapse:collapse;
}
#stones .stonesInner .fram table tr{
	
}
#stones .stonesInner .fram table td{

border-bottom:#000000 solid 1px;
padding:10px 0;
}
#stones .stonesInner .fram table td.garybg{
width:26px!important;
background:#f2f4f6 ;}
#stones .stonesInner .fram table td.bulit{
background:url(../images/titel6_b1_Auswahl_v4_11.gif) no-repeat;
background-position:50px 13px;
}
#stones .stonesInner .fram table td.darkbg{
background-color:#e5e8ed;
border-left: solid 1px #b2bac9;
width:110px;
}

#stones .stonesInner .fram table td.td-thum{
background:#75839e;
color:#FFFFFF;
border-left: solid 1px #5b6c8b;
text-align:center;
padding:5px;
}
#stones .stonesInner .fram table td.td-thum img{
border:#FFFFFF solid 1px;}
#stones .stonesInner .fram table td.td-thum div{
padding:5px;
width:86px;
overflow:hidden;
}
#stones .stonesInner .fram table td.first{
width:136px;
overflow:hidden;
color:#001a4b;
}
#stones .stonesInner .fram table td.noboder{
border-left:none}

.gallryBtn{
position:absolute;
/*right:0px;*/
right:180px;
*right:179px;
 /*
 *right:-1px;*/
top:0px;
background:url(../images/gallry-btn.png);
*background:url(../images/gallry-btn2.gif);
width:70px;
line-height:31px;
*line-height:29px;
text-align:center;
font-size:13px;
height:33px;
display:block;
}
.gallryBtn a{
color:#07275f;
font-weight:bold;
text-decoration:underline;
}
.gallryBtn a:hover{
color:#000000;
text-decoration: none;
}

/*End Styles by Naveed Ahmed 29 Dec 08*/


/*--- Styles by Raheel Ayub 31 December 2008 ---*/

#content-inner .col-menu ul.auswahl-links {
	margin-top:10px;
	color:#001A4C;
}

#content-inner .col-menu ul.auswahl-links li {
	padding:6px 7px;
	float:left;
	width:135px;
}

#content-inner .col-menu ul.auswahl-links li.top {
	width:137px;
}

#content-inner .col-menu ul.auswahl-links li.first {
	background:url(../images/bg-paginationTop.gif) no-repeat top right;
	border-top:none;
	padding:8px 7px 4px;
}

#content-inner .col-menu ul.auswahl-links li.first span {
	float:left;
}

#content-inner .col-menu ul.auswahl-links .pagination {
	margin:2px 0 0 6px;
	color:#001a4b;
	font-weight:bold;
	line-height:9px;
	float:left;
}

#content-inner .col-menu ul.auswahl-links .pagination a {
	float:left;
	position:static;
	display:block;
	color:#001a4b;
	margin:0 1px;
	_margin:0 0 0 1px;
}

.compare,
.comparePDF {
	background:#fff;
	margin-top:4px;
	border:1px solid #001a4b;
}

.compare a,
.comparePDF a {
	color:#001A4B;
	font-style:italic;
	padding:8px 7px;
	display:block;
}

.comparePDF a {
	background:#fff url(../images/pdf-icon.gif) no-repeat 7px center;
	padding:8px 7px 8px 40px;
}

.compare a:hover,
.comparePDF a:hover {
	text-decoration:none;
}

#content-inner .leftGallery {
	margin-right:44px;
}

#selection {
	height:409px;
	width:729px;
	overflow:hidden;
	float:left;
}

#selection .scroll-left {
	float:left;
}

#selection .scroll-right {
	float:left;
}

#selection .scroll-center {
	background:url(../images/line-scrolling.gif) repeat-x center 367px;
	width:673px;
	float:left;
	height:409px;
	overflow:hidden;
	background-color:#f8f7f5;
	position:relative;
}

#selection .scroll-center table td {
	height:409px;
	vertical-align:top;
}

#selection .scroll-center #noob-gallery {
	position:absolute;
}

#selection .scroll-center .prod {
	width:133px;
	height:409px;
	float:left;
	margin-right:2px;
	_margin-right:1px;
	position:relative;
	display:block;
}

#selection .scroll-center .prod .bgImg {
	position:absolute;
	top:0;
	left:0;
}

#selection .scroll-center .last {
	margin-right:0;
}

/*#selection .scroll-center .prod .imgProd a {
	width:133px;
	height:312px;
	display:block;
	position:relative;
	text-decoration:none;
}

#selection .scroll-center .prod a span {
	background:url(../images/blank2.png) repeat;
	display:block;
	padding:24px 12px 10px;
}

#selection .scroll-center .prod a span small.bold {
	font-weight:bold;
	color:#001a4c;
	text-decoration:none;
	margin-bottom:8px;
	display:block;
}

#selection .scroll-center .prod a span small {
	color:#001a4c;
	text-decoration:none;
	margin-bottom:15px;
	display:block;
}*/

#selection .scroll-center .prod .imgArea {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	height:312px;
	width:133px;
}

#selection .scroll-center .prod .prodName {
	background:url(../images/blank2.png) repeat;
	_background:#fff none;
	height:38px;
	width:103px;
	border-bottom:1px solid #14376a;
	padding:12px 15px 5px 15px;
	font-size:10px;
	_filter: alpha(opacity = 70);
	position:absolute;
	top:312px;
	left:0;
}

#selection .scroll-center .prod .prodName h4 {
	color:#001a4c;
	font-size:10px;
	margin-bottom:12px;
}

#selection .scroll-center .prod .prodName a {
	color:#001a4c;
}

#selection .scroll-center .prod .prodName a:hover {
	text-decoration:none;
}

#selection .scroll-center .prod .stoneCompare {
	background:url(../images/blank2.png) repeat;
	_background:#fff none;
	_filter: alpha(opacity = 70);
	height:24px;
	width:103px;
	position:relative;
	top:368px;
	left:0;
	padding:12px 15px 5px 15px;
	color:#001a4c;
}

#selection .scroll-center .prod .stoneCompare .chkBox {
	position:absolute;
	top:25px;
	right:11px;
}

#selection .scroll-center .prod .desc {
	background:url(../images/blank2.png) repeat;
	_background:#fff none;
	_filter: alpha(opacity = 70);
	min-height:108px;
	width:113px;
	overflow:hidden;
	color:#001a4c;
	padding:24px 10px 13px;
	position:absolute;
	top:0;
	left:0;
}

#selection .scroll-center .prod .desc h3,
#selection .scroll-center .prod .desc h4 {
	font-size:10px;
	margin-bottom:12px;
}

#selection .scroll-center .prod .desc h4 {
	font-weight:normal;
}

#selection .scroll-center .prod .desc p {
	font-size:9px;
}

/* Impressum Page */

#content-inner .impressum,
#content-inner .contact {
	width:491px;
	height:371px;
	color:#123982;
	font-size:10px;
	font-weight:bold;
	overflow:auto;
}

#content-inner .impressum h2,
#content-inner .contact {
	margin-bottom:12px;
	font-size:10px;
}

#content-inner .impressum p {
	line-height:normal;
	margin-bottom:15px;
}

/* End Impressum Page */

/* Contact Page */

#content-inner .contact {
	font-weight:normal;
	color:#000;
}

#content-inner .contact ul {
	list-style:none;
	width:100%;
}

#content-inner .contact li {
	float:left;
	width:100%;
	margin-bottom:4px;
}

#content-inner .contact label {
	width:80px;
	display:block;
	float:left;
	color:#363738;
}

#content-inner .contact input,
#content-inner .contact textarea {
	width:261px;
	background-color:#ececec;
	border:1px solid #363738;
	font-family:inherit;
	font-size:11px;
}

#content-inner .contact textarea {
	width:290px;
	height:103px;
}

#content-inner .contact li.button {
	padding-left:80px;
	_padding-left:83px;
	width:auto;
}

#content-inner .contact li.button input {
	width:auto;
	font-size:10px;
	cursor:pointer;
}

.staticPgs #header {
	height:82px;
}

.staticPgs #header ul {
	bottom:0px;
}

.staticPgs .navStatic {
	
}

.staticPgs .navStatic ul {
	list-style:none;
	height:25px;
	line-height:25px;
	margin-left:70px;
}

.staticPgs .navStatic ul li {
	display:inline;
	margin-right:28px;
	
}

.staticPgs .navStatic ul a {
	padding-left:11px;
	color:#fff;
	text-decoration:none;
}

.staticPgs .navStatic ul a:hover,
.staticPgs .navStatic ul li.selected a {
	background:url(../images/bullet-subNav.gif) no-repeat left 3px;
	font-weight:bold;
}
/* End Contact Page */

/*--- End Styles by Raheel Ayub 31 December 2008 ---*/

/*--- Start Styles by Aqeel Ahmad 13 Jan 2009 ---*/
.error{
color:#FF0000;
}
.confirm-msg
{
color:#006600;
}
.loading{
position:relative;
left:500px;
top:200px;
}

#stones .stonesInner .fram table td.first strong{
display:block;
width:136px;
overflow:hidden;
}

#content-inner .content-overflow{
	height:370px;
}

.linkBlack{
font-style:italic;
text-decoration:underline;
color:#001A4B;
position:relative;
top:10px;
}
.linkBlack:hover{
text-decoration:none;
}
/*--- End Styles by Aqeel Ahmad 13 Jan 2009 ---*/
/* SITEMAP */
#center-content ul.ullevel1 {
	font-size:14px;
	margin-left:30px;
}  
#center-content ul.ullevel1 li{
	list-style:circle;
	text-align:left;

}
#center-content ul.ullevel1 li a {
	text-decoration:none;
	color:#000053;
}
#center-content ul.ullevel1 li a:hover {
	text-decoration:underline;
	color:#000053;
}
#center-content ul.ullevel1 li ul.ullevel2 {
	list-style:none;
	padding:3px 0 3px 20px;
}
#center-content ul.ullevel1 li ul.ullevel2 li {
	list-style: square;
	padding-left:0px;
}

/* Added by Aqeel -- 12-05-09 */
#main-page #header ul.home-menu{
	left:168px;
}
/* Added by Aqeel */
