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



body {
	background: #666666;
	color : #333333;
	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

a {
	font-weight:bold !important;
	color:#95041c;
}


div#center {
  width:900px; 
  margin:25px auto;
}

div#header {
 width:910px; 
 height:96px;
 background-image:url(header.png);
}

div#header img {
 	border:0px;	
	text-align:left;
	padding-left:20px;
	padding-top:22px;
	float:left;
	position:relative;
}

* html div#header {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://swissbox.paninfo.com/layout/header.png', sizingMethod='scale');	
}
 
div#navigation {
	text-align:left;
	padding-left:5px;
	height:28px;
	width:905px;
	background-image:url(navigation.png);
	}

	* html div#navigation {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://swissbox.paninfo.com/layout/navigation.png', sizingMethod='scale');
}

div#navigation a {
	color:#FFF;
	text-decoration:underline;
	height:17px;
	width:115px;
	padding:5px;
	padding-left:2px; padding-right:2px;
	text-align:center;
	display:block;
	float:left;
	position: relative;
}

* html div#navigation a {
	height:10px;
	padding:3px;
}

div#navigation a:hover {
	background-color:#95041c;
	text-decoration:none;
}

div#navigation a.active {
	font-weight:bold;	
	background-color:#95041c;
	text-decoration:none;
}


div#content {
	text-align:left;
	padding:20px;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:24px;
	
	width:866px;
	background-image:url(content.png);
	background-repeat:repeat-y;	
	} 

	* html div#content {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://swissbox.paninfo.com/layout/content.png', sizingMethod='scale');	
}

div#content h1 {
	padding:0px;
	margin:0px;
	font-size:1.3em;
}

div#content h2 {
	padding:0px;
	margin:0px;
	font-size:1.1em;
}


div#content img.left {
	float:left;
}

div#content img.right, div#header img.paninfo_logo {
	float:right;
}


div#content li.small {
	font-size:0.9em;	
	list-style-type:none;	
}

div#header img.paninfo_logo {
	margin-right:25px;	
	margin-top:5px;
}

div.infobox_big {
	border:1px solid #dddddd;
	padding:10px;
	margin:5px;
	float:right;
	width:230px;
	
	font-size:0.9em;
	background-color:#f3f3f3;
}

div.infobox_big strong {
	font-size:1em;
}

div.infobox_small {
	border:0px solid: 666666;
	padding:10px;
	margin:5px;
	float:right;
	width:250px;
}

div#footer {
	color:#7d7d7d;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	font-size:0.8em;
	height:19px;
  	width:890px;
  	background-image:url(footer.png);
	}
	* html div#footer {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://swissbox.paninfo.com/layout/footer.png', sizingMethod='scale');	
}

div#footer a {
	color: #7d7d7d;
	text-decoration:none;
}
div#footer a:hover {
	color: #7d7d7d;
	text-decoration:underline;
}

input, textarea {
	background:#ECECEC none repeat scroll 0 0;
	border:1px solid #333333;
	color:#333333;
	padding-left:2px;
}
