body {
	background-position: top;
	background-repeat: repeat-x;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * HEAD                                                                 */
 
#bullet-container {
	position: fixed;
	top: 10px;
	right:50px;
	padding: 37px 40px 20px 20px;
	background-image: url("/images/arrow_up.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#bullet {
	border: 1px dotted #FFBF00;
	background-color: #FFF0C4;
	padding: 5px;
}

#printhead-container {
	display: none;
}

#sitehead-container, #sitemain-container {
	text-align: left;
	width: 100%;
}

#sitehead-container {
	background-image: url("/images/bg-head-big.png");
	background-repeat: repeat-x;
}

#sitehead-container.red { background-image: url("/images/bg-head-big-red.png"); }
#sitehead-container.blue { background-image: url("/images/bg-head-big-blue.png"); }
#sitehead-container.green { background-image: url("/images/bg-head-big-green.png"); }

#sitehead-container.blue input { 
	color: white; 
	background-color: #437f9e; 
	border: 1px solid #5387a2; 
	width: 5em; 
}

#sitehead-container.blue select { 
	width: 8em;
}


#sitehead {
	color: white;
}

#sitehead form {
	/* float: left; ?!? */
}

#sitehead-tb1 {
	height: 33px;
	padding: 0px 0px 0px 20px;
}

#sitehead-tb2-container {
	height: 18px;
	padding: 0px 0px 7px 17px;
}

#sitehead a, #sitehead a:visited {
	color: white;
}
#sitehead a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

#lang-choice-container {
	position: absolute;
	top: 6px; 
	right: 20px;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * MENU                                                                 */

#sitehead-tb1 ul, #sitehead-tb2 ul {
	float: left;
	padding: 6px 10px 0px 0px;    
	margin: 0px;
	list-style: none;
}

#sitehead-tb1 li {
	display: block;
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#sitehead-tb1 ul.toolbar.coloured {
	padding-top: 0px;  
}

#sitehead-tb1 ul.toolbar.coloured li {
	margin: 0px;
	padding: 0px;
}

#sitehead-tb1 ul.toolbar.coloured li.red {  	background: url(/images/bg-menu-tab-off-right-red.png) no-repeat right top; }
#sitehead-tb1 ul.toolbar.coloured li.green {	background: url(/images/bg-menu-tab-off-right-green.png) no-repeat right top; }
#sitehead-tb1 ul.toolbar.coloured li.blue {  	background: url(/images/bg-menu-tab-off-right-blue.png) no-repeat right top; }

#sitehead-tb1 ul.toolbar.coloured li.selected.red { 	background: url(/images/bg-menu-tab-on-right-red.png) no-repeat right top; }
#sitehead-tb1 ul.toolbar.coloured li.selected.green {	background: url(/images/bg-menu-tab-on-right-green.png) no-repeat right top; }
#sitehead-tb1 ul.toolbar.coloured li.selected.blue { 	background: url(/images/bg-menu-tab-on-right-blue.png) no-repeat right top; }
 
#sitehead-tb1 ul.toolbar.coloured li a {
	display: block;
	padding: 6px 18px 9px 8px;
	background: url(/images/bg-menu-tab-off-left.png) no-repeat left top;
}

#sitehead-tb1 ul.toolbar.coloured li.selected a {
	background: url(/images/bg-menu-tab-on-left.png) no-repeat left top;
	text-decoration: none;
}

#sitehead-tb2-container img.handle {
	margin:-3px 0px 0px 0px;
	padding: 0px 8px 0px 15px;
	vertical-align:middle;
}



/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * MAIN                                                                 */

#sitemain-container {
	/* Background only for IE */
}

#sitemain {
	padding: 20px 20px 20px 20px;
	color: black;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * FOOT                                                                 */
 
#sitefooter-container  {
	clear: both;
	line-height: 120%;
	padding-top: 10px;
}

#sitefooter {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	height: 105px;
	color: #666666;
}

#sitefooter p {
	font-size: 85%;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

#sitefooter a, #footer a:visited {
	color: #666666;
}
#sitefooter a:hover {
	color: black;
	text-decoration: none;
}
