

/* ----------------------------------------------------------------------------- *
 * ------------------------- default screen style definition ------------------- *
 * ----------------------------------------------------------------------------- */

html{
	overflow: auto; 
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e9e9e9;
}	

/*-----------------[]------------------*/
a {
	color: black;
}

a img {
	border: none;
}

#header-container {
	background: white url(../images/bg-main-menu-right.jpg) repeat-x left 88px;
	height: 200px;
}

#top-menu {
	width: 1000px;
	text-align: right;
	line-height: 35px;
}

a.top-menu, a.footer-menu {
	padding-left: 10px;
}

a.top-menu-active, a.footer-menu-active {
	padding-left: 10px;
	font-weight: bold;
}

#logo {
	background: url(../images/logo.jpg) no-repeat top left;
	width: 205px;
	height: 111px;
	float: left; 
	display: inline;
}

#footer-container {
	height: 100px;
	background: #e9e9e9 url(../images/footerbar.jpg) repeat-x left top;
}
#footer-container-h {
	width: 1200px;
}

#contact-info {
	float: left;
	padding: 0 0 14px;
	margin-left: 30px;
}


#main-menu {
	background: url(../images/bg-main-menu-1.jpg) no-repeat left top;
	height: 57px;
	width: 735px;
	position: absolute;
	top: 89px;
	left: 205px;
}

a.main-menu {
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: white;
	position: absolute;
	top: 30px;
	width: 120px;
	text-align: right;
	background: transparent;
}

a.mm1 {	left: 20px; }
a.mm2 {	left: 160px; }
a.mm3 {	left: 295px; }
a.mm4 {	left: 435px; }
a.mm5 {	left: 575px; }

#toolbar {
	width: 140px;
	background: url(../images/header-below-left.jpg) no-repeat left top;
	display: inline;
	float: left;
	height: 66px;
	padding: 58px 0 0 70px ;
}

#content-container-h {
	background-color: white;
	padding-bottom: 20px;
}
#content-container {
	background: white url(../images/bg-main.jpg) repeat-x left top;
	margin-left: 20px;
}

#content-container-h2 {
	width: 1000px;
}

#breadcrumbs {
	float: left;
	width: 730px;
	padding-top: 25px;
}

#caption {
	float: left;
	text-align: right;
	width: 730px;
	background: url(../images/icons/newsbars.jpg) no-repeat right center;
	padding-right: 30px;
}

#left-content {
	width: 200px;
	float:left;
}

#right-content {
	width: 780px;
	float: left;
	display: inline;
}

.left-menu, .left-menu-active {
	display: block;
	line-height: 23px;
	text-decoration: none;
	width: 172px;
	padding: 0 4px 0 4px;	
}

.left-menu-active, .left-menu:hover {
	background: #7b9516;
	color: white;
}

.left-menu-seperator {
	background: url(../images/left-menu-seperator.jpg) repeat-x;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	border: none;
	width: 180px;
}

.clear {
	clear: both;	
}

#footer-left, #footer-middle, #footer-right { 
	float: left; 
	display: inline; 
	height: 41px;
	margin-top: 20px;
	}

#footer-left { width: 200px; padding-left: 220px; border-right: 1px black dotted;}
#footer-middle { padding-left: 20px; width: 340px; }
#footer-right { width: 220px; border-left: 1px black dotted; text-align: right;}


/* ----------------------------------------------------------------------------- *
 * ------------------------------- Content Layout ------------------------------ *
 * ----------------------------------------------------------------------------- */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 13px;
}

	
ul{
	list-style-image: url(../images/list-bullet-lvl1.gif);
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
	padding: 10px 30px 10px 30px;
	margin-left: 25px;
	display: table;
	border-radius : 5px; 
	-moz-border-radius : 5px; /* Mozilla */
	-webkit-border-radius : 5px; /* Webkit */
	}
	
ul ul{
	list-style-image: url(../images/list-bullet-lvl2.gif);
	background-color: #f9f9f9;
	border-style: none;
	padding: 5px 30px 5px 30px;
	margin: 0px;
	}

/* ------------------------------ Typo3 Classes -------------------------------- */
.bodytext{padding: 0px; margin: 0px;}

.contenttable {
width: 80%;
border-bottom: 2px solid darkgray;
border-top: 2px solid darkgray;
}

.contenttable th {
	width: 200px;
	text-align: left;
        background: #7b9516;
        color: white;
line-height: 16px;
}
.contenttable td {
background-color: #f9f9f9;
line-height: 16px;
}

	
/* ----------------------------------------------------------------------------- *
 * ------------------------------- Pseudo Classes ------------------------------ *
 * ----------------------------------------------------------------------------- */





