/* BASIC */

html, body {
	height: 100%; font-family: "dejavu sans", Arial, Verdana, Helvetica, sans-serif; margin: 0; padding: 0; 
}

/* WRAPPER */

#wrapper {
	padding-top: 1px;
}

/* HEADER */

#header {
	width: 868px;
	height: 125px;
	margin: 0px auto;
}

/* LOGO */

#logo {
	float: left;
	width: 410px;
	height: 125px;
	background: url(../images/layout/px04.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/* TOPMENU */

#topmenu {
	float: right;
	width: 190px;
	height: 94px;
	padding: 31px 0px 0px 150px;
	background: url(../images/layout/px05.jpg) no-repeat right top;
}

#topmenu a {
	color: white;
	text-decoration: none;
}

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

/* TOPMENU_D */

#topmenu_d {
	float: right;
	width: 220px;
	height: 94px;
	padding: 31px 0px 0px 150px;
	background: url(../images/layout/px05.jpg) no-repeat right top;
}

#topmenu_d a {
	color: white;
	text-decoration: none;
}

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

/* MENU */

#menu {
	height: 202px;
	padding: 17px 0px 0px 30px; 
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 28px;
	background: url(../images/layout/px08.gif) no-repeat left center;
}

#menu a {
	display: block;
	width: 211px;
	height: 20px;
	padding: 4px 0px 4px 3px;
	background: url(../images/layout/px09.gif) repeat-x left bottom;
}

/* SEARCH */

#search {
	padding: 18px 21px 0px 30px;
}

/* CONTENT */

#content {
	width: 868px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 40px;
	background: url(../images/layout/px10.jpg) no-repeat left top;
}

#right {
	float: right;
	width: 533px;
	padding: 0px 13px 0px 0px;
}

/* FOOTER */

#footer {
	width: 868px;
	margin: 0px auto;
	padding: 25px 0px;
	background: url(../images/layout/px18.jpg) no-repeat left top;
}

/* BOX1 */

#box1 {
	text-align: center;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 21px;
}

/* BOX2 */

#box2 {
	padding-bottom: 10px;
	background-color: #fff;
}

/* BOX3 */

#box3 {
	padding: 25px 30px 20px 25px;
}

/* BOX4 */

#box4 { font-size: 11px; padding: 25px 23px 20px 21px; }
