* {
    margin: 0;
    padding: 0;
}

/* setzt margin und padding überall auf 0 */

html, body, #wrap {
    height: 100%;
}
body {
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 0 auto;
    color: #66150F;
    background-color: #f1ede6;
    margin: 0 auto;
    height: 100%;
}
body> #wrap {
    height: auto;
    min-height: 100%;
    background: #ffffff;
    width: 849px;
    margin: 0 auto;
}
#center-content {
    padding-bottom: 39px;
    width: 849px;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
}

/* muss die selbe Höhe haben wie der Footer ansich */

#header {
    background-image: url(../gfx/header.jpg);
    height: 282px;
    background-repeat: no-repeat;
    position: relative;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 849px;
}
#header-link {
    position: absolute;
    background-attachment: fixed;
    width: 849px;
    height: 255px;
    display: block;
    background-color: transparent;
    z-index: 50;
}
#navi {
    font-size: 12px;
    padding: 260px 0 0 296px;
}
ul #navi, #navi li {
    margin: 0;
    padding: 0 8px 50px 8px;
    list-style: none;
    float: left;
}
ul {
    margin-left: 10px;
}
li {
    margin: 0 0 0 30px;
}
a {
    display: block;
    padding: 0 2px 0 2px;
    color: #66150F;
    text-decoration: none;
    border: none;
}
a:hover {
    color: #a0a0a0;
}
#content {
    width: 849px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 50;
}
h1 {
    font-size: 18px;
    font-family: "Verdana";
    font-weight: normal;
    margin: 10px 0 10px 0;
}
h2 {
    font-size: 14px;
    font-family: "Verdana";
    font-weight: normal;
    margin: 10px 0 10px 0;
}
.text {
    padding: 10px 45px 10px 315px;
    line-height: 18px;
}
.fussnote {
    font-size: 10px;
    line-height: 11px;
}
#footer {
    position: relative;
    margin: 0 auto;
    margin-top: -39px;
    /* negativ Wert des Footers */
    height: 39px;
    clear: both;
    background: url(../gfx/footer.jpg) no-repeat;
    width: 849px;
}
#footer_eva {
    position: relative;
    margin: 0 auto;
    margin-top: -389px;
    /* negativ Wert des Footers */
    height: 389px;
    z-index: 40;
    clear: both;
    background: transparent url(../gfx/eva.png) no-repeat left bottom;
    width: 849px;
}

#footer_eva_person {
	position: relative;
	margin: 0 auto;
	margin-top: -389px;
	/* negativ Wert des Footers */
	height: 389px;
	z-index: 40;
	background: transparent url(../gfx/eva_novotny_zu_meiner_person_footer.jpg) no-repeat left bottom;
	width: 849px;
}

.ie #footer_eva {
    height: 389px;
    width: 849px;
    top: -389px;
    margin-top: 0px;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/eva.png', sizingMethod='crop');
}

.ie #footer_eva_person {
	height: 389px;
	width: 849px;
  top: -389px;
  margin-top: 0px;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/eva_novotny_zu_meiner_person_footer.jpg', sizingMethod='crop');
}

#footer_georg {
    position: relative;
    margin: 0 auto;
    margin-top: -334px;
    /* negativ Wert des Footers */
    height: 334px;
    z-index: 30;
    clear: both;
    background: transparent url(../gfx/georg.png) no-repeat left bottom;
    width: 849px;
}
.ie #footer_georg {
    height: 334px;
    width: 849px;
    background: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/georg.png', sizingMethod='crop');
}

.myself .right, .myself .left {
  margin-bottom: 30px;
}

.myself img {
  width: 207px;
  height: 127px;
}

.myself .left img {
  float: left;
  margin-right: 10px;
}

.myself .right img {
  float:right;
  margin-left: 10px;
}

.myself .right h2 {
  text-align: right;
}

.myself h2 {
  height:127px;
  margin: 0;
}

.myself {
  margin-bottom: -45px !important;
}


/* CLEAR FIX*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    background: #ffffff;
}

/* Hides from IE-mac */

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End hide from IE-mac */
