body {
	margin: 0 auto;
	padding: 0;
	font: normal 1em Corbel, 'Helvetica CE', Helvetica, 'Arial CE', Arial, sans-serif;
	text-align: left;
	color: #000;
}

/* ~-~ vseobecne ~-~ */
* { /*margin: 0; padding: 0;*/ background: transparent none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
h1 { margin-top: .4em; font-size: 170%; letter-spacing: -.4pt; text-transform: uppercase; font-weight: bold; }
h2 { font-size: 160%; }
h3 { font-size: 150%; }

a { text-decoration: underline; font-weight: normal; color: #000; }
h2 a { text-decoration: none; }
p {
	margin: .3em 0 .8em 0;
	padding: 0;
	line-height: 150%;
	font-size: 1em;
}
ul, ol {}

address { font-style: normal; }
img { border: none; }

.noprint, .accesslink, #dr-bek, #side-nav, #top-nav, #translate, #header-in, #footer img, #top { display: none; }
hr, .hr { display: none; }

.info { margin: .4em 0 .6em 0; padding-bottom: .2em; border-bottom: 1px dotted #999; }
.info p { line-height: 130%; }
.date { padding-top: .4em; margin-bottom: -.3em; font-size: .85em; }
.headline { margin-bottom: -.2em; text-transform: uppercase; }

.gallery { overflow: auto; clear: both; }
.photo, .photo-right { margin: 0 5px 5px 0; float: left; }
.photo-right { margin: 0 0 5px 5px; float: right; }
.photo img, .photo-right img { border: 1px solid #ccc; }

.item { margin-bottom: 5px; overflow: auto; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

#footer { margin-top: 1em; padding-top: .3em; border-top: 10px solid #ccc; }
