body {
	margin: 0px;
	background-color: white;
	font-family: Arial;
}

.body {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  
	width:	700px;
	height: 500px;
	border: 0px;
	border-style: solid;
	border-color: grey;
	border-radius: 1px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.19);
	font-size: 10px;
}

.nav {
	width: 100%;
	height: 180px;
}

.nav > table {
	float: right;
	width: 400px;
	height: 30px;
	margin: 42px;
	font-size: 11px;
}

.current {
	color: darkred;
	text-decoration: none;
}

a {
	color: #827974;
	text-decoration: none;
}

a:hover {
	color: #8b0011;
}

p > a {
	color: inherit;
	text-decoration: none;
}

p > a:hover {
	color: #8b0011;
}

.content {
	width: 700px;
	height: 275px;
	background: #827974 url("../images/stripe.png") repeat-x center right;
	color: white;
}

.contentContact {
	width: 700px;
	height: 275px;
	background: url("../images/dark_stripe_bg.png") repeat-x center right;
	color: #635852;
}

.contentContactNoStripe {
	width: 700px;
	height: 275px;
	background: url("../images/dark_stripe_bg_short.png") repeat-x center right;
	color: #635852;
}

.contentTitle {
	width: 300px;
	height: 250px;
	color: inherit;
	float: left;
}

.contentTitle > h2 {
	font-weight: normal;
	font-size: 28px;
	margin: 0px; 
	padding: 42px; 
	padding-right: 0px;
	padding-bottom: 16px;
}

.contentTitle > p {
	padding: 42px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 13px;
}

.contentTitleTop {
	width: 220px;
	height: 150px;
	font-size: 10px;
	float: left;
	padding-top: 22px;
	padding-left: 0px;
}

.contentTitleBottom {
	width: 270px;
	height: 100px;
	font-size: 10px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	}
	
.contentInhalt {
	width: 390px;
	height: 250px;
	font-size: 10px;
	float: left;
	padding-top: 22px;
	padding-right: 10px;
}

.contentInhaltTop {
	width: 390px;
	height: 150px;
	font-size: 10px;
	float: left;
	padding-top: 22px;
	padding-right: 10px;
}

.contentInhaltBottom {
	width: 390px;
	height: 100px;
	font-size: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
}

.contact {
	width: 100%;
	height: 45px;
	background-color: white; 
	background: linear-gradient(to right, white, #b1aca9)
}

.contact > table {
	width: 100%;
	margin-left: 42px;
	font-size: 10px;
	vertical-align: center;
}

.spanDown > img {
	width: 77px;
	height: 37px;
}

form > p {
	margin: 1px;
}

input {
	font-size:10px;
	background: linear-gradient(to right, white, #ececec,lightgray, #b1aca9, #b1aca9);
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	width: 100%;
	margin: 0px;
	margin-top: 6px;
	padding-right: 0px;
}

textarea {
	font-size:10px;
	background: linear-gradient(to right, white, #ececec,lightgray, #b1aca9, #b1aca9);
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	width: 100%;
	margin: 0px;
	margin-top: 8px;
	padding-right: 0px;
	resize: none;
}