/*test*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-attachment: fixed;
}

body {
	color:#333333;
	font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
	background:   #fdc8a6 url(../gfx/bg_verlauf.jpg) repeat-x left top;
}

/*doorpage*/
#doorPage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	padding-top:100px;
	font-size:20px;
}
/**/
a {
	color: #066F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA200;
}
ol li, ul li{
	/*line-height: 24px;*/
	line-height: 1.6em; 
	list-style-type: square; 
	margin-bottom: 5px;
	
	/*width: 730px;*/
}

img.icon_link{
	width:15px;
	height:15px;
	border:none;
}

img.broschuere {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	border: 0px;

}

/* LAYOUT! */
div#mainDiv {
	width: 977px;
	margin:0 auto;
	border: none;
	background: transparent url(../gfx/rahmen_links.gif) no-repeat left top;
	border-collapse: collapse;
}
#layout_header{
	background-color:#ffffff;
	color:#FFFFFF;
	height:55px;
	width:800px;
	left:177px;
	margin:0 0 0 177px;
	padding-top:15px;
	overflow:hidden;
}
#layout_menu{
	float:left;
	padding-top:0px;
	margin:-60px 0 0;
	color:black;
	font-size:1em;
	width:177px;
}
#layout_content{
	white-space:normal;
	background-color:white;
	padding-top:5px;
	padding-left:10px;
	margin-left:0;
	width:790px;
	overflow-y:auto;
}
#layout_footer{
	background-color:#ffffff;
	color:#000000;
	scroll 0%;
	display:block;
	font-size:1em;
	height:44px;
	width:800px;
	margin: 0px 0 10px 177px;
	text-align:center;
	vertical-align: bottom;
}

.header_img{
	text-align: left;
}
.header_verweise{
	text-align: left;
	width:230px;
}

.logo{
	text-align: center;
	margin-left: 30px;
}


/* 		LINKLISTE 		*/
td#cr {
}
td#cr  {
	border: 1px none Red;
}

td#cr table caption {
	display: block;
	background-color: #d7e9b1;
	border: 1px solid #008000;
	border-width: 1px 0px 1px 0px;
	text-align: left;
	height: 24px;
	padding: 3px;
	margin: 0px 0px 2px 0px;
	font: bold 12px verdana, geneva, arial, helvetica, sans-serif;
}
/* 		+++++++++ 		*/

div#cnt {
	height: 100%;
	width: 100%;
	max-height: 600px;
	overflow: auto;
	display: block;
	border-collapse: collapse;
	max-width: 808px;
	border: 1px solid #008000;
	border-width: 1px 0px 1px 0px;
}

/* 		TABELLEN		*/

table {
	border-collapse: collapse;
	width: 98%;
	margin: 0px auto 5px auto;
}



table#verweise {
	background-color: #FFFFF0;
 	position:absolute;
 	margin: 5px auto 0px 15px;
 	margin-left: 5px;
	padding-top: 5px;
 	width: 45%; 
  	align:left;
        border-top: 1px dashed #FFCC99;
        
}

  
#verweise th {
        text-align: left;
        letter-spacing: 0.1em;
		font-size: 103%;
        padding: 2px;
 	
  
  }
  
#verweise td {
  	padding: 3px;
        margin-left: 7px;
  }

  
#verweise caption {
        padding-bottom: 5px;
 	text-align: left;
 	font-size: 105%;
        font-weight: lighter;
	color: #FF8C00;
        border-bottom: 1px dashed #FFCC99;
  
 }
 
 
 /*Mitarbeitertabelle
*/

#mitarbeiterTabelle {
  margin-top:15px;
  margin-right: 30px;
  margin-left:17px;
  border-collapse: collapse;
  width: 94%; 
}
#mitarbeiterTabelle tr td, #mitarbeiterTabelle tr th{
  /*height: 25px;*/
  padding: 7px;
}
#mitarbeiterTabelle tr th{
  background-color: #DDECBB;
}
 
/* Tabelle Patente */

#tabelle_patente table {
border: 2px solid #FF8C00;
border-collapse:separate;
padding:5px;
width:99%;
}

#tabelle_patente caption {
border-bottom:1px dashed #FFCC99;
color:#FF8C00;
font-size:104%;
font-weight:lighter;
margin-bottom:5px;
margin-top:7px;
text-align:left;
}

#tabelle_patente td th {
padding:7px;
text-align:left;
}


#tabelle_versuchsberichte caption {
border-bottom:1px dashed #FFCC99;
color:#FF8C00;
font-size:105%;
font-weight:lighter;
margin-bottom:5px;
margin-top:7px;
text-align:left;
}


#tabelle_versuchsberichte {
border: 2px solid rgb(221, 236, 187);
frame="void";
width: 99%;
}

#tabelle_versuchsberichte th {
height: 20px; 
text-align: center;
vertical-align: middle;
background-color: #DDECBB;
margin:10px;
}

#tabelle_versuchsberichte td {
vertical-align: top;
text-align: start;
padding-left: 20px;
padding-top: 20px;
}


/* Tabelle Produkte */


#tabelle_produkte caption {
 padding-bottom: 5px;
 text-align: left;
 font-size: 105%;
 font-weight: lighter;
 color: #ff6600;

 }
  
#tabelle_produkte th   {
margin-top: 5px;
background-image: url("../content/gfx/balken_orange_neu.png");
background-repeat: no-repeat;
height:30px;
text-align: center;
padding: 10px;
}
	
#tabelle_produkte td {
padding-bottom: 10px;
}

	

            /*TEXTELEMENTE*/

td, th {
	vertical-align: top;
	text-align: left;
	
}

	


p, dt .news  {	
	line-height: 1.6em; 
	margin-top: 18px;
	margin-left: 8px;
	margin-right: 5px;
	
	}


h3 {
	display: block;
	border-collapse: collapse;
	background-color: #d7e9b1;
	font-size: 15px;
	font-style: bold;
	/*margin: 0 0 10px 0;*/
	width: 99%;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 20px;
	border: 1px solid #008000;
	border-width: 1px 0px 1px 0px;
}
h4{
	display: block;
	border-collapse: collapse;
	background-color: #DDECBB;
	font-size: 14px;
	/*margin: 0 0 10px 0;*/
	width: 99%;
	height: 18px;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px none #008000;
	border-width: 1px 0px 1px 0px;
}

h5{

color: green;
	font-size: 14px;
	border: 1px dotted #008000;
	border-width: 0px 0px 1px 0px;
	width: 98%;
	/*margin: 0 0 10px 0;*/

}


h6 {
	background-image: url(../content/gfx/balken_grau.gif);
	background-repeat: repeat-x;
	border: 0;
	display:block;
	font-size:12px;
	height:15px;
	padding-bottom:2px;
	padding-top:1px;
	text-indent:5px;
	width:100%;
}


.news {
	border: none;
	background-color: #edf6d8;
	padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;

}
 
.info {
	float: left; 
	border: 2px solid lightgrey;
	background-color: #edf6d8;
}

.info .t {
	background: transparent url(../content/gfx/bg_weiss_top.png) top left repeat-x;
}

.info .b {
	background: transparent url(../content/gfx/bg_gruen_bottom.png) bottom left repeat-x;
	}

.info .c {
	padding: 8px 15px 20px 10px;
	}
	
.clearer  {
	clear: both
	}
	
.button {
	padding-top: 5px;
	border: 0px;
	}
 
 
.ganz_neu {
	border: 1px dashed darkorange;
	background-image: url("../content/gfx/button_neu.png") no-repeat top left;
	}
  

hr.headerTrenner {
	display: block;
	width: 98%;
	border:  #008000;
        background: #008000;
        color: #008000;
	height: 1px;
	background: transparent;
	margin: 5px 0px 5px 0px;
}


/* 				MENU 				*/





td#lm {
	background-repeat: repeat-y;
	text-align: left;
	padding: 32px 0px 0px 0px;
	vertical-align: top;
}



dl#menuList {
	width: 100px;
	padding: 0px;
	display: block;
	margin: 0px 0px 0px 5px;
}

dl#menuList dt{/*HAUPTpunkt (liste)*/
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: both;
	width: 153px;
	border: 1px solid #008000;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
dl#menuList dt a{/*HAUPTpunkt (text)*/
	display: block;
	text-decoration: none;
	color: black;
	width: 153px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	background-color: #FFCC99;
	text-indent: 5px;
}
dl#menuList dd {/*UNTERpunkt (liste)*/
	margin-bottom: 5px;
	margin-left:15px;
	display: block;
	float: left;
	width: 138px;
	border: 1px solid #008000;
	padding: 0px;
}
dl#menuList dd a{/*UNTERpunkt (text)*/
	display: block;
	text-decoration: none;
	color: black;
	width: 138px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	background-color:#e9dfb1;
	text-indent: 8px;
}

dl#menuList dt a:hover {/*OBERpunkt hover*/
	background-color: #d7e9b1;
	/*border: 2px solid #008000;*/
	/*font-weight:bold;*/
}

dl#menuList dd a:hover {/*UNTERpunkt hover*/
	background-color: #d7e9b1;
	/*font-weight:bold;*/
	/*border: 2px solid #008000;*/
}

dl#menuList .sactiv, dl#menuList .tactiv {/*Punkt aktiv*/
	/*background-color: #d7e9b1;*/
	font-weight:bold;
}


/* Sonstiges */

.videoplayer {
border: 2px solid lightgrey;
height: 200px;
width: 300px;
float: right;
margin-left: 5px;
margin-right: 25px;
}


/**/
td.hspace10 {
	background-color: transparent;
	height: 10px;
}

.align_r {
	float: right;
	clear: right;
	text-align: right;
}
/* 		ERROR 		*/
cite.error {
	background-color: #FFFF00;
	border: 1px solid Red;
	padding: 3px;
	margin: 0px;
	display: block;
}
/* 		SHOP 		*/
form#shop {
	display: block;
	width: 98%;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}
form#shop table {
	width: 100%;
	border-collapse: collapse;
}
form#shop .caption td {
	font-weight: bold;
	font-size: 14px;
	background-color: #d7e9b1;
	border: 1px solid #008000;
	border-width: 1px 0px 1px 0px;
	text-indent: 5px;
	height: 24px;
	vertical-align: middle;
}
form#shop th {
	background-color: #d7e9b1;
	text-indent: 5px;
	border: 1px solid #008000;
	border-width: 1px 0px 1px 0px;
	text-align: left;
}
form#shop table.prod_teaser {
	margin: 3px;
	border-collapse: collapse;
	border: 1px solid #008000;
}

form#shop table.prod_teaser td {
	padding: 5px;
}

table#mail  {
	margin: 5px;
	width: 100%;
	border-collapse: collapse;
}
table#mail th {
	text-align: left;
}
table#mail input, table#mail textarea {
	width: 90%;
}


hr {
  border: 1px solid #d9d9d9;
  margin-top: 5px;
  width: 98%;
}

#changeLang img{
	border:0;
	margin-top:5px;
}

#tableService{
  width:570px;
}




/* 		DEBUG 		*/
div.dbg {
	display: block;
	width: 100%;
}
table.debug, table.backtrace {
	width: 99%;
	margin: 10px auto 10px auto;
	border: 1px solid #000000;
	background-color:#dddddd;
	color:#000000;
	font: 10px verdana, geneva, arial, helvetica, sans-serif;
	float: left;
	clear: left;
}

table.debug th,table.backtrace th {
	text-align: left;
	border: 1px dotted #000000;
	background-color: #cccccc;
	padding: 3px;
	vertical-align: top;
}

table.debug div {
	display: block;
	width: 99%;
	margin: 3px auto 3px auto;
	padding: 3px;
	color:#000000;
	background-color: #eeeeee;
	font: 10px verdana, geneva, arial, helvetica, sans-serif;
}

table.debug pre {
	margin: 3px;
	font: 10px verdana, geneva, arial, helvetica, sans-serif;
}
