/* ID */
/* ############################### */



#menu-top {
	
	font-size: 13px;
	display: table-cell;
	vertical-align: top;
	margin-left: 50px;
	width: 750px;
	height: 41px;	

}
#header {
	font-size: 13px;
	display: table-cell;
	vertical-align: top;
	margin-left: 50px;
	width: 700px;
	height: 78px;
	background-image: url(/templates/xproducts.com.au/images/header.png);
}

#menu {
  float:left;
  width:109px;
  padding:0px;
  margin-right:0px;
  
}
#inhalt {
  color: #191b25;
  float:left;
  width:700px;
  margin:0px;
  padding:0px;
  background-color:#d9d9da;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  min-height:400px;
}

#footer{
	display: table-cell;
	vertical-align: top;
	width: 700px;
	height: 57px;
	background-image: url(/templates/xproducts.com.au/images/footer.png);
}


div.inhaltrahmen {
	padding-right: 20px;
	padding-bottom: 10px;
}

/* BODY */
/* ############################### */

body {
	margin-top: 35px;
	margin-left: 50px;
	background-color: #242635;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* A */
/* ############################### */

a {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: grey;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

a.activ {
	color: #E3C17A;
	font-weight: bold;
	text-decoration: none;
}

a.activ:hover {
	color: grey;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
#navigation {
	margin: 0px;
	padding: 0px;
	width: 109px;
	height: 20px;
	background-image: url(/templates/xproducts.com.au/images/menue_bg.png);	/*??????*/
}

#navigation_sub{
	margin-left: 5px;
	padding: 0px;
	width: 109px;
	height: 20px;
	background-image: url(/templates/xproducts.com.au/images/menue2_bg.png);	/*??????*/ 
}


a.navigation-subtree {
	padding-left: 10px;	
}


/* IMG */
/* ############################### */

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img.menue {
	padding-right: 5px;
}

/* DIV */
/* ############################### */

div.clear {
	clear: both;
}