@charset "utf-8";
/* CSS Document */

body {
	background: url(tegel-bg.png);
	font-family: 'Istok Web', sans-serif;
}
.content {
	width: 940px;
	margin: 3em auto;
	background: #fff;
	padding: 1em;
	-webkit-box-shadow: -7px -7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px -7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -7px -7px 5px 0px rgba(50, 50, 50, 0.75);
	text-align: center;
}
.logo {
	float: right;
	margin: 2em 2em 4em 2em;
}
td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 18px;
}
a {
	color: #6A0000;
}
.bg {
	background: url(beha-bg.jpg) no-repeat center center;
	margin: -2em -1em 1em -1em;
	border-bottom: 2px solid #660101;
}
.content .bg p strong {
	font-size: 24px;
	color: #6A0000;
}

.gallery img {width: 222px;  height: auto;}
.gallery  td {padding: 5px;}

p {font-size: 18px;}