* {
	margin: 0;
	padding: 0;
}

body {
	margin: 6px 5px 6px 0px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #F0EAE0;
}


a {
	color: #8F3115;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8F3115;
	text-decoration: underline;
}


/* Structure */
.wrapper {
	height: 100%;
}

#navcontainer {
	background-image: url(../navi/navi_bg.gif);
	background-repeat: repeat-x;
	background-color: #c6ad88;
}

#colleft {
	padding-bottom: 10px;
	width: 77px;
	background-image: url(../images/aw24.gif);
	background-repeat: repeat-y;
	background-color: #dbc2b5;
}

#content {
	width: auto;
	padding: 35px 0px 20px 120px;
	background-color: #fff; 
}

#colright {
	width: 267px;
	padding: 41px 25px 20px 50px;
	background-color: #fff;
}

#footer {
	background-color: #c6ad88;
}


/* Format Text */
.text td {
	font-size: 11px;
	line-height: 18px;
}

h2 {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 19px;
}
h3 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 11px;
}

p, ul, ol {
	margin-bottom: 18px;
}
ul{
	list-style-type: square;
}
li {
	margin-bottom: 5px;
}

.indent1 {
	padding-left: 50px;
}
.indent2 {
	padding-left: 100px;
}
.bottomsmall {
	margin-bottom: 10px;
}

#colright img, .rahmen {
	border: 1px solid #8F3115;
}

/* Map */
#map td {
	padding: 10px;
}
#map td.close {
	text-align: right;
	background-color: #fff;
}
