body {
	font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: .7em;
	color: #666;
	overflow: scroll;
}

h1, h2, h3, h4 {
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

h2 {
	font-weight: normal;

	font-size: 1.1em;
}

p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}


table {
	width: 100%;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.ie6-upgradebar {
     display: none;
}


#logo img {
	width: 175px;
	height: 47;
}

#text_container .col_img_lnk, #text_container .col_img_lnk:hover {
	border: none;
	color: white;
}

#topnews {
	font-size: 90%;
}

#topnews  h1, #address p{
	margin-top: 1px;
	margin-bottom: 2px;
}

#topnews a, #topnews a:hover, #topnews a:focus, #topnews a:active {
	color: #d82871;
	
	text-decoration: none;
}

#topnews a:hover {
	text-decoration: underline;
}

#bottomnews {
	font-size: 90%;
}

#bottomnews  h1, #address p{
	margin-top: 1px;
	margin-bottom: 2px;
}

#bottomnews a, #topnews a:hover, #topnews a:focus, #topnews a:active {
	color: #d82871;
	
	text-decoration: none;
}

#bottomnews a:hover {
	text-decoration: underline;
}


#main_navi {
	text-transform: uppercase;
}

#left_content {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
	padding: -10px;
}

#left_content ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

#left_content li {
	padding-top: 5px;
}

#left_content a {
	text-decoration: none;
	color: #666;
}

#left_content a:hover, #left_content a:active, #left_content a:focus {
	color: black;
}


#left_content .currentpage, #left_content .menuactive {
	color: #d82871;
}

#main_navi a {
	color: #777;
	text-decoration: none;
}

#main_navi a:hover, #main_navi a:active, #main_navi a:focus {
	color: black;
}

#lnk_lohnfertigung, #lnk_maschinen--und-anlagenbau, #lnk_hygiene {
	margin-left: 50px;
}

#main_navi .activeLink {
	color: #d82871;
}

#main_navi .lnkHomepage {
	display: block;
	width: 200px;
	float: left;
	text-align: center;
	margin-left: 0;
}

#main_navi .lnkHomepage:hover {
	color: #d82871;
}
#text_container {
	/*text-align: justify;*/
	margin-top: 10px;
}

#text_container a, #text_container a:hover, #text_container a:focus, #text_container a:active {
	color: #d82871;
	text-decoration: none;
}

#text_container a:hover {
	text-decoration: underline;
}


#text_container ul, #text_container li {
	padding: 0;
	margin: 0;
}

#text_container ul {
	margin-bottom: 5px;
}

#text_container li {
	margin-left: 15px;
}

#form_left {
	width: 40%;
	float: left;
}

#form_left input, #form_left select {
	width: 100%;
	color: #333;
	border: 1px solid #666;
	font-size: 95%;
}

#form_left input:focus, #form_left select:focus, #form_right textarea:focus {
	border: 1px solid #D82871;
}

#form_right {
	width: 56%;
	margin-left: 3%;
	float: left;
}
#form_right textarea, #form_right input, #form_left textarea {
	width: 100%;
	border: 1px solid #666;
	color: #333;
}

#form_right textarea {
	font-family: sans-serif;
    height: 185px;
    font-size: 95%;
}

#form_left textarea {
	font-family: sans-serif;
	height: 40px;
	font-size: 95%;
}

#form_right input[type=submit]:hover{
	cursor: pointer;
}

.inputGroup{
	margin-bottom: 5px;
}

#col1 .errors {
	padding: 5px;
	border: 1px solid #ff9999;
	margin-top: 0;
	color: red;
	text-align: center;
}

.dc_img:hover {
	cursor: pointer;
}



a .contactLnk {
	color: black;
}

a .contactLnk:hover {
	color: yellow;
}


/* SLIMBOX */

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url("../uploads/slimbox/loading.gif") no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
  background: transparent url("../uploads/slimbox/prevlabel.gif") no-repeat 0 15%;
  filter:alpha(opacity=0);
    -moz-opacity:.0;
    opacity:.0;
}

#lbPrevLink:hover {
  background: transparent url("../uploads/slimbox/prevlabel.gif") no-repeat 0 15%;
  filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

#lbNextLink {
  right: 0;
  background: transparent url("../uploads/slimbox/nextlabel.gif") no-repeat 100% 15%;
filter:alpha(opacity=0);
    -moz-opacity:.0;
    opacity:.0;

}

#lbNextLink:hover {
  background: transparent url("../uploads/slimbox/nextlabel.gif") no-repeat 100% 15%;
 filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url("../uploads/slimbox/closelabel.gif") no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
  color: white;
}

