html, body {
	background-color: white;
}
a:link, a:visited {
	color: #E0B103;
}    
a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	color: #E0B103;
}
#header { 
   background-image: url("img2/banner.png");
}
li.toc {
    background-color: white;
	margin-bottom: -1px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left-color: transparent;
	border-right-color: transparent;
}
li.toc_active {
    background-color: #E0B103;
}
li.toc a {
    color: black;
}
li.toc_active a {
    color: white;
}
li.toc a:hover {
    color: white;
	background-color: #E0B103;
} 
/*
li.toc {
    background-color: #white;
	padding-left: 4px;
	margin-bottom: 4px;
	border-radius: 8px;
	border: 1px solid #098235;
}
li.toc_active {
    background-color: #098235;
}
li.toc:hover {
    background-color: #098235;
}
li.toc a {
    color: #098235;
}
li.toc_active a {
    color: white;
}
li.toc a:hover {
    color: white;
} 
*/

#box_bottom {
	/*padding-top: 20px;*/
	border-top: solid 1px #CCCCCC;
	background-color: #999999;
	color: white;
}
#box_bottom a {
	color: white;
}
#outline {
	/*margin-top: 20px;*/
	box-shadow: 0px 0px 10px silver;
	border: 0px solid silver;
}

/*---------- mobil ----------*/

#header_collapsed {
	border-bottom: solid 1px #CCCCCC;
	background-color: #f5f5f5;
}
#header_collapsed_title {
	color: #080;
	font-weight: normal;
	text-shadow: 1px 1px #CCCCCC;
}
#header_collapsed_subtitle {
	color: #666666;
	font-weight: normal;
	text-shadow: 1px 1px #CCCCCC;
}

a.start {
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 2px solid #E0B103;
	background-color: white;
}
a.start:hover { 
	text-decoration: none;
	color: white;
	border: 2px solid #E0B103;
	background-color: #E0B103;
}
#box_efre {
	display: none;
}
#header_collapsed {
  background-color: #F0F0F0;
}
#header_collapsed_title {
	color: #E0B103;
}
#banner img{
	height: 119px;
	margin: 0px !important;
	padding: 10px;
}