/*Procena*/
/*GENERAL*/
/*wichtige farben:
#5fb52c; logo gruen dunkel
#b9f2a3; logo gruen hell
#2e7068; tuerkisgruen
#808080; dunkelgrau
*/

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    font-size: 12px;
    background-color: #2e7068;
    width: 100%;
    background-image: url(pics/layout/bg_grau_head.jpg);
    background-repeat: repeat-x;
    padding-bottom: 20px;
}

/*TYPO*/
p, a ,li ,h1, h3, h4, h5, h6 {
    font-size:1.0em;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

p {
    margin-bottom:20px;
}

h1{
    font-size: 20px;
    margin-bottom:8px;
    color: #38a642;
}
h2{
    font-size: 14px;
}
h3{
    font-size: 12px;
    font-weight: bold;
}

/*PICS*/
.centerImage{   /*img in <p>tag einschliessen um zu centern*/
    text-align: center;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img{
    border: none;
}

/*LIST & TABLE*/
ul.navUl{
    list-style-type: none;
    margin-left: 60px;
    margin-top: 88px;
}
ul.navUl li{
	position:relative;
    margin:0px 0 1px 0;
    float: left;
    /*margin-top: 90px;*/
    height: 21px;
}
ul.navUl li a {
      line-height: 21px;
	font-size:14px;
	text-decoration:none;
	margin-right:30px;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	
	color:#2e7068;
	border:1px solid #2e7068;
	
}
ul.navUl li a:hover {
	color:#fff;
	border:1px solid #2e7068;
	background-color:#2e7068;
}

ul.navUl li a.marker {
	color:#fff;
	border:1px solid #2e7068;
	background-color:#2e7068;
}

ul.ul_in_text{
    margin-left: 12px;
    margin-bottom:20px;
}
ul.ul_in_text li{
    margin-bottom: 4px;
}

/*FORM*/


/*DIVs*/

div#wrap {
    width: 980px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
      margin-top: 20px;
}

div#header{
      position: relative;
      padding-left: 160px;
    width: 820px;
    height: 130px;
    border-bottom: 1px solid #5fb52c;
    border-top: 1px solid #5fb52c;
}
div#content{
    width: 940px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

div#footer{
      padding: 12px 20px 10px 20px;
      background-color: #c1c1c1;
      
      background-image: url(pics/layout/fade30.png);
      background-repeat: repeat-x;      
}
      div#footer p, div#footer a{
	    margin: 0;
		font-size:10px;
	    color: #333;
      }
/*TABLE*/
table#prduktListing{
      width: 100%;
}

table#prduktListing tr td{
      height: 20px;
      padding: 0 8px;
}
tr.tableHead{
	height:30px;
      color: #fff;
      font-weight: bold;
      background-color: #2e7068;
      background-image: url(pics/layout/fade8b.png);
      background-repeat: repeat-x;
}
tr.r2 td{
      background-color:#b9f2a3;
      /*background-image: url(pics/layout/fade8b.png);
      background-repeat: repeat-x;*/
}
tr.r1 td{
      background-color:#efefef;
      /*background-image: url(pics/layout/fade8g.png);
      background-repeat: repeat-x;*/

}
table#prduktListing tr td.addButton{background: transparent; padding: 0;}
      
}

 
/*MISC*/
div#kontaktHeader{
      position: absolute;
      text-align: right;   
}

.textGrau{
      color: #444 !important;
}
p.errorhandling {
	border:1px solid red;
	padding:5px;
	font-weight:bold;
	color:red;
}