/*******************************************************/
/* BODY */
/*******************************************************/
body {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
	
	margin: 0px auto;
	text-align: center;
	
	color: #000000;
	background-color: #DEBF82;	
	}


/*******************************************************/
/* DIV */
/*******************************************************/
div {
	position: relative;
	float: left;
}

/*******************************************************/
/* HEADERS */
/*******************************************************/
h1, h3 {font-family: Arial, Helvetica, Sans;}
h1 {
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	color: #675234;
}

h1.start {
	color: #657544;
}

h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	font-size: 14px;
	color: #675234;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #675234;
}

/*******************************************************/
/* TABLE*/
/*******************************************************/
td {
	font-size: 12px;
}

/*******************************************************/
/* IMAGES */
/*******************************************************/
img {border: none}
img.spacer-gif{display: none;}


/*******************************************************/
/* LINKS */
/*******************************************************/
a:link, a:visited, a:active, a:hover {
	color: #675234;
	text-decoration: underline;
}

a:hover {color: #978264;}

/*******************************************************/
/* FORMS */
/*******************************************************/
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
} 
input.button {
	background-color: #675234;
	color: #FFFFFF;
	
	border: 1px solid #DCD1C3;
}

/*******************************************************/
/* COMMON CLASSES */
/*******************************************************/
.error {
	color:#ff0000;
	font-weight: bold;
}


/*******************************************************/
/* CONTAINER */
/*******************************************************/
#container {
	width: 780px;
	height: auto;
	margin: 0px auto;
	
	text-align: left;
	float: none;
}


#background {
	top: 15px;
	left: 0px;
	width: 780px;
	
	height: auto;
	background-color: #FCE5C6;
}
/*******************************************************/
/* HEAD */
/*******************************************************/
#head {
	top: 0px;
	left: 0px;
	
	width: 780px;
	height: 103px;
}

/*******************************************************/
/* NAVIGATION */
/*******************************************************/
#topnav {
	top: 0px;
	left: 0px;
	
	width: 780px;
	height: 25px;
	
	background-color: #675234;
	z-index: 0;
}

*html #topnav {
	width: 781px;
}

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

#topnav li {
	float: left;
	padding: 5px 16px 6px 16px;
	border-right: 1px solid #ffffff;
}

#topnav li.act {
	background-color: #a77d53;
}

#topnav a:link, #topnav a:visited, #topnav a:active, #topnav a:hover,
#basket-label a:link, #basket-label a:visited, #basket-label a:active, #basket-label a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/*******************************************************/
/* TOP HEADLINE */
/*******************************************************/
#headline {
	position: absolute;
	left: 10px;
	top: 135px;
}

/*******************************************************/
/* BASKET */
/*******************************************************/
#basket {
	position: absolute;
	top: -50px;
	right: 10px;
	
	width: 60px;
	z-index: 2;	
}

#basket-label {
	position: absolute;
	
	top: 30px;
	left: -50px;
	z-index: 2;
}

#basket-icon {
	position: absolute;
	top: 4px;
	z-index: 1;
}

#basket-content {
	position: absolute;
	
	top: 49px;
	left: -105px;
	width: 148px;

	
	padding: 3px 8px 3px 8px;
	
	z-index: 0;
	

	font-size: 9px;
	background-color: #ffffff;
	border: 1px solid #675234;
}

/* IE6 */
*html #basket-content {
	left: -108px;
	width: 168px;
}

/*******************************************************/
/* CONTENT */
/*******************************************************/
#content-wrap {
	top: 0px;
	left: 0px;
	
	width: 780px;
	z-index: 0;
}

#content {
	width: 580px;
	min-height: 300px;
	
	padding: 0px 100px 40px 100px;
	margin: 60px 0px 30px 0px;
	
	line-height: 18px;
}

/* IE6 */
*html #content {
	width: 780px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*******************************************************/
/* MAPS & OPTIONS */
/*******************************************************/
#selection1 {
	width: 160px;
	padding-bottom: 0px;
}

div.selection1-block {
	width: 160px;
	display: block;
	margin-bottom: 10px;
}

#selection1 select, #selection2 select {
	background-color: #dcd1c3;
	color: #675234;
}

div.map-head, div.map-back-button {
	padding: 0px 0px 0px 18px;
}

div.map-back-button {
	clear: both;
}

#karte {
	width: 413px;
	margin-top: -20px;
}

#map-link {
	position: absolute;
	top: -15px;
	left: 670px;
}

/*******************************************************/
/* CONTENT ROWS */
/*******************************************************/
dd {
	float: left;
	width: 320px;
	text-align: left;
	padding: 3px 0px 3px 0px; 
}

dt {
	float: left;
	width: 100px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	clear:both;
}

/*******************************************************/
/* LEFT CONTENT COLUMN */
/*******************************************************/
#leftcol {
	width: 580px;
	margin: 60px 0px 50px 0px;
}


#leftcol2 {
	width: 330px;
	margin: 35px 0px 50px 20px; 
}

*html #leftcol2 {
	margin-left: 10px;
}


/*******************************************************/
/* RIGHT COLUMN */
/*******************************************************/
#rightcol {
	width: 160px;
	margin: 60px 0px 20px 21px;

}


#rightcol2 {
	width: 410px;
	margin: 100px 18px 20px 0px;
	float: right;
}

*html #rightcol2 {
	margin-right: 10px;
}


/*********************************************************************/
/* REMARK-TEXT */
/*********************************************************************/
#remarktext {
	top: 20px;
	width: 160px;
}


/*******************************************************/
/* TEASER - RIGHT COLUMN */
/*******************************************************/
div.teaser-block{
	width: 160px;
	
	font-size: 11px;

	border: 1px solid #DCD1C3;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	
	background-color: #FFFFFF;
}

div.teaser-head, div.teaser-text {
	width: 150px;
	text-align: left;
}


*html div.teaser-head {
	width: 160px;
}


div.teaser-head {
	padding: 2px 5px 2px 5px;
	background-color: #dcd1c3;
	text-align: center;
}

div.teaser-text {
	width: 160px;
}

div.teaser-text img {
	width: 160px;
	margin: 5px 0px 5px 0px;
}


div.teaser-head h2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}


/*******************************************************/
/* FOOTER IMAGE */
/*******************************************************/
#bottom-image {
	width: 780px;
	height: 106px;
}

#bottom-image img {
	width: 780px;
	
}

/*******************************************************/
/* FOOTER */
/*******************************************************/
#footer {
	width: 780px;
	top: 25px;
	left: 0px;
	padding-bottom: 20px;
	text-align: center;
}

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

#footer li {
	display: inline;
	padding: 0px 8px 1px 8px;
	border-right: 1px solid #675234;
}

#footer li.last {
	border: none;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-size: 9px;
}

