@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 980px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    font-size: 85%;
}

/* for iE6 */
* html div#page {
	height: 100%;
}

div#head {
	padding-left: 30px;
}

div#head img {
	border: 0;
}

div#navigation {
	float: left;
	padding-left: 39px;
	width: 242px;
	min-height: 100px;
	margin-top: 2px;
}

/* for iE6 */
* html div#navigation {
	height: 100px;
}

div#topcontent {
	width: 659px;
	height: 21px;
	float: left;
}

div#topcontent div#location {
	width: 490px;
	padding-left: 20px;
	margin-right: 10px;
	float: left;
	background-color: #eab808;
	height: 18px;
	padding-top: 3px;
}

div#topcontent div#search {
	width: 139px;
	float: left;
}

div#topcontent div#search input.searchfield {
	width: 105px;
	float: left;
	line-height: 138.5%;
	padding-left: 5px;
	height: 15px;
}

div#topcontent div#search image.lupe {
	float: left;
}

div#topcontent div#search a img {
	border: 0;
}

div#content {
	float: left;
	width: 680px;
	margin-left: 10px;
	margin-top: 22px;
	padding-bottom: 80px;	
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 5px;
}

/* for iE6 */
* html div#footer {
	padding-bottom: 10px;
}

/* for FF */
html:root div#footer {
	bottom: 20px;
}

div#footer div {
	width: 630px;
	margin-left: 300px;
	padding-top: 4px;
	font-size: 88%;
}

div#footer div a {
	color: black;
}

div#footer div span.left {
	float: left;
}

/* for iE6 */
* html div#footer {
	bottom: 0px;
}

body.cms_editpage div#footer {
	visibility: hidden;
}

