/* undohtml.css */
:link,:visited { text-decoration:none; }

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }

a img,:link img,:visited img { border:none; }

address { font-style:normal; }
/*End of undohtml.css */

body	{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007054;
	text-decoration	:	none; 
  	background-color:	#464646;
  	margin: 0 auto; 
}
div#world{
	position: relative;
   width:1004px; /* Zmień to na szerokość swojej struktury */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto; 
}
/* GÓRA */
div#tlo_film{
	position:	absolute;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 175px;
	background-image: url(Pictures/film_185_175.jpg);
}
div#film{
	display:	block;
	position:	absolute;
	top:	46px;
	left:	27px;
	width:	140px;
	height:	100px;
}
div#logo{
	position: absolute;
	top: 0px;
	left:	185px;
	width: 795px;
	height: 175px;
	background-image: url(Pictures/logo_795_175.jpg);
}
div#obrazek_michi{
	position: absolute; 
	top:	144px;
	left: 841px;
	width: 106px;
	height: 50px;
	background-image: url(Pictures/Michi_106_50.jpg);
	z-index:	2;
}
/* KONIEC GÓRA */

/* LEWY BOX */
div#left_box{
	display:	block;
	position:	absolute;
	top:	175px;
	left: 30px;
	width: 130px;	
}
div#menu_gora{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 125px;
	background-image: url(Pictures/menu_gora_130_125.jpg);
}
div#menu_srodek{
	display: block;
	position: relative;
	width: 130px;
	height:	500px;
	background-image: url(Pictures/menu_srodek_130_5.jpg);
	background-repeat: repeat-y;
}
div#menu_dol{
	display: block;
	position: relative;
	width: 130px;
	height:	8px;
	background-image: url(Pictures/menu_dol_130_8.jpg);
}
/* KONIEC LEWY BOX*/

/* ŚRODKOWY BOX */
div#center_box{
	display:	block;
	position: absolute;
	top: 0px;
	left: 157px;
	width:	600px;
}
div#kartka_gora{
	display:	block;
	position: relative;
	top: 0px;
	left:	0px;
	width: 600px;
	height: 10px;
	background-image: url(Pictures/kartka_gora_600_10.jpg);
	background-repeat: no-repeat;
}
div#kartka_srodek{
	display:	block;
	position: relative;
	margin: 0;
	padding: 0; 
	top: 0px;
	left:	0px;
	width: 600px;
	background-image: url(Pictures/kartka_srodek_600_5.jpg);
	background-repeat: repeat-y;
}
div#zawartosc_srodek{
	display:	block;
	position: relative;
	margin: 0;
	top: 0px;
	left:	25px;
	width: 550px;
	padding-bottom: 20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify; 
	letter-spacing: 1px;
}
div#zawartosc_srodek p.tytul{
	font-size: 14px;
}
div#zawartosc_srodek p.poczatek:first-letter{
	font-size: 45px;
	float: left;
	color: #F30101;
}
div#zawartosc_srodek h1, h2, h3, h4{
	font-family	: Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: 5px;
	color: #F30101;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
div#zawartosc_srodek h1{
	font-size: 25px;
}
div#zawartosc_srodek h2{
	font-size: 20px;
}
div#zawartosc_srodek h3{
	font-size: 16px;
	letter-spacing: 2px;
}
div#zawartosc_srodek h4{
	font-size: 14px;
	letter-spacing: 2px;
}
div#kartka_dol{
	display:	block;
	position: relative;
	margin: 0;
	padding: 0; 
	top: 0px;
	left:	1px;
	width: 600px;
	height: 10px;
	background-image: url(Pictures/kartka_dol_600_10.jpg);
	background-repeat: no-repeat;
}
div#zawartosc_srodek a:link{
	color:	blue;
	text-decoration: none;
}
div#zawartosc_srodek a:visited{
	color:	blue;
	text-decoration: none;
}
div#zawartosc_srodek a:hover{
	color:	red;
	text-decoration: none;
}
div#zawartosc_srodek a:active{
	color:	blue;
	text-decoration: none;
}
div#zawartosc_srodek ul, li{
list-style-type: circle;
}










/* KONIEC ŚRODKOWY BOX*/

/* PRAWY BOX */
div#right_box{
	display:	block;
	position: absolute;
	top:	0;
	left:	772px;
	width: 175px;	
}
div#prawy_gora{
	display:	block;
	position: relative;
	top: 0px;
	left:	0px;
	width: 175px;
	height:	10px;
	background-image: url(Pictures/prawy_gora_175_10.jpg);
	background-repeat: no-repeat;
}
div#prawy_srodek{
	display:	block;
	position: relative;
	top: 0px;
	left:	0px;
	width: 175px;
	min-height: 410px;
	background-image: url(Pictures/prawy_srodek_175_5.jpg);
	background-repeat: repeat-y;
	z-index:	0;
}
div#prawy_bambusy{
	display:	block;
	position: relative;
	top: 0px;
	left:	0px;
	width: 175px;
	height: 215px;
	background-image: url(Pictures/bambusy_175_215.jpg);
	background-repeat: no-repeat;
	z-index:	1;
}
div#prawy_zawartosc{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 9px;
	font-family	: Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
div.prawy_linia{
border-top-style: double; 
border-width: 3px; 
border-color: gray;
margin-top: 5px;
margin-bottom: 7px;
}
img.prawy_zdjecie{
position: relative; 
top: 5px;
left: 1px; 
width: 150px;
}
.prawy_tekst{
font-size: 12px;
width: 150px;
white-space: normal;
text-align: center;
}
.prawy_tekst_bold{
font-size: 16px;
font-weight: bold;
width: 150px;
white-space: normal;
text-align: center;
font-variant: small-caps;
}
div#prawy_zawartosc a:link{
	color:	white;
	text-decoration: none;
}
div#prawy_zawartosc a:visited{
	color:	white;
	text-decoration: none;
}
div#prawy_zawartosc a:hover{
	color:	red;
	text-decoration: none;
}
div#prawy_zawartosc a:active{
	color:	white;
	text-decoration: none;
}
/* KONIEC PRAWY BOX */
#copyright{
color: white;
text-align: center;
font-size: 10px;
}
/* MENU */
#menu0{
	display:	block;
	position: absolute; 
	top:	220px;
	left: 44px; 	
	width: 111px;
	z-index: 1;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0px;
}
.menu{}
.menu dt{
	display:	block;
	width: 111px;
	height: 30px;
	background-image: url(Pictures/button_duzy_111_28.jpg);
	overflow: hidden;
}
.menu dd{
	margin-left: 21px;
	display:	block;
	width: 89px;
	height: 24px;
	background-image: url(Pictures/button_maly_89_24.jpg);
	overflow: hidden;
}
.menu dt p{
	margin: 0;
	padding-top: 6px;
	padding-left: 12px;
}
.menu dd p{
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 400;
	margin: 0;
	padding-top: 4px;
	padding-left: 8px;	
}
dt#miganie2 {background-image: url(Pictures/button_duzy_111_28.jpg);}
dt#miganie1 {background-image: url(Pictures/button_duzy_aktywny_111_28.jpg);}
#menu_napis_karate{}
#menu_napis_ryute{
	position: relative;
	top: -20px;
	left: 50px;
	font-size: 10px;
}
#menu0 a:link{
	color:	black;
	text-decoration: none;
}
#menu0 a:visited{
	color:	black;
	text-decoration: none;
}
#menu0 a:hover{
	color:	red;
	text-decoration: none;
}
#menu0 a:active{
	color:	red;
	text-decoration: none;
}
/* KONIEC MENU */

/* NEWS */
div.news{
position: relative; 
width: 542px;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
div.news_linia{
border-top-style: double;
border-width: 3px; 
border-color: gray;
}
div.news p.tytul{
font-weight: bold;
padding-top: 10px;
padding-bottom: 7px;
}
div.news p.tresc{
letter-spacing: 0px;
}
div.news p.podpis{
letter-spacing: 0px;
text-align: right;
}
/* KONIEC NEWS */


p{
padding-top: 5px;
padding-bottom: 5px;
}
.definicja{
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: red;
	padding-left: 15px;
	padding-right: 10px;
	background-color: #f5f5dc;
}
.definicja h2{
font-style: normal;
font-size: 18px;
font-weight: bold;
color: #F30101;
}
.definicja h3{
font-style: normal;
font-size: 14px;
font-weight: bold;
color: #F30101;
}
.definicja dt{
font-weight: bold;
}