* {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
body {
	background-color: #565656;
	background-image: url('images/podklad.jpg');
	background-repeat: no-repeat;
	background-position: center;

}
.mainDiv {
	font-size: 2em;
	margin: 1em auto 1em auto;
	padding: 1em;
	width: 40em;
}
.logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 235px;
	margin: 0 0 1em 0;
}
.leftLinks {
	position: relative;
	float: left;
	width: 18em;
	border-right: 1px solid black;
	margin: 0em;
	min-height: 70em;
	text-align: center;
}
.mp3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-left: -3em;
}

.mp3 img {
	vertical-align: middle;
}

.rightLinks {
	position: relative;
	border-left: 1px solid black;
	float: right;
	width: 18em;
	min-height: 70em;
}
.imgKontakt {
	margin: 0 auto 0 1.5em;;
}

.rightKontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 0 1.25em;	
}
.rightTelNumbers {
	font: inherit;
	text-decoration: underline;

}

.content {
	position: relative;
	min-height: 75em;
	margin-left: 19em;
	margin-right: 19em;
	padding: 0em 2em 0 2em;
}

.conHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.conText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.conText ul li {
	text-align: left;
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: 16px;
	margin-left: 1em;
	list-style: none;
}
.strzalka {
	font: inherit;
	font-family: Wingdings;
}

.labelCover {
	font-family: Impact;
	font-size: 32px;
	font-weight: normal;
}

.leftHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}