* {
padding: 0;
margin: 0;
}

html {
  height: 100%;
}

body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

p, h1, h2 {
	color: #FFF;
}

.standard {
	color: #000;
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
}

.schrift_30 {
	font-size: 30px;
	font-weight: normal;
}

.schrift_23 {
  font-size: 23px;
  font-weight: normal;
  line-height: 130%;
}

.schrift_23zd100 {
  font-size: 23px;
  font-weight: normal;
  line-height: 100%;
}

.schrift_16 {
  line-height: 140%;
  font-size: 16px;
  font-weight: bold;
}

.text_9px {
  font-size: 9px;
  line-height: 120%;
}
.text_10px {
  font-size: 10px;
}

.text_12px {
	font-size: 12px;
	line-height: 125%;
}

.text_14px {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

.panorama {
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #000;
}
a.panoramalink:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a.panoramalink:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a.panoramalink:active {
  	text-decoration: none;
}
a.panoramalink:hover {
	color: #F00;
}

a.invisible:link {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding: 0px;
	font-style: italic;
	line-height: 150%;
}
a.invisible:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding: 0px;
	font-style: italic;
	line-height: 150%;
}
a.invisible:active {
  	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding: 0px;
	font-style: italic;
	line-height: 150%;
}
a.invisible:hover {
	color: #000;
}

.menu:link {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 0px;
}
a.menu:visited {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 0px;
}
a.menu:active {
  text-decoration: none;
}
a.menu:hover {
	color: #000;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

.logo {
	background-image: url(../bilder/logo_printmedia_print.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

