html, body {
	background: #d2cfc6;
	font-family: Arial,sans-serif;
}

hr {
	border-top: 1px solid #c8b47b;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.6em;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #7c704d;
	text-decoration: underline;
}

#container {
	width: 985px;
/*	background: #fff; */
	padding: 1px 0px 1px 0px;
	margin: auto;
}

#header {
	padding: 50px 20px 45px 45px;
}

.logo a {
	display: block;
	width: 240px;
	height: 55px;
	background: url(images/schultzeplus-logo.gif) no-repeat 0 0;
	font-size: 0;
	text-indent: -999px;
}

ul.logo {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer {
	position: relative;
	bottom: 0;
	height: 20px;
	text-align: right;
	padding: 25px 0 0 0;
}

.footer a {
	text-decoration: none;
	color: #000;
	background: #d2cfc6;
	border: 8px solid #d2cfc6;
}

.footer a:hover {
	text-decoration: underline;
	color: #000;
}

li.submenu a {
}

ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 120px;
	float: left;
	margin-right: 20px;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.5em;
}

.news {
	padding-top: 25px;
	padding-left: 250px;
	font-size: 1.1em;
	line-height: 1.3em;
	border-top: 5px solid #d2cfc6;
	background: url(images/laptop.gif) no-repeat 25px 15px;
}

.news p, .news h1 {
	margin-top: 5px;
	padding-right: 350px;
}
