@charset "utf-8";
/* CSS Document */

#image
{
	margin: 0px 0px 10px 15px;
	padding: 0px;
	background-color:#dddddd;
	float: right;
}

#image.left
{
	margin: 0px 15px 10px 0px;
	float: left;
}

#image img
{
	margin: 0px;
	float: left;
}

#image .cite
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-style: normal;
	color: #555555;
	width: auto;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	float: left;
	clear: both;
}

#image .wide
{
	width: 570px;
}

#image .medium
{
	width: 190px;
}

#image .short
{
	width: 120px;
}

.popiska
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.label
{
	display: block;
	float: left;
	width: 250px;
	padding: 3px;
	text-align: right;
	margin-right: 15px;
	overflow:visible;
}

.line
{
	float: none;
	clear: both;
	margin: 4px;
	border-bottom: 0px solid #eeeaea;
	overflow: visible;
	height: auto;
	width:auto;
}

.lightgrey
{
	background-color: #efefee;
	padding: 5px 0px 5px 0px;
}

.whiteline, .whiteline a, .whiteline a:link, .whiteline a:visited, .whiteline h1, .whiteline div
{
    filter: alpha(opacity=60); -moz-opacity: 0.90; KhtmlOpacity: .90; opacity: .90;
	background-color: #ffffff;
/*	display: none;*/
}


.last
{
	margin-top: 15px;
	padding: 5px;
	background-color: #efefef;
	border-bottom: 2px solid #dddddd;
	border-top: 2px solid #dddddd;
}

.button_small
{
	width: 80px;
}
/*
input, textarea
{
	margin: 0px;
	padding: 0px;
	width: 250px;
	line-height: 12pt;
	padding: 2px;
}

label
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

textarea
{
	height: 80px;
}
*/

.wide
{
	width: 570px;
}

.medium
{
	width: 180px;
}

.short
{
	width: 110px;
}

.smaller
{
	width: 25px;
}

.clr
{
	clear: both;
}

.fll
{
	float: left;
}

.flr
{
	float: right;
}

.hide
{
	visibility: hidden;
	display: none;
}

.show
{
	visibility: visible;
	display: block;
}

.atd
{
	color: #bbbbbb;
}

.atd a, .atd a:link, .atd a:visited
{
	color: #333333;
}

.txtl
{
	text-align:left;
}

.txtc
{
	text-align:center;
}

.txtr
{
	text-align:right;
}

.rel
{
    position: relative;
}

.darker
{
	background-color: #e2e2e2;
}

.red
{
	color: #d92921;
}

/* tooltip */
a.tooltip
{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
}

a.tooltip img
{
    border:none;
}

a.tooltip:hover
{
	z-index:25;
	background-color:#dddddd;
}

a.tooltip span
{
	display: none;
	visibility: hidden;
}

a.tooltip:hover span
{ /*the span will display just on :hover state*/
    display: block;
    visibility: visible;
    position: absolute;
    top: 60px !important;
    top: 60px;
	left: 00px !important;
	left: 0px;
    padding: 5px;
    border: 0px solid #999;
    background-color: #dddddd;
	color: #333333;
    text-align: left;
    overflow: visible;
    text-decoration: none;
}
/* tooltip */

/* ---------------------------------------------------------------------- */

/* fotogalerie */
.picture_back
{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	width: auto;
	height: auto;
	top: -800px;
	left: -2000px;
	z-index: 900;
}

.picture_big
{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	width: auto;
	height: auto;
	top: -800px;
	left: -2000px;
	z-index: 905;
}

.popiska
{
	line-height: 15px;
	font-size: 11px;
	padding: 0px 3px 0px 3px;
}

#picture_big_main
{
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
}
#picture_big_main img {
	margin: 0px;
}

#shadow_50
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	filter: alpha(opacity=50); -moz-opacity: 0.50; KhtmlOpacity: .50; opacity: .50;
}

#shadow
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
/* fotogalerie */