body{
	margin: 0px;
	padding: 10px;
	padding-top: 50px;
	font-family: sans-serif; 
	font-size: 13px;
	background-color: #FFF; 
	color: #000;
	list-style-type: none;
}

#body{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}

a img {
	border: 0 none;
}

a:link, a:visited{
	border: none;
	color: blue;
	text-decoration: none;
}

a:hover, a:active{
	color: red;
	text-decoration: none;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 18px;
}

#inhaber{
	font-size: 16px;
	font-weight: bold;
}

#small{
	font-size: 8px;
	font-weight: normal;
}

.webmail {
	display: block;
	width: 500px;
}
.webmail label {
	display:block;
	width: 150px;
	font-size: 15px;
}
.webmail input {
	margin-bottom: 15px;
}
.webmail #button{
    border: 1px solid #006;
    background: #9cf;
	font-size: 15px;
}

.marriage{
	text-align: center;
}

p{
	font-size: 16px;
	font-weight: normal;
}
