/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2009.04.30
   PURPOSE:   Styles for the HTML
   CUSTOMER:  DELFINOLUGANO.CH
 **************************************************************/
html,
body {
	height: 100%;
}
body,td,div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #515660;
	margin: 0px;
	padding: 0px;
}

/**************************************************************
   Heading
 **************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
	/*color: #4D525B;*/
	font-family: Georgia, "Trebuchet MS", "Courier New", Courier, monospace;
}
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: #696969}
.small {font-size: 9px;}
.green {color: #008000;}
.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: #00FFFF;}
.stabiloGreen {background-color: #00FF00;}
.title1 {
	font-family: Georgia, "Trebuchet", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4D525B;
	font-size: 11px;
	font-weight: bold;
}
.title2 {
	color: #4D525B;
	font-weight: bold;
	font-size: 13px;	
}
a:link .title2, a:visited .title2 {
	color: #095BA6;
	font-weight: bold;
}
a:hover .title2 {
	color: #FFFFFF;
}
hr {
	height: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* Links */
a, a:visited {
	text-decoration: none;
	color: #095BA6;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a img {
  border: 0;
}
img {
	border: 0px;
}
/* Blockquote */
blockquote {
  margin: 10;
  padding: 5px;
  background: #CCCCCC;
  border: 1px solid #747577;
  color: #747577;
}
blockquote p {
	margin: 0px;
	padding: 10px;
	padding-top: 10px;
}
p {
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
}