 @charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

/* Schriften Grundeinstellungen anfang*/

html {
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	font-weight:normal;
	text-decoration:none;
	font-weight:normal;
}

a:link,
a:visited,
a:focus,
a:active {
	color:#c6282d;
}

a:hover {
	text-decoration:underline;/*	color:blue; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding-bottom:2px;
	padding-top:2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

.rot {
	color:#c6282d;
}

.liste {
	padding-left:14px;
	margin-top:5px;
	margin-bottom:5px;
}

sup {
	font-size: 8px;
}

/* Schriften Grundeinstellungen ende*/

body {
	width:100%;
	height:100%;
	/*	background-image:url(bg-bild.jpg); */
	background-color: #BCBDBF;
}

.hintergrund {
	width:100%;
	height:100%;
	z-index:1;
}

.wrap {
	margin-left:-300px;
	margin-top:-194px;
	top:50%;
	left:50%;
	width: 600px;
	height: 388px;
	overflow: hidden;
	position: absolute;
	background-color:none;
	background-image:url(vkarte-web-600x388.jpg);
	z-index:2;
}

#post {
	position:absolute;
	top:198px;
	left:276px;
	width: 302px;
	height: 36px;
	overflow: hidden;
/*	border:1px black solid; */
	background-color:none;
	z-index:3;
	/* Firefox */
-moz-transform: rotate(-15deg);
	/* WebKit */
-webkit-transform: rotate(-15deg);
	/* Opera */
-o-transform: rotate(-15deg);
	/* Standard */
transform: rotate(-15deg);
}
 @media screen and (max-width:600px) {
 .wrap {
 margin-left:0px;
 left:0px;
}
}
 @media screen and (max-height:388px) {
 .wrap {
 margin-top:0px;
 top:0px;
}
}
