/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.12.11
   PURPOSE:   Styles for the HTML
   CUSTOMER:  FRANZOSINI.CH
 **************************************************************/
html,
body {
	height: 100%;
}
body,td,div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525963;
}
body {
	background-color: #808A93;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

/**************************************************************
   Heading
 **************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;	
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	text-transform:uppercase; 
	/*letter-spacing: -0.3;*/
	color: #525963;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11px;
}

/*Editor section*/
.white {color: #F8F8F9}
.blue  {color: #013E80}
.grey  {color: #525963}
.small {font-size: 9px;}
.green {color: #00989B;}
.red   {color: #AA0000;}
.black {color: #000000;}
.credits {
	color: #808080;
	font-size: 9px;
	font-style: italic;
}
.credits2 {
	color: #525963;
	font-size: 9px;
	font-style: italic;
}
.stabiloGrey {background-color: #E8E8E8;}
.stabiloYellow {background-color: #FFFF00;}
.stabiloBlu {background-color: #6495ED;}
.stabiloGreen {background-color: #00989B;}
.title1 {
	color: #013E80;
	font-size: 14px;
	font-weight: bold;
}
.title2 {
	color: #013E80;
	font-weight: bold;
}
.title3 {
	color: #013E80;
	font-size: 12px;
	font-weight: bold;
}
a:link .title2, a:visited .title2 {
	color: #013E80;
	font-weight: bold;
}
a:hover .title2 {
	color: #950000;
	text-decoration: underline;
}
hr {
	height: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* Links */
a, a:visited {
	text-decoration: none;
	color: #013E80;
}
a:hover {
	color: #939AA2;
	text-decoration: underline;
}
a img {
  border: 0;
}
img {
	border: 0px;
}
/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E8E8E8;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  color: #2A2A2A;
}
p {
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
}