html    {
    font-size: 100%;
}

body {
	background-color: #58595b; /* grau */
	color: #58595b; /* grau */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin-top: 20px;
}

.page-wrapper {
	background-color: #FFFFFF; /* weiss */
}

header {
	background-color: #FFFFFF; /* weiss */
	color: #bd1220;	/* rot */	/* box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5) inset; */
}

.main {
	background-color: #fff; /* weiss */
	color: #333333; /* dunkelgrau */
}

.mainContent {
    color: #333;
}

aside {
	color: #333333; /* dunkelgrau */
	background-color: #bd1220; /* rot */
}

top {
	background-color: #ffffff; /* weiss */
	color: #333333; /* dunkelgrau */
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bd1220;
	border-right-color: #bd1220;
	border-bottom-color: #bd1220;
	border-left-color: #bd1220;
}

footer {
	background-color: #333333; /* dunkelgrau */
	color: #FFFFFF;
	text-align: right;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #bd1220; /* gruen */
}

/* ------------- Textauszeichnungen -------------------- */

h1, h2, h3  {
	font-family: Arial, Helvetica, sans-serif; /* Google-Font Gentium Book wenn verfügbar, sonst Fallback */
	font-style: normal;
	font-weight: bold;
}

h2  {
	font-size: 1.5em; /* 26px */
	line-height: 1.4em;
	color: #58595b; /* grau */
}

h3  {
	color: #58595b; /* grau */
	font-size: 1.2em; /* 22px */
	font-weight: bold;
}

p.teasertext    {
	color: #58595b; /* dunkelgrau */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.188em; /* 19px */
	line-height: 1.368em; /* 26px */
}

a:link {
	color: #bd1220; /* rot */
	text-decoration: none;
}

a:visited {
	color: #bd1220; /* rot */
	text-decoration: none;
}

.highlight{
	color: #cccccc; /* weiß */
}

/* -------------- ** Navigation ** -------- */

nav {
	box-shadow: inset 2px 2px 15px 2px rgba(51,51,51,0.2);
	color: #efefef;
	font-family: Arial, Helvetica, sans-serif; /* 20px */
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:hover {
	color: #333333; /* dunkelgrau */
}

nav a:hover {
	background-color: #bd1220; /* rot */ 
	color: #ffffff; /* weiss */
	font-weight: bold;
}

nav #aktiv {
	background-color: #58595B; /* grau */
	color: #CCCCCC; /* weiss */
	font-weight: bold;
}