/* html tags */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
	color: #3d3d3f;
	background-image: url(bgTrash26.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-transform: lowercase;
}

p {
	line-height: 150%;
}

/*  links   */

a, a:link, a:visited {
	color: #3d3d3f;
	text-decoration: none;
	border-bottom: 1px solid #b6cee0;
}

a:hover, a:focus, a:active  {
	color: #3d3d3f;
	text-decoration: none;
	border-bottom: 1px solid #425c77
}

/*  id - felder   */

#site {
    width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 300px;
	height: 160px;
	background-color: #3e3e40;
}
#logo {
	width: 300px;
	height: 80px;
	background-image: url(factoryLogo.jpg);
	margin-top: 4px;
}
#navigation {
	width: 286px;
	height: 13px;
	margin: 4px 0px 0px 0px;
	text-align: left;
	background: url(naviBack.gif);
	padding: 5px 7px 7px 7px;
}

/*  klassen  */

.divHeader {
	width: 286px;
	margin: 4px 0px 0px 0px;
	text-align: left;
	background-color: #364d67;
	padding: 3px 7px 3px 7px;
	color: #f5f7f4;
}
.divStandard {
	width: 286px;
	margin: 4px 0px 0px 0px;
	text-align: left;
	background-color: #e0e7ee;
	padding: 5px 7px 7px 7px;
}
.divBlank {
	width: 300px;
	height: 50px;
}


.divFooter {
	width: 286px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	background-color: #99a86f;
	padding: 3px 7px 3px 7px;
	font-size: 11px;
}

.divFooter a, .divFooter a:link, .divFooter a:visited {	
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	color: #274638;
	border-bottom-width: 0px;
}
.divFooter a:hover, .divFooter a:focus, .divFooter a:active {
	text-decoration: none;	
	font-weight: normal;
	color: #647141;
	border-bottom-width: 0px;
}
.headerBold { color: #f5f7f4; font-weight: bold;}

/* tags */


div p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin: 5px 0 3px 0;
}
div h3 {
	font-size: 18px;
	font-weight: bold;
	color: #425c77;
	padding: 5px 0px 2px 0px;
	margin: 0;
}
div h2{
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
	margin: 0;
	color: #425c77;
}
div h1 {
	font-size: 18px;
	font-weight: bold;
	color: #808f51;
	padding: 5px 0px 2px 0px;
	margin: 0;
}

#bilder {
	width: 300px;
	margin: 0;
	padding: 0;
}

/*  navigation   */

ul,ul li { margin: 0; padding: 0; border: 0; list-style: none;}
ul li {width: 100%;}

#navigation ul li { display: inline; width: auto; font-weight: bold; float: left;}
#navigation ul li em { float: none;}
#navigation ul li a, ul li a:link, ul li a:visited {	
	padding: 0;
	text-decoration: none;	
	font-weight: bold;
	color: #f5f7f4;
	border-bottom-width: 0px;
}
#navigation ul li a:hover, ul li a:focus, ul li a:active {
	color: #4a5234;
	border-bottom-width: 0px;
}

/* postings */

.inputBox {
	margin-bottom: 5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #274638;
	width: 250px;
	text-align: left;
}
