@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #fff;
	line-height: 1.4em;
    }
.container {
	width: 970px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding: 0px;
    }
.header {
	background-image: url(../navi/head.jpg);
	height: 190px;
	text-align: right;
	padding: 0;
    }	
.mainContent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
    }
.footer {
	background-image: url(../navi/footer.jpg);
	margin: 0;
	padding: 0;
	height: 53px;
	background-repeat: no-repeat;
    }
.Content {
	vertical-align: top;
	height: 510px;
	width: 720px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
.TextRot  {
	color: #FF33CC;
    }
.TextBlau  {
	color: #2055B7;
    }
.Texthellgrau  {
	color: #999999;
    }
	
h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 {
	font-size: 108.37%;
	letter-spacing: 0.05em;
}                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic; } /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }
  
  a {
	color: #999999;
	text-decoration: none;
}
  a:focus {
	color: #999999;
}
  a:hover{
	color: #09F;
}
  a:active {
	color: #999999;
}

  a.mail {
	color: #666666;
	text-decoration: none;
}
  a.mail:focus {
	color: #999999;
}
  a.mail:hover{
	color: #09F;
}
  a.mail:active {
	color: #999999;
}

.signat {
	float: right;
	position: relative;
	clear: both;
	margin-right: 90px;
}  
.floatright {
	float: right;
	position: relative;
	clear:both;
}
.abstandVariabel {
	height: 715px;
}
