.floatleft {float: left; margin:0px 5px 5px 0px}
.clearleft {clear: left}
.floatright {float: right; margin:0px 0px 5px 5px}
.clearright {clear: right}
a {color: blue; font-weight: bold; text-decoration: none}
a:hover {color: green; font-weight: bold; text-decoration: none}
body 	{background: url(images/homebackground.gif); background-repeat: repeat-x; 
	background-color: #FFFFCC;
	font-family: Tahoma, Verdana, sans-serif, Helvetica, Arial,  "Trebuchet MS", Trebuchet;
	margin: 0px 0px 0px 0px;
	}
.welcomehead {font-size: 130%;font-weight: bold}
.welcometext {font-size: 80%}
.preamble {font-size: 60%}
.PRhead {font-size: 100%;font-weight: bold}
.PRtext {font-size: 80%;font-weight: normal}
.lefthead {font-size: 100%;font-weight: bold}
.lefttext {font-size: 70%;font-weight: normal}
.leftnew {font-size: 60%;font-weight: normal; color: red; font-weight: bold}
.imprint {font-size: 60%;font-weight: normal}
.updated {font-size: 60%;font-weight: normal}
.searchbox {font-size: 70%;font-weight: normal}
.style1 {color: #000000;font-weight: normal;font-size: 100%} 
.style2 {color: #000000;font-weight: bold;font-size: 100%} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 96px;
	left: 1%;
	right: 2%;
	width:96%;
	background-color: #ffffCC; /* pale yellow */
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************ leftbuttons styles **************/

#leftbuttons{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC; /* pale yellow */
	border-right: 1px solid #cccccc; /* grey */
	border-bottom: 1px solid #cccccc;
	font: small ARIAL,sans-serif;
	font-size: 75%;
}

#leftbuttons a:link, #leftbuttons a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
  	color: #000000;
}

#leftbuttons a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFF00;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
