/* @override 
	http://www.effetk.ch/wb/templates/uccellini/uccellini.css
	http://www.fondation-faber.ch/sie/templates/uccellini/uccellini.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;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
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;
	border: 1px solid #b3b3b3;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/***********************************
masthead
************************************/
#masthead {
	background: url(headers/rotate.php) no-repeat 100% 0;
	padding: 156px 0px 0px 0px;
}
.stripe {
	margin: 0; 
	padding: 0;
	height: 40px;
    opacity: 0.67;
	filter: alpha(opacity=60);
	background-color: #004588;
	color: #fff;
}
	
.stripe h1 {
	text-align: left;
	vertical-align: bottom;
	color: #fff;
	margin: px;
	font: 1em/3.5em Arial, Helvetica, Geneva, sans-serif;
	text-indent: 20px;
}


/***********************************
sidebar
************************************/
#sidebar {
	width: 170px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.menu{
	border: 1px solid #e6e6e6;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul ul {
	padding-left: 10px;
	background-color: #fff;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
.menu a:hover {
	text-decoration: none;
	color: #0e3f7f;
	background-color:#F2F7F7;
	border-right: 3px double #0e3f7f;
}
.menu a.menu_current {
	font-weight: bold;
	color: #DD0059;
	border-right: 3px double #DD0059;
}

.tools {
	float: left;
	width: 170px;
	color: #666;
	text-align: center;	
	background-color: #FFF;
	font-size: 70%;
	padding: 0px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	width: 508px;
	color: #000;
	position: relative;
	padding: 20px;
	font: 0.9em/1.4em Tahoma,Verdana, sans-serif;
	vertical-align: top;
	float: right;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #333;
	font-size: 0.9em;
}
#mainContent a:hover {
	background-color: #ccc;
}
#mainContent img {
	/*float: left;*/
	border: none;
}

#mainContent h1 {
	border-bottom: #036 1px solid;
}

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

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


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

#footer {
	color: #fff;
	width: 772px;
	height: 50px;
	background-color: #0e3f7f;
	border: 1px solid #0e3f7f;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font: 0.85em Tahoma,Verdana, sans-serif;
	text-indent: 20px;
}
#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; 
	}
