body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7b7474;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #cf1427;
}
a:active {
	text-decoration: none;
	color: #cf1427;
}

p {
	margin: 0px;
	font-size: 14px;
}


h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
#wrap {
	display: table;
	height: 99%;
	position: absolute;
	width: 99%;
}
#container {
	display: table-cell; 
	vertical-align: middle;
}


.menu {
    background-image: url("img/logo.png");
    background-position: 38px 0;
    background-repeat: no-repeat;
    float: left;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 66px 0 0 0;
	width: 250px;
    margin:360px 10px 0 0;
}
.mitte {
	float: left;
	width: 480px;
}
.inhalt {
	float: left;
	width: 730px;
	padding-top: 75px;
	padding-bottom: 50px;
	text-align: left;
}
.textrot {
	color: #cf1427;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-stretch: wider;
}
.rechtespalte {
	float: right;
	width: 250px;
	font-weight: bold;
	font-size: 13px;
}
#content {
	width: 1000px;
	margin: auto;
	margin-top: -4%;
}
.überschriften {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.überschriftrot {
	color: #cf1427;
}
.texthervorgehoben {
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

.letterspacing {
	letter-spacing: 1px;
}

p.2 {
	letter-spacing: 0.115em;
}
p .3{
	letter-spacing: 1em;
}
.blocksatz {
	text-align: justify;
}
.absatz {
	line-height: 2;
}

@media only screen and (max-height: 540px) {
.menu {
    margin: 4% 10px 0 0;
}
.menucontainer {
}
}