/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2010.05.31
   PURPOSE:   Styles for the HTML
   CUSTOMER:  MONTEVERITA
 **************************************************************/
html,
body {
	height: 100%;
}
body,td,th {
	font-family: "Trebuchet MS", Georgia, Verdana, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000;
	background-image: url(../graphics/bg/monteverita.jpg);
	background-repeat: no-repeat;
	background-position: 660px 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #b22222;
	text-decoration: none;
}
a:hover {
	color: #696969;
	text-decoration: underline;
}
hr {
	height: 0px;
	border: 1px dotted #bbbbbb  ;
	padding: 0px;
	margin: 0px: 
}
img {
border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
.grey1 {
	background-color: #efefef;
}
.grey2 {
	background-color: #dedede;
}
#content table{
	width: 95%;
	border-collapse: collapse;
}
#content td{
	padding: 3px;
	vertical-align: top;
}
#content img {
	margin: 2px;
}
#content .tmtPanelGroup img {
	border: 0px;
	margin: 0px;
}
/*Editor section*/
.credits{
	font-size: 10px;
	font-style: italic;
	text-indent: 0px;
}
.title01big{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-indent: 0px;
}

.title01medium{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
}

.title01small{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
}

.title02big{
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	text-indent: 0px;
}

.title02medium{
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
}

.title02small{
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
}

.title03big{
	color: #228B22;
	font-size: 15px;
	font-weight: bold;
	text-indent: 0px;
}

.title03medium{
	color: #228B22;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
}

.title03small{
	color: #228B22;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
}
/*END Editor section*/
/* Blockquote */
blockquote {
	margin: 0;
	padding-left: 20px;
	background: #E8E8E8;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
/* END Blockquote */