@import url(layout.css);

/*--------------- Generelle Textformatierung --------------------------------- */
a:link
{
	color: #fff;
	text-decoration: none;
}

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

a:hover
{
	color: #606a67;
	text-decoration: none;
}

a:active
{
	color: #018a5c;
	text-decoration: none;
}

.active a { color: #018a5c; }

h1
{
	color: #FFF;
	font-size: 24px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	margin-bottom: 12px;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
}

h2
{
	color: #FFF;
	font-size: 14px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	margin-bottom: 20px;
	font-weight: normal;
	padding: 0;
	margin-top: 15px;
	width: 168px;
	text-align: center;
}

h3
{
	color: #FFF;
	font-size: 16px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
	padding: 0;
	margin-top: 0px;
}

h4
{
	color: #FFF;
	font-size: 14px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: normal;
	padding: 0;
	margin-top: 15px;
}
.subhead
{
	color: #FFF;
	font-size: 14px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 36px;
}
