body {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	overflow: -moz-scrollbars-vertical;
	background-color: #E4E6E5;
	padding: 0;
	margin: 0;
	border: 0;
	color: #111;
	background-image: url(./images/bg.png);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

body ul,
body ol,
body p {
	line-height: 22px;
	font-size: 13px;
}

#header
{
	display: block;
	height: 200px;
	margin-top: 16px;
	-moz-border-radius: 16px 16px 0 0;
	-webkit-border-radius: 16px 16px 0 0;
}

.header1 {
	background-image: url(./images/Startseite.jpg);
	background-position: 0 -30px;
}

.Person #header {
	background-image: url(./images/Person.jpg);
	background-position: center;
}

.Klumpfuss #header {
	background-image: url(./images/Klumpfuss.jpg);
	background-position: bottom;
}

.Hilfe #header {
	background-image: url(./images/Hilfe.jpg);
	background-position: bottom;
}

.Hilfsmittel #header {
	background-image: url(./images/Hilfsmittel.jpg);
	background-position: -40px -88px;
}

.Ratgeber #header {
	background-image: url(./images/Ratgeber.jpg);
	background-position: bottom;
}

.Arbeitsmarkt #header {
	background-image: url(./images/Arbeitsmarkt.jpg);
	background-position: top;
}

/*
#Fundgrube-Web #header {
	background-image: url(./images/header.jpg);
	background-position: bottom;
}
*/

.Kontakt #header {
	background-image: url(./images/Kontakt.jpg);
	background-position: left top;
}

#header h1 {
	margin: 24px;
	margin-left: 10px;
	float: left;
}

#header h1 a {
	background-color: #51a3e6;
	color: #FFF;
	font-family: Arial;
	font-size: 26px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 6px 12px;
	text-decoration: none;
}

#header h1 span {
	font-weight: normal;
	font-size: 18px;
}

#header h2 {
	margin: 16px;
	clear: both;
	float: left;
	margin-top: 8px;
	font-size: 15px;
	color: #183152;
	padding: 0px 8px;
	background-color: #abc8e2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 24px;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

img.right {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}

ul, ol {

}

a {
	text-decoration: none;
	color: #039;
}

a:hover {
	text-decoration: underline;
}

#toc img {
	border: 0 !important;
}

#content a.extern {
	background-image: url(./images/external.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

#site {
	margin: auto;
	text-align: left;
	max-width: 69em;
}

#menu {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	background-color: #732e54;
	background-color: #6c7367;
	background-color: #322e23;
	background-color: #375d81;	
	padding-left: 16px;
	font-weight: bold;
	font-size: 13px;	
}

#menu ul {
	padding: 0;
	margin: 0;
	z-index: 1000000;
}

#menu ul a:hover {
	text-decoration: underline;
}

#menu > li {
	float: left;
	display: block;
}

#menu li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px 8px;
	
}

#menu li a:hover {
	background-color: #b0c954;
	background-color: #c4d7ed;
	background-color: #e1e6fa;
	color: #183152;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#menu li a:hover {
	
}

ul ul {
	display: none;
	position: absolute;
	background-color: #e1e6fa;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	font-weight: normal;
	padding: 8px !important;
}

ul ul li {
	float: none;
	display: block;
	clear: both;
	padding: 0;
}

ul ul li a {
	/*color: white !important;*/
	color: #183152 !important;
	padding: 8px !important;
}

ul ul li a:hover {
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	background-color: #F6F6F8 !important;
	color: #039;
}

#content {
	clear: both;
	float: left;
	padding-top: 0;
	overflow: hidden;
	background-color: white;
	width: 100%;
}

#toc {
	float: right;
	overflow: hidden;
	background-color: white;
	margin: 0;
	padding-right: 24px;
	width: 280px;
}

#foot {
	clear: both;
	padding: 8px;
	-moz-border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	background-position: bottom;
	background-color: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 32px;
}

h1, h2, h3, h4, h5, h6 {
	color: #375d81;
	color: #856034;
}

#content img {
	border: 0px solid #CCC;
	padding: 0px;
}

#content h2,
#content h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	color: #375d81;
	margin-left: 24px;
	font-size: 25px;
}

#content h3 {
	margin-top: 32px;
	font-size: 17px;
}

p, pre {
	margin-top: 4px;
	margin-bottom: 14px;
	max-width: 48em;
	margin-left: 24px;
}



#content ul {
	max-width: 48em;
}

hr {
	margin-left: 16px;
	margin-right: 16px;
}

#toc hr {
	border: 0;
	border-top: 1px solid #CCC;
}
