
html, body {
       margin: 0;
       padding: 0;
}

body {
       background: white;
       /*min-width: 800px;*/
       font-family: Arial, Helvetica, sans-serif;
       font-weight: normal;
       color: black;
       font-size: 12px;
       text-align: center;
}


h1 { font-size: 2em;       }
h2 { font-size:  160%; color: #444444; margin: 0; padding: 0; }
h3 { font-size: 1.25em;       }
h4 { font-size: 1em;       }



div#wrap {
	margin: 0px auto;
	width: 92%;
	text-align: left;
	
	min-height: 100%;
}

div#header {
	width: 100%;
	float: left;
	height: 145px;
	margin: 0px;
	padding: 0px;
}

div#header_background {
	background: url(/images/top_background.jpg) repeat-x;
	/*margin-top: 10px;*/
	width: 100%;
	
	float: left;
	margin: 0px;
	padding: 0px;	
}



div#grey {
	width: 100%;
	height: 10px;
	background-color: #4A4A4A;
	margin: 0px;
	padding: 0px;
	/*margin-left: 4%;*/
}
/*
div#header h1 {
	padding-top: 5px;
}
div#header h2 {
  margin-bottom: 4%;
}
*/
div#main-nav {
  width: 100%;
  padding: 3px 0 0 0;
  background: url(/images/grad.jpg) repeat-x;
  height: 41px;
  float: left;
  text-align: center;
  
  
}

div#main-nav a {
  text-decoration: none;
  /*padding:4px 10px;*/
  color: black;
  font-size:120%;
  font-weight: bold;
  width: auto;
  display: block;
  background: url(/images/button_left.jpg) top left no-repeat; 
  padding: 16px 10px 6px 10px; 
  white-space: nowrap;
  zoom: 1; /* :hack: hasLayout trigger for ie */ 
}

span.button {
	 
	 background: url(/images/button_right.jpg) top right no-repeat;
	 height: 38px;
	 display: block;
	
	 
}



* html span.button {
	width: 14px;
} /*style for IE*/

span.buttonOn {
	
	 background: url(/images/button_right_href.jpg) top right no-repeat;
	 height: 38px;
	 display: block;
	
}

* html span.buttonOn {
	width: 14px;
} /*style for IE*/

ul {
	margin:0;
   padding:0 0 0 160px;
   list-style:none;
	float: left;
}

li.list {
	
	height: 38px;
	 float:left;
	 background: url(/images/button_center.jpg) repeat-x;
    margin:0;
    padding:0;
	 display: inline;
}

li.listOn {
	
	height: 38px;
	 float:left;
	 background: url(/images/button_center_href.jpg) repeat-x;
    margin:0;
    padding:0;
	 display: inline;
}

div#main-nav a:hover {
    text-decoration:none;
  /*padding:4px 10px;*/
 
  font-size:120%;
  font-weight: bold;
  width: auto;
  display: block;
  background: url(/images/button_left_href.jpg) top left no-repeat; 
  color:#7B7B7B;
  padding: 13px 10px 9px 10px; 
}

div#main-nav a.selected {
    text-decoration:none;
  /*padding:4px 10px;*/

  font-size:120%;
  font-weight: bold;
  width: auto;
  display: block;
  background: url(/images/button_left_href.jpg) top left no-repeat; 
  color:#7B7B7B;
  padding: 13px 10px 9px 10px; 
}



div#footer {
	width: 100%;
	background: url(/images/border_bottom.jpg) top left no-repeat; 
	float: left;
	height: 20px;
	text-align: center;
	color: #B8B8B8;
	padding: 5px 0 0 0;
}

div#main-footer-momo {
  padding-top:3px;
  width:32%;
  text-align: right;
  float: right;

}
div#main-footer-nav {
  padding-top:3px;
  width:42%;
  text-align: left;
  float: left;
}
div#main-footer-nav a {
  padding:4px 5px;
  color: black;
  font-size:120%;
  text-decoration:none;
}

div#main-footer-nav a:hover {
  color: black;
  text-decoration:underline;
}

div#main-footer-nav a.selected {
  color: black;
  text-decoration:underline;
}


/***CONTENT***/

div#content {
	float: left;
	width: 80%;
	padding: 5px 10px 20px 10px;
	margin: 0;
	
}

div#content p{
 font-size:  12px;
}

div#content h2 {
  margin-bottom: 5%;
  padding: 0px;
  margin: 0px;
  display: inline;
 font-size:  110%;
}

div#content-left {
	float: left;
	width: 37%;
	margin-bottom: 30px;
}

div#content-left_prod {
	float: left;
	width: 45%;
	
}

div#content-left_prod a {
  text-decoration:none;
  padding:3px 7px;
  color: black;
  font-size: 110%;
  background:#eeeeee;
  border: 1px solid #999999;
  margin: 2px;
  float: left;
  width: 91%;
}


div#content-left_img {
  float:left;
  width: 136px;
  height: 30px;
  margin-left: 7px;
}

div#produkt {
    text-decoration:none;
  padding:3px 7px;
  color: black;
  font-size: 110%;
  background:#eeeeee;
  border: 1px solid #999999;
  margin: 2px;
  float: left;
  width: 91%;
}

div#content-left_prod a:hover {
  background:#999999;
  color:#fff;
  width: 91%;
}
div#content-left_prod a.selected {
  background:#333333;
  color:#fff;  
  width: 91%;
	border-right: solid 2px grey;
  float: left;
}
div#content-right {
	float: left;
	width: 57%;
padding-left: 2%;
	margin-bottom: 30px;
  background:#ffffff;
  border: 1px solid #999999;
}

div#content-right img {
	border: none;
}

div#content-center{
	float: left;
	width: 85%;
	padding: 1%;
	margin-bottom: 6px;
	background:#ffffff;
	border: 1px solid #999999;
}

div#content a {
	color: black;
}

div#content a:hover {
	color: #4a4a4a;
}


div#content p{
 font-size:  12px;
}
div#content h2 {
	
  margin-bottom: 5%;
  padding: 0px;
  margin: 0px;
  display: inline;
 font-size:  110%;
}
div#content-text {
	float: left;
	width: 80%;
}

div.content-index {
	float: left;
	width: 48%;
	margin-bottom: 30px;
}
div.content-index a {
  text-decoration:none;
  padding:3px 7px;
  color: black;
  font-size: 110%;
  background:#eeeeee;
  border: 1px solid #999999;
  margin: 2px;
  float: left;
  width: 91%;
}

div.content-index a:hover {
  background:#999999;
  color:#fff;
  width: 91%;
}
div.content-index a.selected {
  background:#333333;
  color:#fff;  
  width: 91%;
	border-right: solid 2px grey;
  float: left;
}
div#content-left {
	float: left;
	width: 40%;
	margin-bottom: 30px;
}

div#content-left a {
  text-decoration:none;
  padding:3px 7px;
  color: black;
  font-size: 110%;
  background:#eeeeee;
  border: 1px solid #999999;
  margin: 2px;
  float: left;
  width: 91%;
}

div#content-left a:hover {
  background:#999999;
  color:#fff;
  width: 91%;
}
div#content-left a.selected {
  background:#333333;
  color:#fff;  
  width: 91%;
	border-right: solid 2px grey;
  float: left;
}
div#content-right {
	float: right;
	width: 57%;
padding-left: 2%;
	margin-bottom: 30px;
  background:#ffffff;
  border: 1px solid #999999;
}
div#content-center{
	float: left;
	width:  99%;
	padding: 1%;
	margin-bottom: 6px;
	background:#ffffff;
	border: 1px solid #999999;
}
div#content-ads {
	float: right;
	width: 122px;
  background:#ffffff;
  border: 1px solid #999999;
  margin-top: 25px;
}


