/* Zentrales Stylesheet der Brandkind-Website */

body {
	background-color:#000000;
	margin:0px;
	border:0px;
}

h1 {
	color:#F37306;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:'Trebuchet MS',Arial,Sans-Serif;
}

h2 {
	color:#F37306;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	font-family:'Trebuchet MS',Arial,Sans-Serif;
}

h3 {
	color:#99CCFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	font-family:'Trebuchet MS',Arial,Sans-Serif;
}

h4 {
	color:#99CCFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	font-family:'Trebuchet MS',Arial,Sans-Serif;
}

a:link {
	/*	color:#348A63;*/
	color:#80FF00;
	text-decoration:none;
}


a:visited {
	color:#80FF00;
	text-decoration:none;
}

a:hover {
	color:#DC143C;
}


.Titelbild {
	text-align:center;
}

.Menu {
	margin-left:5px;
	margin-top:30px;
}

.BalkenOrange {
	vertical-align:top;
	text-align:left;
	background-color:#F37306;
}

.PfeilOrange {	
	background-color:#F37306;
	font-size:5px;
	margin-top:11px;

}

.Menuzelle {
	vertical-align:top;
	text-align:left;

	color:#F37306;
	font-size:20px;
	font-weight:bold;
	font-family:'Trebuchet MS',Arial,Sans-Serif;
}
