@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	
	custom styles
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }

	.scout-yellow	{ color: #FFDD00; }
	.scout-green	{ color: #85B916; }
	.scout-index	{ color: #425C0A; }
*/

h1 {
	color: #85B916;
}
h1.headLayout21 {
	background: #FFDD00;
	border-bottom: 1px solid #FFDD00;
	color: #000000;
}
h1.headLayout22 {
	background: #FFDD00;
	border-bottom: 1px solid #FFDD00;
	color: #000000;
}
h1.headLayout23 {
	background: #FFDD00;
	border-bottom: 1px solid #FFDD00;
	color: #000000;
}
h1.headLayout24 {
	background: #FFFFFF url(img/h1_scouts.png) bottom left repeat-x;
	border-bottom: 1px solid #85B916;
}
h1.headLayout25 {
	background: #FFFFFF url(img/h1_scouts.png) bottom left repeat-x;
	border-bottom: 1px solid #85B916;
}
h1.headLayout26 {
	background: #FFFFFF url(img/h1_scouts.png) bottom left repeat-x;
	border-bottom: 1px solid #85B916;
}
hr {
	display: none;
	}
	.border-dim hr {
		border-bottom: 1px solid #85B916;
	}
p.bodytext img {
	border-color: #85B916;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #85B916;
	}
	a:hover {
		text-decoration: underline;
	}
a.schwarz_fett{
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	}
	a.schwarz_fett:hover {
		color: #85B916;
		text-decoration: underline;
	}
	.schwarz_fett a:hover {
		color: #85B916;
		text-decoration: underline;
	}
.tx-contagged-tooltip a {
	text-decoration: none;
	cursor: pointer;
	color: #425C0A;
	}
	.tx-contagged-tooltip a:hover, .tx-contagged-tooltip-content a {
		color: #A0CE00;
		text-decoration: underline;
	}

/* --- custom styles --------------------------------------
*/




/* --- framesets ------------------------------------------
*/




