
#logo {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 100px;
	width: 100px;
	background-image: url(../img/logo.png);
	z-index: 1;
}

#top {
	position: absolute;
	top: 30px;
	right: 60px;
	height: 30px;
	margin-left: 30px;
	font-size: 15px;
	font-family: "Century Gothic", "Avant Garde", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	z-index: 1;
}

#zl {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 60px;
	padding: 30px;
	min-width: 325px;
	min-height: 325px;
}

#zllo {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 300px;
	background-image: url(../img/zllo.png);
	z-index: 0;
}

#zlro {
	position: absolute;
	top: 0;
	right: 0;
	height: 300px;
	width: 300px;
	background-image: url(../img/zlro.png);
	z-index: 0;
}

#zllu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 300px;
	width: 300px;
	background-image: url(../img/zllu.png);
	z-index: 0;
}

#zlru {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 300px;
	width: 300px;
	background-image: url(../img/zlru.png);
	z-index: 0;
}

#zlo {
	position: absolute;
	top: 0;
	left: 300px;
	right: 300px;
	height: 8px;
	background-image: url(../img/zlo.png);
	background-repeat: repeat-x;
	z-index: 0;
}

#zll {
	position: absolute;
	left: 0;
	top: 300px;
	bottom: 300px;
	width: 8px;
	background-image: url(../img/zll.png);
	background-repeat: repeat-y;
	z-index: 0;
}

#zlr {
	position: absolute;
	right: 0;
	top: 300px;
	bottom: 300px;
	width: 8px;
	background-image: url(../img/zlr.png);
	background-repeat: repeat-y;
	z-index: 0;
}

#zlu {
	position: absolute;
	bottom: 0;
	left: 300px;
	right: 300px;
	height: 8px;
	background-image: url(../img/zlu.png);
	background-repeat: repeat-x;
	z-index: 0;
}

#in {
	position: relative;
	z-index: 1;
}

#pl, #po, #pr {
	position: absolute;
	bottom: 25px;
	right: 45px;
	height: 16px;
	width: 16px;
	z-index: 2;
}

#pl {
	right: 107px;
	background-image: url(../img/pl.png);
}

#po {
	right: 76px;
	background-image: url(../img/po.png);
}

#pr {
	right: 45px;
	background-image: url(../img/pr.png);
}

h2 {
	margin-left: 75px;
	margin-bottom: 25px;
	font-size: 20pt;
	line-height: 1.2;
}

ul {
	list-style-type: square;
	margin: 1em 0;
}

ul li {
	margin-left: 2em;
	margin-bottom: 3pt;
}

ul ul {
	list-style-type: disc;
}

ul h4 {
	margin: 0;
}

#in p {
	text-align: justify;
}

#in .center p, #in p.center {
	margin-top: 8pt;
	text-align: center;
}

#in table.padded td {
	padding: 4pt;
}

.center {
	text-align: center;
}

.bilder {
	float: right;
	margin-left: 1em;
}

.center .bilder {
	float: none;
	margin: 2px auto;
	height: 96px;
}

.je2 {
	width: 192px;
}

.je3 {
	width: 288px;
}

.je4 {
	width: 384px;
}

.je5 {
	width: 480px;
}

.je6 {
	width: 576px;
}

.je7 {
	width: 674px;
}

#zl.min7 {
	min-width: 674px;
}

br, div.bilder, p.br {
	clear: both;
}

.bilder a {
	float: left;
	padding: 0;
	margin: 2px 2px 4px 4px;
	display: block;
	background: url(img_bg.png)
	no-repeat;
	width: 90px;
	height: 90px;
}

.bilder a img {
	float: left;
	margin: 0;
	padding: 0;
	margin: 10px 0 0 10px;
	background: url(img_bg.png) no-repeat;
	width: 70px;
	height: 70px;
}

/* mobile */

@media only screen and (max-width: 720px) and (orientation: portrait) {

	#top {
		right: 15px;
	}

	#zl {
		margin: 5px;
		padding: 5px;
	}

	#in {
		margin-bottom: 50px;
	}

	#in h2 {
		margin-left: 120px;
		margin-top: 55px;
	}

	#zllo, #zlo, #zlro, #zll, #zlm, #zlr, #zllu, #zlu, #zlru {
		background: none;
		display: none;
	}

}

@media only screen and (max-width: 720px) {

	#zl.min7 {
		min-width: unset;
	}

	#in .bilder {
		margin: 2px 5px;
	}

	#in .je5, .je6, .je7 {
		width: 384px;
	}

}
