body {
	background-color: #eaddc4;
	padding: 0;
	margin: 0;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

#rahmen {
	width: 900px;
	margin: auto;
	/*border: solid 1px #EEEEEE;*/
	overflow: auto;
}

#links {
	width: 180px;
	height: auto;
	margin-top: 65px;
	float: left;
	z-index: 2;
}

#start {
	display: block;
	width: 180px;
	height: 180px;
}

#menu {
	float: left;
	width: 180px;
	height: 415px;
	/* padding-top: 200px; */
	text-align: center;
	background: transparent url(images/4.png) no-repeat;
	background-size: contain;
}

#menu ul {
	padding: 30px 30px 0;
	margin: auto;
	text-align: center;
	list-style-type: none;
	font: 11pt "Trebuchet MS", sans-serif;
}

#menu ul li {
	line-height: 2.2em;
	border-top: 1px dotted #CC915B;
}

#menu ul li:first-child {
	border-top: 0;
}

#menu ul a {
	color: #B27035;
	text-decoration: none;
}

#menu ul a:hover,
#menu ul a.select {
	color: #EF2E2E;
}

#inhalt {
	margin: 40px auto 60px 210px;
	width: 685px;
	border: 2px solid #DAC5A0;
	-moz-border-radius: 5px;
	     border-radius: 5px;
	background-color: white;
	/*-webkit-box-shadow: inset 0 0 50px #EDEBE0;
	   -moz-box-shadow: inset 0 0 50px #EDEBE0;
	        box-shadow: inset 0 0 50px #EDEBE7;*/
	/*background: url(back_404.png) left top repeat-y;*/
	/* float: left; */
	z-index: 1;
}

#inhalt #text > img {
	margin-top: 20px;
	margin-bottom: 10px;
	height: auto;
    max-width: 100%;
}

#text {
	padding: 15px 45px 35px 45px;
	font: 10pt/1.5em Verdana,Arial,sans-serif;
	letter-spacing: -0.02em;
	color: #333;
	text-align: left;
	line-height: 1.5em;
}

#text .news {
	padding: 0 15px;
	margin: 20px 0 20px;
	border: solid 1px #DDDBD9;
	background: #F4F2F0;
}

#text h3 {
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	font-size: 12pt;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

#text h2 {
	width: 90%;
	font: 20pt Cambria, Georgia, serif;
	border-bottom: 1px solid #EDEBE9;
	margin-bottom: 30px;
	color: #304590;
}

#text a {
	color: #4E70B0; /* #BF7838; */
	text-decoration: none;
	border-bottom: 1px dotted #4E70B0;
}

#text a:hover {
	color: #EF2E2E;
	border-bottom: 1px dotted #EF2E2E;
}

#text ul {
	padding-left: 20px;
}

#text li {
	margin-bottom: 10px;
}

#text strong {
	color: #444;
}