html, body {
	background-color: white;
}
a:link, a:visited {
	color: #336699;
}    
a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	color: #336699;
}
#header { 
   background-image: url("img2/banner.png");
}
li.toc {
    background-color: #white;
	margin-bottom: -1px;
	border: 1px dotted #336699;
	border-left: none;
	border-right: none;
}
li.toc_active {
    background-color: #336699;
}
li.toc a {
    color: #336699;
}
li.toc_active a {
    color: white;
}
li.toc a:hover {
    color: white;
	background-color: #336699;
}
#box_bottom {
	/*padding-top: 20px;*/
	/*border-top: solid 1px #E0E0E0;*/
	color: white;
	background-color: #336699;
}
#box_bottom a {
	color: white;
}
#outline {
	/*margin-top: 20px;*/
	box-shadow: 0px 0px 10px rgb(204,204,204);
}

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

#header_collapsed {
	border-bottom: solid 1px #CCCCCC;
	background-color: #f5f5f5;
}
#header_collapsed_title {
	color: #336699;
	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 #336699;
	background-color: white;
}
a.start:hover { 
	text-decoration: none;
	color: white;
	border: 2px solid #336699;
	background-color: #336699;
}
#box_efre {
	display: none;
}
#banner img{
	height: 119px;
	margin: 0px !important;
	padding: 10px;
}

