* {
	margin: 0px;
	padding: 0px;
	background: transparent;
}

body {
	font-family: Arial, Verdana;
	font-size: 76%;
	line-height: 1.5;
	background: #fff;
	color: #000;
}

#wrapper {
	width: 900px;
	margin: 75px auto 0px auto;
	position: relative;
}

#teasertxt {
    display: none;
}

#teaser {
    position: absolute;
    left: 258px;
    display: block;
    width: 383px;
    height: 557px;
    background: transparent url(../img/teaser.jpg) 0 0 no-repeat;
}

#kontakt {
    position: absolute;
    top: 140px;
    left: 666px;
}

#kontakt h2, #kontakt a {
    color: #79960F;
}

#kontakt h2, #kontakt p {
    font-size: 1em;
    margin-bottom: 1em;
}

#kontakt a {
    font-weight: bold;
    text-decoration: none;
}

#kontakt a:hover {
    color: #000;
}