body { 
    font-family: Verdana, 'Helvetica', sans-serif;
    font-size: 11px;
    line-height: 15px;
    background-color: #cccabf;
}

a {
    color: black;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    }

h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    }


#karte {
	display: block;
	width: 320px;
	height: 200px; 
	background: transparent url('v-karte.png') no-repeat top left;
	margin: 130px auto 0px auto;
	}
#karte p {
	margin: 0px 0px 0px 115px;
	padding: 52px 0px 0px 0px;
	}