

html    {
    font-size: 100%;
	height: 100%;
}

body {

    color: #1A1F2B; /* dark blue */
    font-family: "Times New Roman", Times, serif;
    font-size: 0.875em; /* 14px */
    line-height: 1.5em; /* 24px */
	height: 100%;
/*CSG*/
	background: url(../pics/back.jpg) no-repeat left fixed;
    webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    background-size: cover;
	
}


.page-wrapper {

}

header {
	background-image:url(../pics/headerback.png);
	background-position:bottom;
	border-bottom: 3px solid #454545;
	border-top: 3px solid #454545;
    color: #ff0000;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}
/* interner Header */
.header2 {
	text-align: left;
	}

.main {
    background-color: #fff;
    color: #1A1F2B; /* dark blue */
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5) ;
	border:1px solid #454545;
}

.mainContent {
    color: #333;
}

aside {
    color: #ffffff; /* dark blue */
    background-color: #393939; /* light blue */
}

footer {
   background-image:url(../pics/footerback.png);
    text-align: right;
    border-bottom: 3px solid #454545;
	border-top: 3px solid #454545;
}

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

h1, h2, h3  {
    font-family: "Times New Roman", Times, serif;
 /*   font-style: italic; */
    font-weight: bold;
}

h1  {
    font-size: 1.625em; /* 26px; */
    line-height: 1.5em; /* 54px */
}

h2  {
    font-size: 1.5em; /* 24px */ 
    line-height: 1.5em;
    color: #393939; /* grau */
}

h3  {
    color: #393939; /* middle blue */
    font-size: 1.375em; /* 22px */
    font-weight:bold;
}
h4  {
    color: #ffffff; 
    font-size: 1.25em; /* 20px */
    font-weight: normal;
	font-family:"Times New Roman", Times, serif;
}

p.teasertext    {
    color: #30395C; /* middle dark blue */
    font-family:"Times New Roman", Times, serif;
    font-size: 1.188em; /* 19px */
    line-height: 1.368em; /* 26px */
}

a:link, a:visited {
    color: #393939;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #005580;
    text-decoration: underline;
}

.highlight{
   color: yellowgreen;
}

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

nav {
    box-shadow: 0 0 20px rgba(112, 23, 124, 0.2) inset;
    color: #393939;
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.25em; /* 20px */
	
}

nav ul li {
    list-style: none;
	color: #393939;
}

nav a:link {
    color: #393939;
}

nav a:hover {
	color: #005580;
}