/*********************************************************************************/
/* RESET & DOCUMENT																															*/
/*********************************************************************************/

html, body,
table, tbody, tr, th, td,
ul, ol, dl, li,
form, label, textarea,
div, h1, h2, h3, h4, p, a, span, hr, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
}
body {
  line-height: 1.5;
}

h1, h2, h3 {
	clear: both;
}

/*********************************************************************************/
/* PAGE STRUCTURE																																*/
/*********************************************************************************/

#head,
#footer,
#main {
	max-width: 1200px;
	margin: 0 auto;
  padding: 0 10px;
}

#footer
{
	padding-top: 10px;
}

#head {
	margin-bottom: 2px;
	height: 180px;
	background: url("../img/labor_background.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#main {
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}

#footer {
  clear: both;
	height: 50px;
	background-color: black;
	color: white;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#left_content {
	float: left;
	width: 170px;
	margin: 0 30px 10px 0;
	padding: 16px 0;
}

#content {
	float: left;
	width: 580px;
	padding: 16px 0;
}

.clearfix:after,
#head:after,
#top_navigation:after,
#left_content:after,
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*********************************************************************************/
/* JS- AND BROWSER-WARNINGS                      																 */
/*********************************************************************************/

.browser_warning {
	padding: 6px 20px 6px 32px;
	border-bottom: 1px solid black;
	background-image: url("../img/general/icon_error_small.png");
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color: #FAFF00;
	font-weight: bold;
}

/*********************************************************************************/
/* HEADER																																				 */
/*********************************************************************************/

#head {
	padding-top: 16px;
}
#logo {
	width: 420px;
	height: 125px;
}
#logo img {
	width: 420px;
	height: 125px;
}
#head h1 {
	display: none;
}

/*********************************************************************************/
/* TOP NAVIGATION																																*/
/*********************************************************************************/

#top_navigation {
/*	background-color: #E8E8E8; */
  background-color: #618c0e;
  margin-left: 10px;
}

#top_navigation ul {
	display: block;
	float: left;
	margin: 0;
	list-style: none;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #F8F8F8;
}
/* clearfix */
#top_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#top_navigation li {
	display: block;
	float: left;
	margin: 0;
}
#top_navigation ul a {
	display: block;
	float: left;
	padding: 7px 14px;
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #C8C8C8;
  background-color: #b1ca00;

	white-space: nowrap;
	line-height: 1.0;
	color: black;
	text-decoration: none;
  font-weight: bold;
}
#top_navigation ul a:hover {
	background-color: #618c0e;
}
#top_navigation li.active a,
#top_navigation li.active a:hover {
	background-color: #618c0e;
  border-left: 1px solid #585858;
  border-right: 1px solid #282828;
	color: white;
}
#top_navigation strong {
	/*font-weight: normal;*/
}

/*********************************************************************************/
/* LEFT CONTENT                                                               */
/*********************************************************************************/

#left_content p {
	display: block;
	margin: 0;
}

/*********************************************************************************/
/* FOOTER																																				 */
/*********************************************************************************/

#footer a {
  color: white;
}
#footer a:hover {
  color: #D40000;
}