/******************************************
PRO SKB NET
LAYOUT.CSS - layout styles
styles based on Societe Generale templates
adapted by Creatim RP, april 2005
******************************************/

body { margin:0px; padding:0px; }

/* Osnovne tri kolone ********************************************************/	
#leftbox {
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
}

#centerbox { margin-left: 130px; margin-right:130px; margin-bottom:25px; border-right:solid 1px #000000;	
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit; margin-left: 130px; margin-right:130px; margin-bottom:25px; }
	
html>body #centerbox { margin-left: 130px; margin-right:130px; margin-bottom:25px; }

#rightbox {	position: absolute;	right:0px; top:0px;	width:130px; }


/* LEVA KOLONA - leftbox *****************************************************/	
#leftbox #SGLogo {
	margin-top:22px;
	text-align: right;
	height: 76px;
	margin-bottom: 31px;
}

#leftbox #menuBox { left:0px }	
	
/* rdeča črta pod glavo strani */
#redLine { position:absolute; top:129px; left:0px; width:80%; height:1px; margin:0px; padding:0px; border-top:solid 1px #E60028; }


/* SREDNJA KOLONA - centerbox ************************************************/	
#centerbox #tools {background-color:#000000;height:16px;text-align:right}
#centerbox #headertitle {
	padding-top:0px;
	height:86px;
	padding-bottom:0px;
	background-image:url(../images/header-1.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#centerbox #headertitle2 {
	padding-top:0px;
	height:88px;
	padding-bottom:0px;
	background-repeat:no-repeat;
	background-position: bottom right;
	background-image: url(../images/header-1.jpg);
}
#headertitle_rezerva {margin-top:9px;height:30px; margin-bottom:9px;
	background-image:url(../images/header-1.jpg); background-repeat:no-repeat; background-position: right;}
#centerbox #bandeau {height:26px; background-image:url(../images/header_colors_small2.jpg); background-repeat:repeat-y; background-position: right;}

/* IE 5.x bug fix: place this div around the 100% tables */
div.wrap100 {width:100%;}

/* Main content types */
.textualContent { margin-left:20px; margin-right:20px; }
.textualContentSubpage { margin-left:20px; margin-right:20px; }
.textualContentHelp { margin-left: 0px; margin-right: 0px }
.formPanel { margin: 10px 20px 10px 20px; }
.tabArea { margin-left:20px; margin-right:20px }


/*Visuel et bloc news Home */
#homeVisuel {background-image:url(../images/header_home.jpg); background-repeat:no-repeat; background-position: right; height:240px }
#centerbox #homeVisuel {background-image:url(../images/header_home.jpg); background-repeat:no-repeat; background-position: right; height:240px }
#homeNews1 { float:right;height:70px; width:80px; font-size:11px; font-weight:bold; color:#ffffff; padding-top:20px; }
#centerbox #homeVisuel #homeNews1 { float:right;height:70px; width:80px; font-size:11px; font-weight:bold; color:#ffffff; padding-top:20px;}
#homeNews2 { float:right; height:70px; width:90px; font-size:11px; font-weight:bold; color:#ffffff; padding-top:20px;padding-right:26px; clear: both }
#centerbox #homeVisuel #homeNews2 { float:right; height:70px; width:90px; font-size:11px; font-weight:bold; color:#ffffff; padding-top:20px; padding-right:26px; clear:both }

/* index2.html */

#centerbox #home2Visuel {background-image:url(../images/header_home2.jpg); background-repeat:no-repeat; background-position: right; height:226px }
#centerbox #homeVisuel #home2News2 { float:right; height:95px; width:100%; clear:both; }

/* visuel page produits */
#headerVisuelProduits {height:60px; background-image:url(../images/header_produits.jpg); background-repeat:no-repeat; background-position: right; border-bottom:solid 4px #000000}
#centerbox #headerVisuelProduits {height:60px; background-image:url(../images/header_produits.jpg); background-repeat:no-repeat; background-position: right; border-bottom:solid 4px #000000}

/* bayadere organigramme */
#bayadere {margin:0px;}
#centerbox #bayadere {margin:0px;}


/*Page formulaire */
#formcentercontent {height:160px; }
#centerbox #formcentercontent {height:160px }
#formVisuel {float:right;margin:0px; padding:0px; width:160px}
#centerbox #centercontent #formVisuel {float:right;margin:0px 0px 0px 0px; padding:0px; width:160px}
#formBlackLine {background-color:#000000; border-top:solid 4px #000000; margin:0px; padding:0px;}
#centerbox #formcentercontent #formBlackLine {background-color:#000000; border-top:solid 4px #000000; margin:0px; padding:0px;}
#formText {font-size:12px; font-weight:bold; color:#999999;margin:10px 20px 0px 20px }
#centerbox #formcentercontent #formText {font-size:12px; font-weight:bold; color:#999999;margin:10px 20px 0px 20px }
#formSondage {background-color :#CECCEF; padding-left:10px; padding-top:10px; padding-bottom:10px; margin-top:0px; margin-bottom:10px; font-family:verdana; font-size:10px; color:#000000 }
#shortcuts {background-color :#CFE1F6; padding-left:10px; padding-top:10px; padding-bottom:10px; margin-top:0px; margin-bottom:10px; font-family:verdana; font-size:10px; color:#000000 }


/* page tableau */



/* DESNA KOLONA - rightbox ***************************************************/	
#accountName {width:119px; height:70px; padding: 2px 5px 2px 5px; }
#rightbox #accountName {width:119x; height:113px; padding: 2px 5px 2px 5px;}

#agencySearch {width:130px; height:82px;background-image : url(../images/i_map_bkgrd_1.gif);background-repeat : no-repeat;	background-position : bottom; margin-top:40px;  border-left:solid 1px #000000}
#rightbox #agencySearch {width:130px; height:82px;background-image : url(../images/i_map_bkgrd_1.gif);background-repeat : no-repeat;	background-position : bottom; margin-top:40px;  border-left:solid 1px #000000}
#rightBottomBox { border-left:solid 1px #000000}
#rightbox #rightBottomBox { border-left:solid 1px #000000}
#dummyNS {padding-top:10px }
#rightbox #rightBottomBox #dummyNS {padding-top:10px }

/*page produits */
#servicesMenu {margin-left:10px; margin-bottom:10px; line-height:11px }

/*home page */
#servicesMenuHome {margin-left:10px; margin-bottom:9px; line-height:10px }

#newsletter {background-color: #AAB9DD; padding-left: 10px; padding-top:7px; padding-bottom:7px; margin-top:0px; margin-bottom:10px; font-family:verdana; font-size:10px; font-weight:bold; color:#ffffff }
#rightbox #rightBottomBox #newsletter {background-color:#AAB9DD; padding-left:10px; padding-top:7px; padding-bottom:7px;margin-top:0px; margin-bottom:10px; font-family:verdana; font-size:10px; font-weight:bold; color:#ffffff }

/* page carte */
#transacDemo {margin-bottom:10px }
#mapContent {margin-left:20px; margin-top:15px }
#agencyList {margin-left:20px;margin-top:25px;margin-right:20px; }

/* popup info layer */
.layerPopup { font-size:11px; background-color: #CFE1F6; color: #000000; padding:10px; }


/* FOOTER ********************************************************************/	
#footer {
	height: 16px;
	background: #000000;
	clear:both;
	margin-bottom: 3px;
}
#copyright  {float: right;	background: #ffffff; text-align:center;width: 130px;	height: 16px; color:#000000;}
#footer #copyright  {float: right; background: #ffffff; text-align:center;width: 130px;	height: 16px; color:#000000;}
#footer #copyrightHelp  {float: right;	background: #000000; text-align:center;width: 130px;	height: 16px; color:#ffffff;}
#sgg {float: left; height: 16px; width:130px;} 
#footer #sgg {float: left; height: 16px; width:130px;} 
#navFooter {
	position: relative;
	text-align: right;
	right: 0px;
	padding-right:130px;
	padding-left:129px;
}

#navFooter a, #navFooter a:hover, #navFooter a:active, #navFooter a:visited {
	color: #fff;
	font-size:9px;
	text-decoration: none;
	padding-right:10px;
	padding-left:129px;
}

#navFooter a:hover {
	text-decoration: underline;
}

#footer #navFooter {position: relative;	text-align: right; right: 0px; padding-right:130px; padding-left:129px;}
#skblogo {position: relative; top: -57px; background: #ffffff; width: 130px; height: 59px;}
#skblogoHelp {position: relative; top: -82px; background: #ffffff; width: 130px; height: 59px;}  
