/* 
 * stylesheet frimobil.ch
 * name: styles_common.css
 * last modification: 2006-11-23
 */

/* 
 * General
 */
body {
  	font-family: Helvetica, Arial, Verdana, sans-serif;
}
a			{ text-decoration: none; color: #6FAFD0; }
a:link		{}
a:visited	{}
a:hover		{ color: #7AA2C2; }



/* content cell */
td.ContentCell { 
	background-color: white;
	height: 490px;
}
td.ContentCell a 			{ text-decoration: none; color: #6FAFD0; }
td.ContentCell a:link 		{}
td.ContentCell a:visited 	{}
td.ContentCell a:hover 		{ color:#7AA2C2; }
td.ContentCell div.ScrollContainer { 
	height: 490px;
	overflow: auto;
}
td.ContentCell div.Contents {
  	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: black;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify; 
}
td.ContentCell h1 {
	color: #6FAFD0;
	font-weight: bold;
}
td.ContentCell h2 {
	color: #6FAFD0;
	font-weight: bold;
}

td.ContentCell h3 {
	color: #6FAFD0;
	font-weight: bold;
}


/* quick links cell
 *
 */
td.QuickLinks {
	background-color: white;
	height: 490px; 
	text-align: left;
}
td.QuickLinks a				{ text-decoration: none; color: #6FAFD0; }
td.QuickLinks a:link		{}
td.QuickLinks a:visited		{}
td.QuickLinks a:hover		{ color: #7AA2C2; }
td.QuickLinks div.QScrollContainer { 
	height: 100%px;
	overflow: visible;
}
td.QuickLinks div.Contents { 
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
 	color: black; 
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
 * Language selector
 */
.LanguageSelection {
	font-family: Helvetica, Arial, Verdana, sans-serif;
 	color: black; 
 }
.LanguageSelection a 			{ text-decoration: none; color: #6FAFD0; } 
.LanguageSelection a:link		{}
.LanguageSelection a:visited	{}
.LanguageSelection a:hover		{ color: #7AA2C2; }

td.ContentCell div.ContentsPartner {
  	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: black;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center; 
}
/*
 * table
 */
td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
