/* @override 
	http://www.effetk.ch/wb/templates/uccellini/uccellini.css
	http://www.effetk.ch/wb/templates/uccellini/print.css
	http://www.fondation-faber.ch/sie/templates/uccellini/print.css
*/

body {
	font-family:  Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #036;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.4em;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size: 1.6em;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	margin: 0px;
}
h4 {
	font-size: 1em;
	margin: 0px;
}

form {
	margin: 0;
	font-size: 0.75em;
}
input,
textarea {
  color: #003;
  background-color: #e6e6e6;
  border: 1px solid #999;
}

/***********************************
container
************************************/
#container {
	width: 772px;
	background-color: #FFFFFF;
	opacity: 1;
	margin: 0 auto;
	padding: 0;
}

/***********************************
masthead
************************************/
#masthead {
	background: url(logo_faber_nb.png) no-repeat 100% 0;
	padding-top: 60px;
}
	
.stripe h1 {
	text-align: left;
	vertical-align: bottom;
	color: #000;
	margin: px;
	font: 2em Arial, Helvetica, Geneva, sans-serif;
	text-indent: 20px;
	margin-top: 100px;
}


/***********************************
sidebar
************************************/
#sidebar {
	display: none;
}

/***********************************
main content
************************************/
#mainContent {
	width: 520px;
	background-color: #FFF;
	vertical-align: top; 
	text-align: left; 
	word-spacing: 1px;
	color: #000;
	font: 1em/1.4em Tahoma,Verdana, sans-serif;
	padding-top: 50px;
	padding-left: 25px;
	float: left;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #333; 
}
#mainContent a:hover {
	border-bottom: 1px solid #333;
	background-color: #4c4c4c;
}
#mainContent img {
	/*float: left;*/
	border: none;
}
#mainContent h1 {
	border-bottom: #036 1px solid;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #000;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 772px;
	height: 50px;
	text-indent: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top: 1px solid #000;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 50px;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #ccc; 
	}

