#noscript {
  position: fixed;
  left: 20%;
  width: 60%;
  top: 20px;
  margin: auto;
  text-align: center;
  padding: 20px;
	background: white url(img/anni.png) no-repeat 1% 10%;
  border: 2px #999 solid;
  font-size: 14px;
  -moz-border-radius: 15px;
}
#noscript p {
  margin: 10px;
}
body {
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
  color: #000000;
  background-color: #b8d0dc;
}
#document {
	border: 2px solid #7ba5bd;
	color: #000;
	background: #ffffff;
	margin:auto;text-align:left; /* leave unchanged */ 
	width:61.54em;/* non-IE */ 
	*width:60.06em;/* IE */ 
	min-width:800px; /* optional but recommended */ 
} 
/* header */
#hd #banner{
	background: url(img/banner.jpg) no-repeat;
	height: 190px;
}           
#hd h1{
	top: -1000px;
	position: fixed;
}
#hd #date{
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #446282;
	background-color: inherit;
}
#hd #tearoff_calendar{
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #9AACB2;
	background-color: inherit;
}
/* body document */
#bd {
	padding: 10px;
}
#ft {
	border-top: 1px rgb(219,219,219) dashed;
	color: black;
	background: white;
	font-weight:bolder;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px "Trebuchet MS", helvetica, sans-serif;
}
/* links */
a {
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}
a:focus {
  -moz-outline: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
a:link {
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}
a:visited {
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ffac59;
	background-color: inherit;
	text-decoration: underline;
}
/* headers text */
h1 {
	font-weight: bold;
	font-size: 22px;
	color: black;
	background-color: inherit;
}
h2 {
	font-weight: bold;
	font-size: 19px;
	color: #0076ae;
	background-color: inherit;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	color: #446282;
	background-color: inherit;
}
/* texts an quotes */
text {
	font-size: 11px;
}
q {
  display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444444;
  line-height: 125%;
	background-color: #FAFAFA;
  border: #D1D7DC;
  border-style: solid;
	border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding: 5px;
}
input.text, textarea {
	padding: 1px;
	background:#fff url(img/sbox-bg.gif) no-repeat;
	border:1px solid #f0f0f0;
  border-color:#7c7c7c #cecece #c3c3c3 #7c7c7c;
}
input:focus, textarea:focus {
	background:#fff url(img/sbox-bg.gif) no-repeat;
	border: 1px solid #FFB33F;
  /*border-color: #637f9c #839fbc #839fbc #637f9c;*/
}
/* tootltips */
.tt {
	padding: 10px;
}

ul#menu {
	height: 35px;
	background: url(img/menu.png) repeat-x left bottom;
	list-style-type: none;
}
ul#menu li {
	float: left;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul#menu li a {
	color: white;
	background-color: inherit;
	width: 105px;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	border-right: 2px solid #446282;
}
ul#menu li a:hover {
  background: url(img/menu.png) repeat-x left top;
	text-decoration: underline;
}
code {
	font-size: 12px;
}