
body /*jak sama nazwa wskazuje - body*/
	{
		background-color:#010202;
	}
	

td.header /*komórka nagłówka*/
	{
		background-color:#010202;
	}
	

td.left /*nóżka wieży po lewej*/
	{
		background-image: url('telko.jpg'); 
		background-repeat: repeat-y;
	}
	
td.menu /*komórka menu*/
	{
		background-color: #AE8982;
	}
	
td.middle /*różowy pionowy pasek pośrodku*/
	{
		background-color: #BB948E;
	}

td.main /*komórka głównego okna*/
	{
		background-color: #9D907F; 
		margin-left:25; 
		margin-right:50; 
		text-align: justify;	
		font-family: Palatino Linotype; 
		font-size: 10pt;		
	}

div.popup /*podstawowy blok popupów Owena*/
	{
	    background-color: #9D907F;
	    width: 813; 
		margin:25px; 
		text-align: justify;	
		font-family: Palatino Linotype; 
		font-size: 10pt;	
	}
	
p.menu /*podstawowy akapit menu, chyba niepotrzebny*/
	{
		padding: 0 10 0 40;
		background-color: #AE8982; 
		font-family: Palatino Linotype; 
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
	}
	
p.main /*podstawowy akapit tekstu*/
	{
		text-indent: 15; 
		text-align: justify;	
		font-family: Palatino Linotype; 
		font-size: 10pt;
		margin-left:25; 
		margin-right:50;  
	}

p.table /*akapit tabelki*/
	{
		text-indent: 15; 
		text-align: center;	
		font-family: Palatino Linotype; 
		font-size: 10pt;
		margin-left:25; 
		margin-right:50;  
	}

div.pict /*div na miniaturki w złotych ramkach w głównym oknie*/
	{
	text-align: center;
	text-decoration: none;
	}	

*.title /*czerwone literki w nagłówku głównego okna*/
	{
		text-align: center;
		color: #762929
	}
h2.header /*nagłówek głównego okna*/
	{
		text-align: center;
		color: #010202;
		border-bottom-style: solid; 
		border-bottom-width: 1; 
		margin-left:25; 
		margin-right: 50;
	}	

h3.header /**/
	{
		text-align: center;
		color: #010202;
		margin-left:25; 
		margin-right: 50;
	}
	
h6.footer /*dolna linia w głównym oknie*/
	{
		text-align: center;
		color: #010202;
		border-top-style: solid;
		border-top-width: 1; 
		margin-left:25; 
		margin-right: 50;
	}
td.footer /*komórka stopki, do poprawki, bo się jebłem*/
	{
		background-color:#010202;
	}
	
img.ikona /*obrazki głównego menu*/
	{
		border-width: 0px;
		margin:5px 5px 5px 25px;
		float: left;
	}

img.popup /*obrazki w popupach Owena*/
	{
		border: 0px;
		margin:5px 5px 20px 5px;
	}
	
img.link /*obrazki w złotych ramkach*/
	{
	border-width: 0px;
	text-decoration: none;
	margin: 10px
	}
	
*.fotka /*fotki w tabelkach fotek Heidi*/
	{
	border: 1px solid #010202;
	}
	
a:link { color: #762929; text-decoration: none}
a:visited { color: #762929; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none}