body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;/*#333; lato2k5*/
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:28px;
	font-weight:900;
	color:black;
	}

h1:after {
  content: " ~";
}

h1:before { 
  content: "~ ";
 }

h3 { 
	color:black;
 }


td {
/*	color:#09c;*/
	font-size:11px;
/*	text-decoration:none;*/
/*	font-weight:600;*/
	font-family:verdana, arial, helvetica, sans-serif;
	}

th {
/*	color:#09c;*/
	font-size:11px;
/*	text-decoration:none;*/
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 7px 0px;
	padding:0px;
	}

#Content { 
	font:11px/16px verdana, arial, helvetica, sans-serif;
 }
 
 #ContentTexts { 
	font:11px/16px verdana, arial, helvetica, sans-serif;
 }

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
/*a:hover {background-color:#000;}*/

#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
        font-weight: bold;
        font-size: 20px;
        color: #09c;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Footer {
    clear: left;
	margin:30px 0px 10px 0px;
	padding:10px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:13px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:16px;
        font-size: 11px;
        color: black;
	background-color:#eee;
	}


#Content {
	margin:0px 50px 10px 200px;
	padding:10px;
	}

#ContentFoto {
	margin:0px 22px 10px 222px;
	padding:10px;
	}

#Menu {
	  /*position:fixed;*/
	
    position:absolute;
	top:40px;
	left:20px;
	padding:0px;
	background-color:#fff;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	width: 150px;
	color: #333;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}



#Menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
	border: none;
	}
		
#Menu li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#Menu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #eee;
		border-right: 10px solid #eee;
		background-color: #eee;
		color: #09c;
		text-decoration: none;
		width: 100%;
		}

html>body #Menu li a {
		width: auto;
		}

#Menu li a:hover {
		border-left: 10px solid #09c;
		border-right: 10px solid #09c;
		background-color: #09c;
		color: #fff;
		}

#Menu li a i {

font-weight: normal;
text-decoration:none;
font-style:normal

}

#MenuAberr {
	position:absolute;
	top:40px;
	left:20px;
	padding:0px;
	background-color:#fff;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	width: 150px;
	color: #333;
	}
/* Again, "be nice to Opera 5". */
body>#MenuAberr {width:150px;}



#MenuAberr ul {
        list-style: none;
        margin: 0;
        padding: 0;
	border: none;
	}
		
#MenuAberr li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#MenuAberr li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #eee;
		border-right: 10px solid #eee;
		background-color: #eee;
		color: #09c;
		text-decoration: none;
		width: 100%;
		}

html>body #MenuAberr li a {
		width: auto;
		}

#MenuAberr li a:hover {
		border-left: 10px solid #09c;
		border-right: 10px solid #09c;
		background-color: #09c;
		color: #fff;
		}
		
li.aktualnyaberr {
		/*stan na 13.8.18: nie dziala zrobienie analogicznego do MenuFoto */
		display: block;
		/*padding: 0px 0px 5px 5px;
		border-left: 10px solid #eee;
		border-right: 10px solid #eee;*/
		background-color: #fff;
		color: #09c;
		text-decoration: none;
		width: 100%;
		}

#MenuAberr li a i {

font-weight: normal;
text-decoration:none;
font-style:normal

}

#MenuFoto {
	position:absolute;
	top:32px;
	left:20px;
	padding:0px;
	background-color:#fff;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	width: 182px;
	color: #333;
	}
/* Again, "be nice to Opera 5". */
body>#MenuFoto {width:182px;}



#MenuFoto ul {
        list-style: none;
        margin: 0;
        padding: 0;
	border: none;
	}
		
#MenuFoto li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#MenuFoto li a {
		display: block;
		/*padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #eee;
		border-right: 10px solid #eee;*/
		background-color: #eee;
		color: #09c;
		text-decoration: none;
		width: 100%;
		}

html>body #MenuFoto li a {
		width: auto;
		}

#MenuFoto li a:hover {
		border-left: 10px solid #09c;
		border-right: 10px solid #09c;
		background-color: #09c;
		color: #fff;
/*		padding: 0px 0px 80px 15px;*/
		}


li.aktualny {
		display: block;
		/*padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #eee;
		border-right: 10px solid #eee;*/
		background-color: #fff;
		color: #09c;
		text-decoration: none;
		width: 100%;
		}

html>body #MenuFoto li a {
		width: auto;
		}


#MenuFoto li a i {

font-weight: normal;
text-decoration:none;
font-style:normal

}


/*.fotodate
{
	font-family: arial, helvetica;
	font-size: 10pt;		
}*/

dl { 
  float: left;
  width: 100%;
/*   width: 500px; */
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
/*   border: solid; */
}

dl dt { font-style: normal;
  font-weight: bold;
  float: left;
  clear: left;
  width: 80px;
}

dl dd{ 
  width: 80%;
  float: left;
  clear: right;
  margin: 0px;
}

.arttexttitle
{
	font-family: arial, helvetica;
	font-size: 30pt;	
	font-weight: normal;
	text-align: left;
/*	margin-left: 40px;
	margin-right: 40px;	*/
	margin-top: 10pt;
}

.arttexttitlebold
{
	font-family: arial, helvetica;
	font-size: 30pt;	
	font-weight: bold;
	text-align: left;
/*	margin-left: 40px;
	margin-right: 40px;	*/
	margin-top: 10pt;
}
.sekcja {
	font-family: arial, helvetica; font-weight: bold; 
	border-bottom: 1px solid #000; margin-top: 20pt;
	border-left: 4px solid #B00000;
	/*background: #F9F6E7; border: 1px solid #CCCC66;*/
}

.aberrdreistyle{
	margin:10px 10px 10px 50px; 
	/*font-size:11pt;*/
}

.aberrdreistylemotto{
	margin:10px 10px 10px 100px; 
	/*font-size:11pt;*/
}

.stfivesub{
	color: 777777; 
	font-family: arial, helvetica; 
	font-size: 8pt; 
	width: 700px; 
	margin: 5px 0px 0px 12px;
}

.stsub{
	color: 777777; 
	font-family: arial, helvetica; 
	font-size: 8pt; 
	width: 625px; 
	margin: 5px 0px 0px 12px;
}


.majobjwith{
	color: 333333; 
	font-family: arial, helvetica; 
	/*font-size: 10pt; 
	width: 625px; 
	margin: 5px 0px 0px 12px;*/
}

.majobjexpl{
	color: 777777; 
	font-family: arial, helvetica; 
	/*font-size: 10pt; 
	width: 625px; 
	margin: 5px 0px 0px 12px;*/
}

.majobjpriv{
	color: 777777; 
	font-family: arial, helvetica; 
	/*font-size: 10pt; 
	width: 625px; 
	margin: 5px 0px 0px 12px;*/
}
