@CHARSET "ISO-8859-1";

/*** MENU ***************************************************/
.topmenu {
	position: absolute;
	top: 30px;
	left: 0;
	right: 180px;
	width: 850px; /* IE braucht rechten Rand UND Gesamtbreite */
	max-width: 650px; /* Für FF  */
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding-left: 200px;
	background: #CFCDC9;
}

.submenu_col {
	position: absolute;
	top: 75px;
	bottom: 40px;
	width: 200px;
	background:#B6B4B0;
}

.image {
	width: 180px;
	min-height: 215px;
	height: auto !important; /* für moderne Browser */
	height: 215px; /*für den IE */
}

.submenu {
	position: absolute;
	top: 215px;
	bottom: 0;
	width: 180px;
	background-color: #B6B4B0;
}

.submenu div {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.submenu div a {
	display: block;
	height: auto;
}

/*** CONTENT ******************************************/
.content {
	min-height: 395px;
	height: auto !important; /* für moderne Browser */
	height: 375px; /*für den IE */
	width: 590px;
	margin-top: 45px;
	margin-bottom: 40px;
	padding: 20px 30px 20px 30px;
	float: right;
}

img[width *="650"] {
	margin-left: -60px;
	margin-top: -20px;
	margin-bottom: 20px;
}

/*** BOTTOM ********************************************/
.bottom-spacer {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 850px;
	height: 40px;
}

.bottom-spacer .sand_dark {
	height: 15px;
}

.bottom-spacer .sand_medium {
	height: 25px;
}
