@charset "utf-8";
/* CSS Document */
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
}
.ibes #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.ibes #header {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
#bear {
	text-align:right;
	background-image: url(images/backtop.jpg);
	background-repeat: repeat-x;
	height: 75px;
}

.ibes #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000082;
	font-weight: bold;
	word-spacing: 1.5em;
	letter-spacing: 0.4em;
}
.hr1 {
	border-top-style:solid;
	width:auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #C30;
}
.ibes #menu { /*menu vertical*/
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 24px;
}
#menu1 {
	width:auto;
	list-style-type:none;
	line-height: 24px;
}
.menu1 a:link, a:visited, a:active {
	font-weight: normal;
	color: #039;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.menu1 a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #53768A;
	line-height: 24px;
}
ul.menu1 li {
	font-size: 12px;
	color: #930;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2C4D72;
	line-height: 24px;
}
ul.menu1 li a{
	text-decoration:none;
	color:#009;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif; /*end menu vertical*/
	line-height: 24px;
}				
#menuhor { /* for projects pages horisontal menu */
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
.menuhor a:link, a:visited, a:active {
	font-weight: normal;
	color: #039;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuhor a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #53768A;
}
ul.menuhor li {
	list-style-type:none;
	display:inline;
	padding-left: 2em;
	font-size: 12px;
	color: #930;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #930;
	padding-right: 0.5em;
	margin-left: 0.5em;
}
ul.menuhor li a{
	text-decoration:none;
	color:#009;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif; /*end menu horisontal*/
}
#project { /* main contenct for project pages */
	width:780px;
}
#leftcolonn {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:440px;
	float:left;
	line-height: 16px;
	padding-right: 3px;
	padding-left: 3px;
}
.leftcolonn a:link, a:visited, a:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftcolonn a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #53768A;
}
ul.leftcolonn li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul.leftcolonn li a {
    text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightcolonn {
	margin-left:450px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-right: 3px;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #930;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #930; /* end main content for project pages*/
}
.ibes #mainContent {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	width: 530px;
	float: right;
	padding-left: 10px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
} 
.ibes #footer {
	border-bottom-color: #930;
	border-bottom-width: medium;
	border-bottom-style: double;
	background-image: url(images/backfoot30.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2C4D72;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	word-spacing: 0.25em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #2C4D72;
}
.tablefoot {width:100%;
    border: 0;
}
.menufoot {
	word-spacing: 5em;
}
ul.menufoot li {
	list-style:none;
	display:inline;
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}	
ul.menufoot li a {
	list-style:none;
	display:inline;
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}		
.footer a:link, a:visited, a:active {
	font-weight: normal;
	color: #039;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #53768A;
}
			

.ibes #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.textmaincontent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height: 16px;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2C4D72;
	font-weight:bold;
}
.text11 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 15px;
}
.textred {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FD0000;
	background-color: #EBF0F3;
}
#colonn { /* for project page */
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
.colonn a:link, a:visited, a:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.colonn a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #53768A;
}
ul.colonn li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
ul.colonn li a {/* end for project page*/
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2C4D72;
	font-weight:bold;
}
.boldtext {font-weight:bold;
}


